Jimbolgs
02-22-2012, 09:55 PM
Hello, this is probably quite simple but I can't get it working. I'm trying to use this for part of a college project:
onEnterFrame=function(){
gotoAndPlay("Scene 3", 1);
};
It jumps to scene 3 no problem, but it doesn't play — it just sits there.
Any ideas?
onEnterFrame=function(){
gotoAndPlay("Scene 3", 1);
};
It jumps to scene 3 no problem, but it doesn't play — it just sits there.
Any ideas?