Page 1 of 1

woot I found a secret about GE

PostPosted: Tue Feb 02, 2010 2:38 am
by Hblade
LOL i never knew this, but if you hold the middle mouse button while drawing tiles, it will snap to the tiles size! So that you dont have to worry about using the "snap to grid" thing which will snap to any image, just hold the middle mouse to draw the tiles xD

Re: woot I found a secret about GE

PostPosted: Tue Feb 02, 2010 7:59 am
by krenisis
Thank Hblade thats cool. I also found if you draw actor in actor view
then go to script editor and put view.3(rotate3view) you can make your game 3D. Just kidding Iam dreaming again hahahaha

Re: woot I found a secret about GE

PostPosted: Tue Feb 02, 2010 5:48 pm
by Hblade
xD

Re: woot I found a secret about GE

PostPosted: Fri Feb 12, 2010 2:09 pm
by Bee-Ant
krenisis wrote:Thank Hblade thats cool. I also found if you draw actor in actor view
then go to script editor and put view.3(rotate3view) you can make your game 3D. Just kidding Iam dreaming again hahahaha

To rotate view :
Code: Select all
int Angle;
Angle+=5;
x=cos(degtorad(Angle))*50;
y=sin(degtorad(Angle))*50;

Re: woot I found a secret about GE

PostPosted: Fri Feb 12, 2010 2:12 pm
by Hblade
Wow O.O I didnt even know you could do that bee :3

Re: woot I found a secret about GE

PostPosted: Fri Feb 12, 2010 3:13 pm
by Bee-Ant
I think I have posted that code here
viewtopic.php?f=6&t=7223
a looong time ago
Just edit it to view Draw Actor, the job is done...