
automail20 wrote:No, I mean there are only few people because nobody will teach people the codes. Improve on it or don't do it!
Is something happening? if yes, Do something !
if(Variable=10)
{
Xvelocity=10;
}
if(distance(x,y,Player.x,Player.y)>=50)
{
if(x>Player.x)
{
x--;
}
else if(x<Player.x)
{
x++;
}
if(y>Player.y)
{
y--;
}
else if(y<Player.y)
{
y++;
}
}
else
{
CreateTimer("MyTimer",250); //When creating a timer in script, use the Variable/Function button! or else there will be parameters missing in your timer
}
CreateActor("Bullet","Bullet","(none)", 0, 0, FALSE);//Should be something like this, as again, use the Variable/Function button for this one, not sure if it's all good
Users browsing this forum: No registered users and 1 guest