The Enchanted Cave 2
Delve into a strange cave with a seemingly endless supply of treasure, strategically choos
4.39 / 5.00 38,635 ViewsGhostbusters B.I.P.
COMPLETE edition of the interactive "choose next panel" comic
4.09 / 5.00 15,161 ViewsHow do you use the GotoAndStop command to go to scene 1 frame 1?
I tryed typing::
on (release) {
gotoAndStop(Scene 1,1);
}
But that doesn't work...
Oh! I know this one! Yay!
You need to put quotes around the name of the scene:
on (release) {
gotoAndStop("Scene 1",1);
}
Does that do it?
This sig is 100% effective protection from all hexes, curses, evil spirits and bad karma. Guaranteed.
Yeppers, that did it alright, thanks!
I didn't mean to ask such a noobish question, but I just could figure it out. Thanks for that! Big help!
Not a problem. There are no stupid questions, right? Everyone has to start somewhere. ;)
This sig is 100% effective protection from all hexes, curses, evil spirits and bad karma. Guaranteed.
I'm accually pretty advanced in flash(I've just slowly crawled away from n00b level), I just forget some things here and there. Like I used to forget how to spell an easy word like "our" for some unknown reason. It's weird, kinda like amnesia.
Heh.
Personally I'm awful at action script, I couldn't code a real game to save the world.
I just know some extemely basic stuff to use in animations and menus and all that.
So it sounds like you're already better off than I am.
This sig is 100% effective protection from all hexes, curses, evil spirits and bad karma. Guaranteed.