ID:141551
 
How Can I move my screen upper left?? whats the code for that or do i have to go in skin preferences and edit but I want to know the code for that so the screen can be upper left in my game i dont like when its in the middle..

Please Reply..
winset(player, "default", "pos=0,0")


I think that should do it.
In response to Foomer
okkk..ty...but it dosnt work..i changed "player" into "src" and still dint work..bcuz i had to make a var for player...and i got a proc for player..
In response to CoolieZaheer
Look up winset() in the reference and make sure you have all the arguments filled in properly for YOUR game.