Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started by: Fortet on August 27, 2007, 09:40:35 PM
-
I need help learning how to position pictures. Can somebody give me a hand?
-
Most of what you need to know is in the help file, but if I remember correctly, positioning worked like this:
Low Y moved the picture Up, while High Y moved it Down.
Low X moved the picture Left, while High X moved it Right.
The screen is 320 X 240 Pixels. Positioning a picture at 320X 240Y will put it in the lower right corner.
-
Thanks, Bluhman! That really helped :)