A Flash Developer Resource Site

Page 4 of 4 FirstFirst 1234
Results 61 to 64 of 64

Thread: My right click menu FK tute is finally done. Would you try to break it for me?

  1. #61
    Senior Member
    Join Date
    Mar 2000
    Posts
    177
    Right you are, Stickman. Peculiar.

  2. #62
    X-PRESSIVE.COM
    Join Date
    Oct 2000
    Posts
    112
    Er... what about the Tutorial..?

    Mike

  3. #63
    Under the influence bvgroote's Avatar
    Join Date
    Nov 2000
    Location
    Perth, Australia
    Posts
    1,408
    Yeah, Stickman found out that if you click on the gray areas (the part of the flash movie that actually has graphics), the Flash context appears, and if you click on the transparent background the custom menu appears. It kinda takes away from the functionality of this thing, eh? You'd have to design a movie with most of the background transparent (no heavy graphical backgrounds).
    Hey didn't I point that out first?

    Wheres my credit


  4. #64
    Junior Member
    Join Date
    Dec 2000
    Posts
    11
    Hi Sem,

    I have gone through your example on disabling context menu. Its really nice,

    But the problem, I have no idea how to implement the below mentioned script to my movie clips.

    ---------------------------

    onClipEvent (load) {

    old = Key.isToggled(2);
    }

    onClipEvent (enterFrame) {
    rButton = !Key.isToggled(2);
    if (rButton ^ old) {
    getURL ("javascript:makeCM()");
    trace ("right click detected");
    }
    old = rButton;
    }

    ------------------------------

    Please help some one.

    Thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center