RPGM Help with animations in RPG Maker.

ronimbr02

New Member
May 19, 2023
2
1
Hello. I need a little help!! I want creat my game in RPG maker and i wanna know How Make a "animated scenes" ( animated images like in, for example, bonestales)!! Is there any plugin? I haver RPG maker mz.
 

osanaiko

Engaged Member
Modder
Jul 4, 2017
2,179
3,610
I don't know anything about RPGM. But here's some ideas on how to move forward:

- look in the plugins folder of the games you are inspired by, see what they use
- contact the "bones tales" creator and ask the question.
 
  • Like
Reactions: HV3 and ronimbr02
Apr 2, 2019
30
77
Use loop and frames.
For example:
Loop start
Show pic (Scene1_1)
Set variable 1
wait 12 frames
Show pic (Scene1_2)
Set variable 2
wait 12 frames
Show pic (Scene1_3)
Set variable 3
wait 12 frames
Show pic (Scene1_4)
Set variable 4
wait 12 frames
Show pic (Scene1_3)
Set variable 3
wait 12 frames
Show pic (Scene1_2)
Set variable 2
wait 12 frames
Repeat from loop start