- Joined
- Feb 3, 2014
- Messages
- 1,451
- Reaction score
- 167
- First Language
- English
- Primarily Uses
To appear on the screen.Exactly what do you want the platform to do when you push it?
Will do!Okay, I seem to have misunderstood what you meant. Sorry.
Assuming that the platform is static, this is one of the ways to event this :
- Use blank passable tiles to map out the passable areas in your map, i.e where you want the platform to appear, so that the player can move through them when the platforms appear.
- You will then need to create another event(s) on those tiles.
-> The first page will be blank, without any graphics and the priority has to be set to 'same as character' so that the player will not be able to pass through it.
-> The second page will have the platform's graphic, and the priority has to be set to 'below character' so that the player can walk over it. Set the 'Conditions' 'Switch 0003: ..... is ON' according to your example.
Please let me know if you need further clarification on this method. ^^
got it to work thank you!Okay, I seem to have misunderstood what you meant. Sorry.
Assuming that the platform is static, this is one of the ways to event this :
- Use blank passable tiles to map out the passable areas in your map, i.e where you want the platform to appear, so that the player can move through them when the platforms appear.
- You will then need to create another event(s) on those tiles.
-> The first page will be blank, without any graphics and the priority has to be set to 'same as character' so that the player will not be able to pass through it.
-> The second page will have the platform's graphic, and the priority has to be set to 'below character' so that the player can walk over it. Set the 'Conditions' 'Switch 0003: ..... is ON' according to your example.
Please let me know if you need further clarification on this method. ^^
