This is a discussion on "Help changing Scroll Menu Values" within the Flash & Multimedia Forum section. This forum, and the thread "Help changing Scroll Menu Values are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Help changing Scroll Menu Values
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Help changing Scroll Menu Values
Hi,
I've got this scroll menu system in my web site. I was wondering if anyone could lend me a hand understanding why I can't get my scrollMenu to start and stop at these coordinates, which you can see here: ![]() if (this._x>= -600) { this._x = -1500; } if (this._x<= -1501) { this._x = -601; } What I want to have is 10 Icons scrolling, but if they don't totally got off screen it looks like they skip. Does anuyone have any ideas? ![]() Thanks In Advance |
|
|
|
|||
|
Re: Help changing Scroll Menu Values
Post the flash file so I can view this in action please? Is this based on mousemovement or just a standard scroll moving 1 direction? Does it change directions?
Last Blog Entry: Yay!? (Oct 8th, 2007)
|
|
|||
|
Re: Help changing Scroll Menu Values
Thanks for the reply,
This is based on mouseMouvement. It changes both directions. If you really wanna check it out. Go there: http://www.redi2play.com/testing/work.zip You'll have to add the music folder to preview stuff, which is here: http://www.redi2play.com/music/music.zip Just place the music folder in the that has the main file ( dock20 bmcc 3 mask.fla ) The scrollMenu.as file is a little different in the attachement I sent. I think that oine is a little closer to being corrrect. Thanks a bunch dude |
|
|||
|
Re: Help changing Scroll Menu Values
I just finished building something like this, it was just a matter of me adjusting the values to get it where I wanted it. I'll take a look at it though. :-)
Last Blog Entry: Yay!? (Oct 8th, 2007)
|
|
|||
|
Re: Help changing Scroll Menu Values
Does
Last Blog Entry: Yay!? (Oct 8th, 2007)
|
|
|||
|
Re: Help changing Scroll Menu Values
Does your code look something like this? ( I am downloading them right now)
Last Blog Entry: Yay!? (Oct 8th, 2007)
|
|
|||
|
Thanks for the quick response,
This is actually what I had used: //--------------------------------------------------------// //--------------------------------------------------------// // FUNCTION TO MAKE THE MP3 MENU SCROLL ------------------// //--------------------------------------------------------//
Thanks, bmcc81 |
|
|||
|
Re: Help changing Scroll Menu Values
Ah I see what you are saying now. Let me take a look at it. :-)
Last Blog Entry: Yay!? (Oct 8th, 2007)
|
|
|||
|
Re: Is it possible to add a nested loop to this function?
Hey I was wondering if its possible to add a nested loop to this function?
Something like:
How would I add it to here.
I'm trying to get her to loop now http://www.redi2play.com/testing2/ Would I just be using: for (i=0; i<2; i++) Would that be a good idea cause I'm trying it out and not getting much. Just like to know if I'm on the right path Thanks |
![]() |
| Tags |
| appearing and disapearing |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Option values | AdINo | JavaScript Forum | 2 | Jul 5th, 2007 18:48 |
| Setting Form Values to Previously Entered Values | masonbarge | PHP Forum | 6 | Oct 17th, 2006 17:36 |
| Scroll button to scroll flash page | helpmhost | Flash & Multimedia Forum | 3 | Apr 26th, 2006 11:30 |
| changing the scroll bar colour | bruno89 | Web Page Design | 2 | Oct 6th, 2005 15:12 |
| Assign string values to integer values of a session variable | Andy K | Classic ASP | 1 | Jul 13th, 2005 08:29 |