Say_xy above choice-menu?
Is it possible to draw a say_xy above a choice-menu? I've tried:
&junk = say_xy("`%Bananas are overrated!", -15, 175); sp_que(&junk, 1000);
Don't forget to sp_kill(&junk,0);
Other than that, I see no reason why it shouldn't work. Then again, choice menus are kinda special. Don't they also remove any background sprites?
Other than that, I see no reason why it shouldn't work. Then again, choice menus are kinda special. Don't they also remove any background sprites?
stop_entire_game() which is often used with choice menus removes some sprites but not the menu itself.