Is it possible to create an object in the center of the displayed area ?
Hello guys !
I'm trying to create or set an object in the middle of the displayed area . Now , I'm using a 2000x2000 frame , my application runs on 640x480 , and I'm using and active like a player with autoscrollling obviously ! The autoscroll is not centered exactly to the player to give him a longer sight !
Now i'd like to position always in the center of the displayed area an object that i create by using the create object" . I've tried a few things without results !
Is it possible to create an object in the center of the displayed area ?
Frame height/2 and frame width/2 don't work?