Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Furwerkstudio on Thu 05/09/2019 22:14:00

Title: Stopping & going on frames(solved)
Post by: Furwerkstudio on Thu 05/09/2019 22:14:00
I was wondering what would be a good code to have an object to go to a frame and stop there until it's clicked on and goes to the next frame and stop there until clicked on again?
Title: Re: Stopping & going on frames
Post by: Matti on Fri 06/09/2019 01:22:51
If it's always just one frame you want the object to proceed to, wouldn't it be easier to just change the object's sprite number directly using Object.Graphic ?
Title: Re: Stopping & going on frames
Post by: Furwerkstudio on Fri 06/09/2019 11:28:33
I didn't know you can do that.

Thank you