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.
|
var sp;
|
|
if (state == 1)
|
|
{
|
|
sp = instance_create((x + ((1 - facing) * 3.5)), (y + irandom(16)), oSparkParticle)
|
|
sp.mycolor = 16776960
|
|
}
|
|
alarm[0] = ((30 + irandom((60 - (50 * active)))) - (29 * active))
|