Charas-Project

Game Creation => Requests => RPG Maker Programming => Topic started by: Fortet on August 27, 2007, 09:40:35 PM

Title: Picture Help
Post by: Fortet on August 27, 2007, 09:40:35 PM
I need help learning how to position pictures. Can somebody give me a hand?
Title:
Post by: Bluhman on August 27, 2007, 09:59:20 PM
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.
Title:
Post by: Fortet on August 30, 2007, 12:57:24 AM
Thanks, Bluhman! That really helped :)