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.
105 lines
3.1 KiB
105 lines
3.1 KiB
<!--This Document is generated by GameMaker, if you edit it by hand then you do so at your own risk!-->
|
|
<object>
|
|
<spriteName>sEDCam</spriteName>
|
|
<solid>0</solid>
|
|
<visible>0</visible>
|
|
<depth>0</depth>
|
|
<persistent>0</persistent>
|
|
<parentName><undefined></parentName>
|
|
<maskName><undefined></maskName>
|
|
<events>
|
|
<event eventtype="0" enumb="0">
|
|
<action>
|
|
<libid>1</libid>
|
|
<id>603</id>
|
|
<kind>7</kind>
|
|
<userelative>0</userelative>
|
|
<isquestion>0</isquestion>
|
|
<useapplyto>-1</useapplyto>
|
|
<exetype>2</exetype>
|
|
<functionname></functionname>
|
|
<codestring></codestring>
|
|
<whoName>self</whoName>
|
|
<relative>0</relative>
|
|
<isnot>0</isnot>
|
|
<arguments>
|
|
<argument>
|
|
<kind>1</kind>
|
|
<string>followtorizo = 0;
|
|
</string>
|
|
</argument>
|
|
</arguments>
|
|
</action>
|
|
</event>
|
|
<event eventtype="3" enumb="0">
|
|
<action>
|
|
<libid>1</libid>
|
|
<id>603</id>
|
|
<kind>7</kind>
|
|
<userelative>0</userelative>
|
|
<isquestion>0</isquestion>
|
|
<useapplyto>-1</useapplyto>
|
|
<exetype>2</exetype>
|
|
<functionname></functionname>
|
|
<codestring></codestring>
|
|
<whoName>self</whoName>
|
|
<relative>0</relative>
|
|
<isnot>0</isnot>
|
|
<arguments>
|
|
<argument>
|
|
<kind>1</kind>
|
|
<string>if (!followtorizo) {
|
|
oCamera.smootin = 15;
|
|
if (oCamera.focus == 0) {
|
|
oCamera.focus = 1;
|
|
oCamera.focustime = 0;
|
|
}
|
|
oCamera.focustime += 1;
|
|
oCamera.lockx = 1;
|
|
oCamera.locky = 1;
|
|
oCamera.targetx = 480;
|
|
oCamera.targety = 360;
|
|
oCamera.snapx = 0;
|
|
oCamera.snapy = 0;
|
|
oCamera.smoothout = 40;
|
|
oCamera.alarm[0] = 2;
|
|
} else {
|
|
x = oTorizo.x + (oCharacter.x - oTorizo.x) / 2;
|
|
y = oTorizo.y + (oCharacter.y - oTorizo.y) / 2;
|
|
if (abs(oCharacter.x - oTorizo.x) < 280 && abs(oCharacter.y - oTorizo.y) < 180) {
|
|
oCamera.smootin = 30;
|
|
if (oCamera.focus == 0) {
|
|
oCamera.focus = 1;
|
|
oCamera.focustime = 0;
|
|
}
|
|
oCamera.focustime += 1;
|
|
oCamera.lockx = 1;
|
|
oCamera.locky = 1;
|
|
oCamera.targetx = x;
|
|
oCamera.targety = y;
|
|
oCamera.snapx = 0;
|
|
oCamera.snapy = 0;
|
|
oCamera.smoothout = 40;
|
|
oCamera.alarm[0] = 2;
|
|
}
|
|
} // if (!followtorizo) else
|
|
</string>
|
|
</argument>
|
|
</arguments>
|
|
</action>
|
|
</event>
|
|
</events>
|
|
<PhysicsObject>0</PhysicsObject>
|
|
<PhysicsObjectSensor>0</PhysicsObjectSensor>
|
|
<PhysicsObjectShape>0</PhysicsObjectShape>
|
|
<PhysicsObjectDensity>0.5</PhysicsObjectDensity>
|
|
<PhysicsObjectRestitution>0.100000001490116</PhysicsObjectRestitution>
|
|
<PhysicsObjectGroup>0</PhysicsObjectGroup>
|
|
<PhysicsObjectLinearDamping>0.100000001490116</PhysicsObjectLinearDamping>
|
|
<PhysicsObjectAngularDamping>0.100000001490116</PhysicsObjectAngularDamping>
|
|
<PhysicsObjectFriction>0.200000002980232</PhysicsObjectFriction>
|
|
<PhysicsObjectAwake>-1</PhysicsObjectAwake>
|
|
<PhysicsObjectKinematic>-1</PhysicsObjectKinematic>
|
|
<PhysicsShapePoints/>
|
|
</object>
|