if (instance_exists(obj_controller_city_mice2)) goalHit = obj_controller_city_mice2.victory; inusecount = 0; with (obj_rotationController_track) { if (rotate == true) other.inusecount++; } if (inusecount != 0) inUse = true; else inUse = false; if (instructionLerp > 0 || inUse) { if (instructionLerp < 1 && inUse) instructionLerp += 0.1; else if (!inUse) instructionLerp -= 0.1; var _easedLerp = scr_ease_out(instructionLerp, 3); scr_84_set_draw_font("mainbig"); draw_set_halign(fa_left); draw_set_color(c_white); scr_84_draw_text_outline((camerax() - 80) + (_easedLerp * 100), cameray() + 400, stringsetloc("[Left / Right]", "obj_controller_city_mice2_slash_Draw_0_gml_28_0")); scr_84_draw_text_outline((camerax() - 80) + (_easedLerp * 100), cameray() + 432, stringsetloc("Rotate", "obj_controller_city_mice2_slash_Draw_0_gml_29_0")); draw_set_halign(fa_right); scr_84_draw_text_outline((camerax() + 720) - (_easedLerp * 100), cameray() + 400, stringsetloc("[Down]", "obj_controller_city_mice2_slash_Draw_0_gml_32_0")); scr_84_draw_text_outline((camerax() + 720) - (_easedLerp * 100), cameray() + 432, stringsetloc("Mice", "obj_controller_city_mice2_slash_Draw_0_gml_33_0")); draw_set_halign(fa_left); }