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.
|
direction = random(360)
|
|
speed = random(3)
|
|
gravity_direction = 270
|
|
gravity = 0.2
|
|
alarm[0] = (60 + random(120))
|
|
tposx[0] = x
|
|
tposx[1] = x
|
|
tposx[2] = x
|
|
tposx[3] = x
|
|
tposx[4] = x
|
|
tposy[0] = y
|
|
tposy[1] = y
|
|
tposy[2] = y
|
|
tposy[3] = y
|
|
tposy[4] = y
|
|
mycolor = 65535
|