Charas-Project

Game Creation => Requests => RPG Maker Programming => Topic started by: Linkizcool on February 24, 2006, 11:59:26 PM

Title: picture help
Post 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.
Title:
Post by: Meiscool-2 on February 25, 2006, 12:21:55 AM
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
Title:
Post by: neb87 on February 25, 2006, 01:00:53 AM
or turn it into a charset
Title:
Post by: Linkizcool on February 25, 2006, 10:38:45 PM
how do you do the x y coords? i tried that and it stuck in the bottom-right hand corner of the screeen.
Title:
Post by: DragonBlaze on February 25, 2006, 11:16:52 PM
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 ;)