|
User Details |
message
|
|
pete
post date:
2008-02-05 00:44:09
|
I need to assign to a button this: it needs to unload the movie from the page and load new movie.
the button needs to unload movie and go to scene "contact" frame 1.
Thi si how i had it in flash menu before"on (press) {
unloadMovieNum(10);}
on (press) {
gotoAndPlay("Kontakt",1);
Also, can i create submenu of a submenu?
Thank you.
|
|
|
Catalin Serban [Extend Studio]
post date:
2008-02-06 02:49:44
|
Hello Pete,
You can add actions to your buttons. More about this can be found in the documentation, under Advanced Button Actions?
http://www.extendstudio.com/Docs/Creative%20FL%20Drop%20Down%20Menu/
Regards,
Catalin Serban
|
|
|
Greg Fry
post date:
2008-02-13 18:12:03
|
I, too, have read the documentation on Advance Actions but am still confused. Being an idiot when it comes to ActionScript, can you tell me where exactly to place the code for loadMovie and how to code it so a movie loads in another level? BTW, the documentation sayd each button is assigned an id. Where is that ID? I don't see the button IDs in any code.
Thank you for your patience. Great product, just want to make the best of it.
|
|
|
Catalin Serban [Extend Studio]
post date:
2008-02-16 04:02:25
|
Hi Greg,
I have sent you via email a tutorial and a sample file with advanced button actions.
Regards,
Catalin Serban
|
|