You're very close. Just a little syntax and property modifications and you get:jonlin wrote:btw I forget exactly and the coding style is prolly different for w/e you are using but would something like \/ work?
If (character representative) = 500, 800 then (character representative) = 1500,800?
I don't know, just trying to help
Code: Select all
if(_x < 0) _x = 0; else if(_x > Stage.width) _x = Stage.width;