I've searched and reas a few posts here about the minimize function but none address this problem. I downloaded the u3_example stack stack to see how the minimize button works on a skinned stack with no taskbar.
I have a stack that is simlar, so I set up a minimize button with the code I found in the u3_example stack:
Code: Select all
on mouseUp
set the iconic of this stack to true
end mouseUp

How do I ge the stack to function like a normal Rev taskbar?
Thanks again
Bidge