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 ViewsI have a button that is supposed to take you to the next scene (level).
on(press){
_root.nextScene();
}
It's inside a MC.
AS2 btw.
Poop
is it ON the movie clip, as in clicking on the symbol on the main timeline, or is it INSIDE the symbol's timeline?
"Some people never go crazy. What truly horrible lives they must lead." - Charles Bukowski.
At 8/4/09 01:18 AM, TheAutocrat wrote: is it ON the movie clip, as in clicking on the symbol on the main timeline, or is it INSIDE the symbol's timeline?
It's in a symbol's timeline.
Poop
At 8/4/09 01:38 AM, DFlame6 wrote: It's in a symbol's timeline.
Put it on the symbol itself.
At 8/4/09 02:09 AM, knugen wrote:At 8/4/09 01:38 AM, DFlame6 wrote: It's in a symbol's timeline.Put it on the symbol itself.
Sorry for my lack of knowledge but what do you mean by put it on the symbol?
Poop
He means click the symbol, open ITS actions, and paste la code.
At 8/4/09 02:30 AM, Brad wrote: He means click the symbol, open ITS actions, and paste la code.
But the code is on the button movie clip.
I'm kinda confused. I'll try explaining it.
Ok so the button is inside movie clip. Theres a certain frame on the movie clip where the button is.
Poop