iEntry 10th Anniversary Webforumz RegistrationAnnouncements Contact Webforumz StaffContact
Home Resources Blogs Meet the Team Contact Register
 

Go Back   WebForumz.com > The Visual Design > Flash and ActionScript

Reply
 
LinkBack Thread Tools
Old March 24th, 2008, 02:58 PM   #1
New Member
 

Join Date: May 2007
Location: france
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 nikising is on a distinguished road
How to slow down actionscript?

Hello there,

I have this mouse controlled sliding menu holding images for photogallery :

Code:
stop();

panel.onRollOver = panelOver;

function panelOver() {
	this.onEnterFrame = scrollPanel;
	delete this.onRollOver;
}

var b = stroke.getBounds(_root);

function scrollPanel() {
	if(_xmouse<b.xMin || _xmouse>b.xMax || _ymouse<b.yMin || _ymouse>b.yMax) {
		this.onRollOver = panelOver;
		delete this.onEnterFrame;
	}
	
	if(panel._x >= 10) {
		panel._x = 10;
	}
	
	if(panel._x <= -1480) {
		panel._x = -1480;
	}
	
	var xdist = _xmouse - 330;
	
	panel._x += Math.round(-xdist / 7);
}
One problem is , is that it slides too quickly. Does anyone know how to write in a speed variable?

The second problem is that my friend wants the script to not stop at the end of the pics but to rotate the images. A little more difficult , but if anyone has the answer I would owe you bigtime!

This script is in the photo pages here:
http://nikising.bravehost.com/

Thanks so much for any help you can offer!

Nikising
nikising is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Firefox being slow Aesir The Café 11 May 15th, 2008 09:40 AM
website too slow mugatea Flash and ActionScript 12 July 26th, 2007 08:02 PM
Slow Subreport in Access Imara96 Databases 1 October 6th, 2006 01:47 PM


Search Engine Optimization by vBSEO 3.2.0 RC8