| 1 |
event_inherited(); |
| 2 |
image_speed = 0.25; |
| 3 |
if (instance_exists(obj_face_sans)) |
| 4 |
{ |
| 5 |
with (obj_face_sans) |
| 6 |
instance_destroy(); |
| 7 |
} |
| 8 |
if (instance_exists(obj_face_papyrus)) |
| 9 |
{ |
| 10 |
with (obj_face_papyrus) |
| 11 |
instance_destroy(); |
| 12 |
} |
| 13 |
if (instance_exists(obj_face_alphys)) |
| 14 |
{ |
| 15 |
with (obj_face_alphys) |
| 16 |
instance_destroy(); |
| 17 |
} |
| 18 |
if (instance_exists(obj_face_asgore)) |
| 19 |
{ |
| 20 |
with (obj_face_asgore) |
| 21 |
instance_destroy(); |
| 22 |
} |
| 23 |
if (instance_exists(obj_face_torieltalk)) |
| 24 |
{ |
| 25 |
with (obj_face_torieltalk) |
| 26 |
instance_destroy(); |
| 27 |
} |
| 28 |
if (instance_exists(obj_face_torielblink)) |
| 29 |
{ |
| 30 |
with (obj_face_torielblink) |
| 31 |
instance_destroy(); |
| 32 |
} |
| 33 |
if (instance_exists(obj_torbody)) |
| 34 |
{ |
| 35 |
with (obj_torbody) |
| 36 |
instance_destroy(); |
| 37 |
} |
| 38 |
image_index = global.faceemotion; |