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.
AM2Rogue/Export_Code/gml_Object_oCameraLimitV_St...

16 lines
450 B

if (oCharacter.x >= x && oCharacter.x <= (x + areax) && (oCharacter.y - 12) <= y && (oCharacter.y - 12) >= (y + areay) && global.classicmode == 0)
{
oCamera.smootin = (smoothin * 2)
if (oCamera.focus == 0)
{
oCamera.focus = 1
oCamera.focustime = 0
}
oCamera.focustime += 1
oCamera.locky = 1
oCamera.targety = locky
oCamera.snapy = 0
oCamera.smoothout = (smoothout * 2.5)
oCamera.alarm[3] = 2
}