- Joined
- Mar 2, 2012
- Messages
- 1,371
- Reaction score
- 511
- First Language
- American
- Primarily Uses
- N/A
If you're having a hard time selecting a specific frame, try this in the script section of the move route command:@Celianna:Just trying to get the guy to fall down to the ground from a standing position. I've gotten half of it to work just cant seem to get him into the laying position.
instance_eval("@pattern = 0")
use a 0 for the first frame, 1 for the middle frame, and a 2 for the frame on the right. before using this code, you'll just need to make sure that the sprite is facing in the direction that you want. this code will allow you to set the sprite to a specific "step" frame.



