Posted: Fri Aug 25, 2006 12:20 am
there seems to be a problem whit the "less then(<)" and "greater then(>)" sign in the sript editor when you put it in drawing, the action is use if Acotr1 is more to left or right then it dos an action.
Game Editor discussion board
http://game-editor.com/forum/
if(PlayerN==1)
{
if(Pause)
{
if(Ball.x<x)
{
x-=Level+1/2;
}
else if(Ball.x>x)
{
x+=Level+1/2;
}
}
}
1/2
1.0/2
(var + .0)
round(var)//because round returns a real.
(PlayerN+1)/2;