Hi All,
I've been asked to make a simple game and have very basic flash knowledge, I was approaching it as an "interactive comic" kind of way to make things easier for myself.
However it's become very cluttered and I'm trying to figure out how to link scenes to keep things a little more organized so I don't make things harder than they need to be.
I've looked online and followed the instructions to a tee, however when I try to impliment them into the game, nothing happens, no error code, just nothing happens.
The .fla is too big to attach, so i've attached a brand new .fla using the same codes.
I've tried the following codes:
on(release){
gotoAndStop("Scene 1", 1);
}
That didn't seem to work, so I tried naming the scene as you'll see and tried that, still nothing, I'm sure I'm missing something really simple but having very minor flash knowledge I can't see what that is.
If anyone could let me know where I'm going wrong I'd really appreciate it.