Hello, I am new to actionscript and I am lost. I have a flash movie which has a Next button and Reply button, which I copied the code from a book and they work fine.
Now I would like to add a previous button so the user can return to the previous screen but I am having no luck. I have a layer, which I placed the name screen1, screen2 etc. I created a graphic and converted it to a button Symbol and named it previous_btn and included it in the same layer as the btn_next. I have an actionscript layer that holds the following code for the next button.
next_btn.onRelease = function() {
gotoAndStop("screen3");
};
Now what I would like to do is have my previous button return to screen2 and that is where I am lost. If anyone can recommend a good book on actionscript or website I would appreciate it.
Life's a journey enjoy the ride...
jazzz
Now I would like to add a previous button so the user can return to the previous screen but I am having no luck. I have a layer, which I placed the name screen1, screen2 etc. I created a graphic and converted it to a button Symbol and named it previous_btn and included it in the same layer as the btn_next. I have an actionscript layer that holds the following code for the next button.
next_btn.onRelease = function() {
gotoAndStop("screen3");
};
Now what I would like to do is have my previous button return to screen2 and that is where I am lost. If anyone can recommend a good book on actionscript or website I would appreciate it.
Life's a journey enjoy the ride...
jazzz