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.
|
with (oClawOrb)
|
|
event_user(0)
|
|
ecam = instance_create(x, (y - 16), oEventCamera)
|
|
ecam.targetx = oA1MovingPlatform.x
|
|
ecam.targety = y
|
|
ecam.ratio = 8
|
|
ecam.alarm[0] = 450
|
|
view_object[0] = oEventCamera
|
|
with (oA1MovingPlatform)
|
|
alarm[0] = 60
|
|
global.event[54] = 1
|
|
event_user(0)
|