image_speed = 0.2;
switch (room)
{
case rm_hotland:
sprite_index = spr_ava_shadow;
break;
case rm_lava_tubes:
sprite_index = spr_ava_lava;
}