draw_set_color(c_black); ossafe_fill_rectangle(x, (y - 1) + voff, x + 330, y + 242 + voff); if (write == 1) { draw_set_color(c_yellow); tx += 1; if (doom == 1) tx += 4; scr_setfont(fnt_maintext); if (doom == 0) draw_text((x + 320) - tx, y + 10 + voff, stringer); if (doom == 1) draw_text_transformed((x + 320) - tx, y + 10 + voff, stringer, 2, 1, 0); } draw_sprite(spr_tickerlogo, 0, x, y); if (doom == 1) { doomtimer += 1; if (doomtimer > 150) event_user(1); } if (voff > 0) voff -= 4; if (voff <= 0) voff = 0; if (y > room_height) instance_destroy();