only fullscreen
Posted: Sun Apr 21, 2013 5:33 pm
how can i do an only full screen application.
i made a button with this code:
and then i press and cancelled the button, but when i open the application this isn't in fullscreen.
how can i make an application that is always on fullscreen?
thank
i made a button with this code:
Code: Select all
on mouseup
set the fullscreen of this stack to true
end mouseup
how can i make an application that is always on fullscreen?
thank