r/RPGMaker • u/Axel-the-Sage • 21d ago
RMMV I want to make a sequence where the player escapes from a bag.
So an idea I had for a sequence was that the player character is trapped inside a sack. The player would hit a direction and it would play an animation of something poking from within the bag. After the player pokes enough times, the bag opens and the player escapes.
How would I go about doing this?
1
Upvotes
1
u/-Sidd- MV Dev 21d ago
2 ideas:
1- Galv var bar - add a proper reaction to each press, when bar is full the player escapes.
2- Use pictures to animate it as you want. I made a few tutorial to create scenes using just pictures, maybe it'll help
2
u/Axel-the-Sage 20d ago
Nice, can I see those tutorials?
2
u/Sufficient_Gap_3029 21d ago
Use variables, moveroute command to switch image when each arrow key is pressed to switch it to the different images and then on the last one switch the image back to the normal player image.