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
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Code: Select all
on mouseup
set the fullscreen of this stack to true
end mouseup
thank very muchsnm wrote:Put this script in openStack handler.
Marek