| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Can anyone help im soooo close
How can i do it, please help Even more importantly ive got my game so that when yu press a button it gose to the next frame.( its a menu) but wen i test play it , it play like an animation ( frame after frame,) i just want it to change frame wen its told to. how can i do this. |
|
#2
|
|||
|
|||
|
for ur second question, add stop(); action to the frame that u want it to stop at. ill look up righ click, but it should involve adding a listener to the right click button. Im not sure u can do that though, since the flash player might have right click reserved to show the player options O_o
|
|
#3
|
|||
|
|||
|
The button you press to have a graphic or movie clip appear, are you wanting the button in Flash? Or just a regular image? If you are wanting the button just to be a plain graphic button, you can have it in a frame so when the button is pressed the movie clip will apear.
To close the movie clip with right clicking open the fla for the target movie, make a new layer, put the new layer to the top and make an invisible button on it (normal button but it only has a hit status up, roll etc are empty) then come out of the button editing area the button should be illuminous, on the main scene right click on the button and view the actions tab, then simply use this code Code:
on (release) {
MovieClip.unloadMovie();
}
To have a button when clicked goes to the next frame use this code: Code:
on (release) {
gotoAndPlay();
}
Edit "gotoAndPlay();" inside of the "()" with the frame number. Let me know. |
|
#4
|
|||
|
|||
|
WOW !Thanks for the help guys thats just what i needed,
dont worry about the right click tho, thanks to you i can make my first game ,lol Thanks again |
|
#5
|
|||
|
|||
|
Glad it helped, colaboy.
Let us know if you have any more questions. |
![]() |
| Viewing: Tutorialized Forums > 2D Graphics > Flash > Can anyone help im soooo close |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|