Chaos Project

RPG Maker => RPG Maker Scripts => Script Troubleshooting => Topic started by: C.C. rOyAl on July 13, 2009, 11:41:10 pm

Title: X and Y placement(RESOLVED)
Post by: C.C. rOyAl on July 13, 2009, 11:41:10 pm
im tryin to design a hud for the Blizz-ABS and i was wondering, is there a way to tell where the x and y coordinates are. This is probably one of the most confusing parts to me in RGSS.
Title: Re: X and Y placement
Post by: Aqua on July 14, 2009, 12:01:03 am
X and Y coordinates of what?

Be more specific please.
Title: Re: X and Y placement
Post by: C.C. rOyAl on July 14, 2009, 12:04:39 am
like just x and y coordinates in general, is there an easy way to  tell what coordinates put things such as hp bars and stuff. or do u just play around with it until u get it where u want it
Title: Re: X and Y placement
Post by: Aqua on July 14, 2009, 12:06:45 am
Do you know what pixels are?
Each one on the screen is basically a coordinate.

So people usually just open up and image editting program to find the coordinates, since the programs display them.
Title: Re: X and Y placement
Post by: C.C. rOyAl on July 14, 2009, 12:19:51 am
ooooooohhhhhh i seeee, stupid me  :shy:
thanks aqua u may close this topic now
Title: Re: X and Y placement(RESOLVED)
Post by: Ryex on July 14, 2009, 12:26:27 am
for reference the game screen is 640 pixels wide and 480 tall, pixel (0, 0) in the top left corner. negative values and values of (681 for x 481 for y) or above are off the screen.
Title: Re: X and Y placement(RESOLVED)
Post by: C.C. rOyAl on July 14, 2009, 12:30:01 am
ok thanks:D
Title: Re: X and Y placement(RESOLVED)
Post by: G_G on July 14, 2009, 02:16:26 am
oh and for another reference one square on the map is 32x32 pixels
Title: Re: X and Y placement(RESOLVED)
Post by: fugibo on July 14, 2009, 09:13:36 am
Quote from: game_guy on July 14, 2009, 02:16:26 am
oh and for another reference one square on the map is 32x32 pixels


Yes, and there are 20 x 15 of them, Battlebacks are 640 x 300 or something, icons are 24 x 24, and forever and ever we can list things. I think he gets how to use Paint/"Properties" now.
Title: Re: X and Y placement(RESOLVED)
Post by: Holyrapid on July 14, 2009, 09:25:51 am
battlebacks are 640*320 i think.
Title: Re: X and Y placement(RESOLVED)
Post by: C.C. rOyAl on July 14, 2009, 01:19:18 pm
dang. thats a lot of references  :wacko: