can you please help me here is an example i need to connect a frape to a frame like for example if i want to skip from frame 1 to frame 145 or the opposite from 145 to 1 sorry if i am questioning so much but my fangame of henry stickmin needs so many things
1 Like
Hi @Youyou,
You can use the code gotoAndStop(frameNumber)
to jump to a frame. So gotoAndStop(145)
for example. If you want to play an animation, you can use gotoAndPlay(145)
instead.
Also, please do your best to make the title of your posts descriptive so people can help you better.
1 Like
thank you two hey andeer i loved your touch control as well
1 Like