Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

scroll menu inside mc problem...

Status
Not open for further replies.

disfasia

Programmer
Joined
Apr 20, 2001
Messages
378
Location
CA
I am reposting since the system chopped off my message...

I have a web site (for my cv) I am setting up. I have the main page with a menu of all various mc's to load. When a button is pressed the following command loads a page, here 'formazione.swf'.

on (release) {
tellTarget ("emptymc") {
}
loadMovie ("formazione.swf", emptymc);
}
 
And...?
mywink.gif
ldnewbie
 
The rest of my message was cut off (they have shortened the length here lately?). But I have an mc within my main page. In this mc there are two arrows, scroll up and scroll down. i used a reverse play on the scroll up which works fine when i test the mc only, but in the page in whin the mc is placed it does not work.
Here is the site, but I have since removed the scroll up arrows since it did not work...let me know what you suggest...

Thanks!
 
Obviously don't see you code on the arrows... But rather than using reverse play, why don't you simply copy the scripting of the down arrow in the up arrow, substracting 1 rather than adding 1?

You can allways send me your code at oldnewbie@hotmail.com, or post it here so we can have a look at it!

Regards,
mywink.gif
ldnewbie
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top