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.
|
tile_layer_shift(-101, 0, -1)
|
|
yoff -= 1
|
|
if (yoff > 16)
|
|
alarm[0] = 1
|
|
if (yoff == 271)
|
|
sfx_loop(sndStoneLoop)
|
|
else if (yoff == 16)
|
|
sfx_stop(sndStoneLoop)
|