|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
menu creation
Hey guys, I'm trying to create a menu, with tweens, I have various defined motion tweens setup in my fla, and i don't want my movie to continuously play, i only want it to react to action script, I have tried to figure it out, but for some reason i can't, I figure this is simple, and one of you will know for sure, I'll attach my fla in a zip file, i'll explain here what is contained within it
frame 1-26: contains a movie clip. the movie clip contains the following code: on (rollOver) { gotoAndPlay(26); } the frame contains the following code: stop(); frame 26-80: contains a movie clip inside the movie clip is a bunch of various tweens, without any action script frame 80: displays the complete menu as extended and contains the following action script: stop(); What's happening right now, is it just show's the first frame and not going anywhere, and not reacting to the action script contained on my movie clip in frame 1. I've tried a lot of stuff, changing around and using gotoAndPlay(1); and stuff like that and it seems like nothing's working, can someone please take a look for me, and let me know what i'm doing wrong. |
|
#2
|
|||
|
|||
|
Hi, you had button code on a movie clip. You can do that but you need to use slightly different syntax. The attachment has the fix.
|
![]() |
| Viewing: Dev Shed Forums > Web Design > Flash Help > menu creation |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|