pop-up menu on mouse right button click
Posted: Thu Apr 27, 2006 3:27 pm
I'm thinking to use a pulldown button and hide it so I put something in my stack script or card script like:
on mouseUp
set the visibility of the pulldown button to true
......
end mouseUp
but my question is, how can I bring the pulldown menu to the proper position(not the mouse loc)?
is there any better way of doing it??
Thank you...
on mouseUp
set the visibility of the pulldown button to true
......
end mouseUp
but my question is, how can I bring the pulldown menu to the proper position(not the mouse loc)?
is there any better way of doing it??
Thank you...