Hey Shaun,
Another great tut. Looks really flexible.
Thanks.
2014-10-21 00:53:51 +0000 UTC
Really easy way to accomplish this and make this work for any room size would be to simply include something in the create code for the object like the following:
x = room_width/2;
y = room_height/2;
then you just need to adjust the drawing parameters accordingly. Alternatively you can just use room_width/2 etc to reference the positions you're drawing to in your draw event instead of using your object's x/y position.
2014-10-19 22:25:27 +0000 UTC
Hi Shaun, thanks for another great video. Question: How do we place the menu object so that its center is in the center of the room? (Without doing manual calculations and drag/dropping the object into position)