PDA

View Full Version : right click in flash????


abbex
07-24-2003, 07:52 PM
is there a way in Flash which can make a menu roll out of the cursor on right click??


Abbex

Caimin
07-25-2003, 01:37 AM
No, because there's no way to detect a right-click in Flash.

Bloom22
07-25-2003, 04:03 AM
Sorry :( but I just can formulate some theory:

Maybe it could be realized with a hidden follower menu directly bellow the mouse cursor. Additonal there must be a changed roll over action reacting only to right clicking (action script). In the first keyframe of the button layer there must be a (alpha=0) area (maybe a square). In the roll over keyframe there must be additional buttons (animated) for navigation selection.:)

Ask a codegeek if these steps woulld be possible. I think they are .

Bob Ross would say-->:DHappy flashing and god bless you

Caimin
07-25-2003, 04:25 AM
reacting only to right clicking (action script)

You cannot detect a right-click in Flash.

Bloom22
07-25-2003, 05:11 AM
:eek: AAAHH, yes you're right.

Single right clicking opens the global options of a flash movie. Well, then double clicking would be a good way to achieve abbex's goal. What do you think, Caimin? :D

An hidden menu appearing by double clicking directly bellow the mouse cursor?

fgf
07-25-2003, 07:44 AM
There is no direct way because the flash reserve right clik for its context menu.

You can kludge stuff in JS but because of the above there is no point.

This is a much disscussed topic and you should do a search if your interested.

fgf