The Enchanted Cave 2
Delve into a strange cave with a seemingly endless supply of treasure, strategically choos
4.34 / 5.00 31,296 ViewsGhostbusters B.I.P.
COMPLETE edition of the interactive "choose next panel" comic
4.07 / 5.00 10,082 ViewsFinished the animation and working on the buttons, but im currently having trouble. Looking at tutorials, and other topics, and even googling for help dosnt work! so here goes nothing.
For some reason, my play button dosnt want to work. After the loading script, it moves to a button that fades in. After A key frame, I stop the animation and add AS to the button.
on (release) {
gotoAndPlay(46);
}
I know that should work, but it dosnt at all. Any suggestions?
are you sure it's on the button and not on the frame?is there an error message where you test it?
At 6/19/05 12:15 AM, Lucky_design wrote: are you sure it's on the button and not on the frame?is there an error message where you test it?
Thats most likely your problem
Anal Nerve endings enable individuals to distinguish between flatus and feces, although loose stool can confuse the individual, occasionally resulting in accidental defecation
Its on the button, and there is no error thing..
Dont know whats wrong.
At 6/19/05 12:18 AM, Carsis wrote: Its on the button, and there is no error thing..
Dont know whats wrong.
there's no frame 46 =( dunno
Be sure it's really a button and not a movie clip. Buttons actions assigned to movie clips won't work or give any error report. Or maybe is it because you tweened the button and it converted it to a graphic. If not, then you can also check if the actions are on the button in the first frame of the tween or the button in the last frame.
Your problem should be one of those.
unfortunetly... its not.
Tried each of your suggestions, and it still dosnt want to work..
* sigh * hate being a newb...
Yep.... defintly hate being a newb ^^;;
As it turns out I used a movie clip instead of a button symbol when adding the AS. Thanks a bunch Joelasticot.