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.
|
image_speed = 0.2
|
|
image_index = random(3)
|
|
hspeed = random_range(-1, 1)
|
|
alarm[0] = random(120)
|
|
faceran = random(10)
|
|
if (faceran <= 4)
|
|
facing = -1
|
|
else
|
|
facing = 1
|
|
AFDayProj(sHornoadShake)
|