Thank you this helped me a lot. This worked so instant without any error. Best explained.
@ILAVY0U2 жыл бұрын
Thank u so much this helps so much for me to make my game project 😁😁😁
@SchoolSchoolSchoolSchoolSchool Жыл бұрын
astounding
@owengames75672 жыл бұрын
Its broken please fix
@matthewjackson26564 жыл бұрын
i follow everything and i keep getting this error 1120: access of undefined property nctBtn2.
@ReppasTech4 жыл бұрын
You probably haven't given your button an instance name. Link me your .fla and I'll take a look.
@raudahsulaiman79944 жыл бұрын
Reppa's Tech me too
@raudahsulaiman79944 жыл бұрын
Me too. I already give my button instance name
@Ash-ct5iz4 жыл бұрын
Try opening modify -> documents -> disable advanced layers (uncheck it) i tried it and it works. always check if it’s checked or not
@ihssancanmturk38424 жыл бұрын
Me think: wonderful this wonderful that!
@1yellowbell6124 жыл бұрын
how to create a working exit button?
@ReppasTech4 жыл бұрын
Make a button and listener, like normal: Then choose one of the following For AS3: handlerName(event:MouseEvent):void { fscommand("quit"); } For AIR: function handlerName(event:MouseEvent):void { NativeApplication.nativeApplication.exit(); } Both work should work when the SWF is opened, but might not work when you're previewing from animate.
@Maaya23104 жыл бұрын
i keep getting error 1084?
@raudahsulaiman79944 жыл бұрын
I keep having error in 1120.
@Ash-ct5iz4 жыл бұрын
Try opening modify -> documents -> disable advanced layers (uncheck it) i tried it and it works. always check if it’s checked or not
@koutakajima80504 жыл бұрын
I keep having error 1010
@ReppasTech4 жыл бұрын
Check the name of your button it in Properties to make sure it matches the name in the code.
@Ash-ct5iz4 жыл бұрын
Try opening modify -> documents -> disable advanced layers (uncheck it) i tried it and it works. always check if it’s checked or not
@irenerene73185 жыл бұрын
why it doesn't work on my animation?
@itsyagirljay54685 жыл бұрын
Same it doesn't work on my end as well
@irenerene73185 жыл бұрын
@@itsyagirljay5468 it works now when I press on the Code Snippers with Click and go to frame and play. Then just change the frame you would like to go (next or replay). Hope this works for you!