HI,
I am relatively new to FLASH, but am learning quickly!
I am stuck! I am trying to jump from one scene to another through a "mouse event".
Here is what I want to do:
I have four buttons that animate to a position across the top of the movie. And a "screen" like a monitor is below them. I have an animation that occurs on this screen in my main scene. I want to be able to click a button up top, and have the screen display a new animation. I want to do this rather than simply change URLs.
Is a change of scenes in a mouse event the best way to do this? Maybe I should be at this a totally different way.
Here is what I did that got me stuck:
I made the main timeline, and partway through it, I put a graphic that animates for the button. Then, into the "edit in place" section for that graphic, I made the graphic for the button ZOOM out from micro-size. I made it a "button symbol" on the last of ten frames in that "edit in place section". Here is where I am trying to make the mouse event go to a specific scene, where I will have the animation that coincides with this button, which is displayed below the button, appear in the "monitor" graphic.
I am trying to put each button's activated animation, that appears in the lower "monitor" graphic, in a scene. Maybe this is the wrong way to do what I am seeking.
I have a little animation that changes the appearance of the button itself, in the MOUSE OVER section. However, outside of that series of UP-OVER-DOWN-HIT frames is where I am trying to put the scene change with a:
on (release) {
gotandplay ("profile", 1);
}
PROFILE is the name of the scene I wish to go to.
The next scene has the identical placement of the buttons and the "monitor" graphic. So I am hoping that a change of scenes will allow a smooth insertion of the particular button's information.
cdnflash !
I am relatively new to FLASH, but am learning quickly!
I am stuck! I am trying to jump from one scene to another through a "mouse event".
Here is what I want to do:
I have four buttons that animate to a position across the top of the movie. And a "screen" like a monitor is below them. I have an animation that occurs on this screen in my main scene. I want to be able to click a button up top, and have the screen display a new animation. I want to do this rather than simply change URLs.
Is a change of scenes in a mouse event the best way to do this? Maybe I should be at this a totally different way.
Here is what I did that got me stuck:
I made the main timeline, and partway through it, I put a graphic that animates for the button. Then, into the "edit in place" section for that graphic, I made the graphic for the button ZOOM out from micro-size. I made it a "button symbol" on the last of ten frames in that "edit in place section". Here is where I am trying to make the mouse event go to a specific scene, where I will have the animation that coincides with this button, which is displayed below the button, appear in the "monitor" graphic.
I am trying to put each button's activated animation, that appears in the lower "monitor" graphic, in a scene. Maybe this is the wrong way to do what I am seeking.
I have a little animation that changes the appearance of the button itself, in the MOUSE OVER section. However, outside of that series of UP-OVER-DOWN-HIT frames is where I am trying to put the scene change with a:
on (release) {
gotandplay ("profile", 1);
}
PROFILE is the name of the scene I wish to go to.
The next scene has the identical placement of the buttons and the "monitor" graphic. So I am hoping that a change of scenes will allow a smooth insertion of the particular button's information.
cdnflash !