|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Playing movies on main scene by button
Hi.
I have 5 movies on my scene which have buttons and flyout menus within them. On main scene when I press ie movie one the movie plays to middle and when pressed again it plays to end (closing the flyout menu). But if I press movie one then movie two I have two movies with their flyout menus out! What action on the button within movie 2 do I need to get movies 1, 4-5 to play frame 1? (Its has to be frame one has their is a stop on it and I would not want movie 3-5 to suddenly start playing from the middle.) Its really tough to describe it so its here http://www.jassinteriors.co.uk/roy.htm there is no loading actions etc so bear with it. Its not big Click the 'Motorcycles' button once then go to 'The Company' and choose 'History'. I want the Motorcylces menu to play frame one (as in disappear) Any help I would much appreciate |
|
#2
|
|||
|
|||
|
Try this:
give the movies with the buttons different namens. Than assign this action to the button in movie 2: on (Release){ _root.namemovie.gotoAndStop(1); } I've tested it in one of my movies and it seemed to work... Is this helpful? |
|
#3
|
|||
|
|||
|
the names are supposed to be in the "instance name" box...
just to make sure :-) |
|
#4
|
|||
|
|||
|
Toettoet
Beautiful thankyou very very very much. I can start and out the design on it now. Cool mknight |
![]() |
| Viewing: Dev Shed Forums > Web Design > Flash Help > Playing movies on main scene by button |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|