Question
Need assistance with buttons and frames.
Hi there everyone,
Right, where do I begin!!. Two or three weeks back I bought Macromedia Flash 8 so that I could create my own Interactive LCARS Star Trek Screens. I've been following all the tutorials that came with flash to the letter and I think I've been making some progress with learning the software.
So yesterday I decided to have a go at my LCARS screen, everything was going well, all the animation has been done and it looks terrific running.
But my problem is:-
I can't get my menu button to go to a specific frame, I'm sure that I'm using the correct scripting, here is a sample of it:-
continue_btn.onRelease = function(){
gotoAndPlay(70);
};
previous_btn.onRelease = function(){
gotoAndPlay(1);
};
There are currently three layers in my flash file, an animation layer, an actions layer and a guide layer.
If anyone can help me, it would be much appreciated!!.
Right, where do I begin!!. Two or three weeks back I bought Macromedia Flash 8 so that I could create my own Interactive LCARS Star Trek Screens. I've been following all the tutorials that came with flash to the letter and I think I've been making some progress with learning the software.
So yesterday I decided to have a go at my LCARS screen, everything was going well, all the animation has been done and it looks terrific running.
But my problem is:-
I can't get my menu button to go to a specific frame, I'm sure that I'm using the correct scripting, here is a sample of it:-
continue_btn.onRelease = function(){
gotoAndPlay(70);
};
previous_btn.onRelease = function(){
gotoAndPlay(1);
};
There are currently three layers in my flash file, an animation layer, an actions layer and a guide layer.
If anyone can help me, it would be much appreciated!!.