24 lines
No EOL
385 B
Text
24 lines
No EOL
385 B
Text
if ygen <= ylim
|
|
{
|
|
|
|
inst =instance_create_depth((irandom_range(xlim, xlimh)), ygen, -2, obj_bloblehop_platform)
|
|
with inst
|
|
{
|
|
image_xscale=xscale
|
|
image_yscale=yscale
|
|
}
|
|
ygen += ystep
|
|
|
|
}
|
|
|
|
else
|
|
{
|
|
inst= instance_create_depth(500,500,-10, obj_bloblehop_player)
|
|
view_set_visible(0, obj_bloblehop_player)
|
|
with inst
|
|
{
|
|
image_xscale = 5
|
|
image_yscale = 5
|
|
}
|
|
instance_destroy()
|
|
} |