i made a button with this code:
Code: Select all
on mouseup
set the fullscreen of this stack to true
end mouseuphow can i make an application that is always on fullscreen?
thank
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Code: Select all
on mouseup
set the fullscreen of this stack to true
end mouseupthank very muchsnm wrote:Put this script in openStack handler.
Marek