- Joined
- May 21, 2013
- Messages
- 8,987
- Reaction score
- 3,120
- First Language
- French
- Primarily Uses
- RMMV
Hi I work on a title screen and I wanted to know how I can exemple making "Layers" in my title screen
In simple I want to offer to people to having a unlimeted amount of picture he can dispose in title screen
the configuration I want to make is like this
Layers = {# layer number => [ "layers filename",ox,oy,movement_x,movement_y,movement_angle,animated,refresh if out of viewport ],1 => ["layers1",10,10,0,0,0, false,true ],}but its how to force the input of the layers I don't know the rest I can handle this by myself but the specific spot is
"force them to put on the screen"
thanks for your further answer
In simple I want to offer to people to having a unlimeted amount of picture he can dispose in title screen
the configuration I want to make is like this
Layers = {# layer number => [ "layers filename",ox,oy,movement_x,movement_y,movement_angle,animated,refresh if out of viewport ],1 => ["layers1",10,10,0,0,0, false,true ],}but its how to force the input of the layers I don't know the rest I can handle this by myself but the specific spot is
"force them to put on the screen"
thanks for your further answer