part9 |
Problem description:
The object does not change its pixel_y or pixel_x... any help please:P ?
ID:140543
Nov 28 2009, 12:07 pm
|
||
Code:
Problem description: The object does not change its pixel_y or pixel_x... any help please:P ? | ||
#1 Nov 28 2009, 2:27 pm
|
|
Screen objects do not use pixel_x or pixel_y. There is a special format for screen_loc for pixel offsets.
| |
screen loc only places it by 32's what if i want it to be very specific like when using pixel_y we can put pixel_y -= 12 but when im using screen_loc then its either "1,2" which is going up by 32's
| |
i read it and i still dont understand how i am suppose to move it to a specific spot, can you just show me the line to get me started?
| |
Second and third from last paragraphs of the Reference entry. It's pretty damn explicit.
| |