You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
if (sbstate == 0)
|
|
{
|
|
yVel += 0.1
|
|
if (stun == 0)
|
|
moveTo(xVel, yVel)
|
|
alarm[0] = 1
|
|
}
|
|
else
|
|
{
|
|
angleprevious = 0
|
|
direction = myangle
|
|
image_angle = direction
|
|
xVel = 0
|
|
yVel = 0
|
|
x = round(x)
|
|
y = round(y)
|
|
falling = 0
|
|
}
|