gmc-jam-3/objects/obj_advance/Step_0.gml

9 lines
143 B
Plaintext

if blah = 2
{
instance_create(random(room_width),random(room_height) - 300,obj_cherry);
blah = 0
}
blah += 1
delayer -= 1;