Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started by: Linkizcool on February 24, 2006, 11:59:26 PM
-
how do you get a picture to stay in one spot on the map? I have a picture of a grafiti that says "g unit" and I want it to stay on the side of the guys house, but it keeps moving around along with the screen.
-
set it to X and Y picture cords that hit da wall, then have it check "picture scrolls with map"
The event should also look like this sorta:
Show picture
Loop:
wait1
Restart loop
-
or turn it into a charset
-
how do you do the x y coords? i tried that and it stuck in the bottom-right hand corner of the screeen.
-
When you set two variable to the x and y possitions, you have to set them equal to the screen relative x and y cooridinates instead of the regular x and y coordinates. Then it should work ;)