Be a Supporter!

right_clicking...

  • 351 Views
  • 5 Replies
New Topic Respond to this Topic
Greth-of-choas
Greth-of-choas
  • Member since: Aug. 28, 2006
  • Offline.
Forum Stats
Member
Level 15
Blank Slate
right_clicking... 2007-06-04 22:19:59 Reply

ok....i want to know how the fu-...how can I make so when you right click no "menu" pops up..


There is Heaven
There is Hell
And then there is Heck

BBS Signature
Thomas
Thomas
  • Member since: Feb. 14, 2005
  • Offline.
Forum Stats
Member
Level 13
Musician
Response to right_clicking... 2007-06-04 22:21:59 Reply

Well,it's not possible(I don't think) to completely remove the right-click menu,only ways to edit it/make it shorter.

One simple way to get rid of all the buttons except for like 2 is this...

Stage.showMenu=false;

Well,I think that's it...


wat
a compessor wil raise the volume while lowering the db - chronamut

ChilliDog
ChilliDog
  • Member since: Feb. 16, 2007
  • Offline.
Forum Stats
Member
Level 16
Blank Slate
Response to right_clicking... 2007-06-04 22:37:14 Reply

AS: SWF Right Click Menu

You could always customize it, but yea as said before, you can't completely get rid of it but that code will hide most of the items. Or you could follow that tut ^ and make your own items.


AS: Main

Don't read this sentence.

Greth-of-choas
Greth-of-choas
  • Member since: Aug. 28, 2006
  • Offline.
Forum Stats
Member
Level 15
Blank Slate
Response to right_clicking... 2007-06-04 22:48:32 Reply

waa?....ah man...any code so maybe when you right click (as soon as you do) it gotoAndStop(1)?


There is Heaven
There is Hell
And then there is Heck

BBS Signature
Thomas
Thomas
  • Member since: Feb. 14, 2005
  • Offline.
Forum Stats
Member
Level 13
Musician
Response to right_clicking... 2007-06-05 00:40:06 Reply

Well,you could do...

if(Key.isDown(2)){
gotoAndStop(1);
}

...but that would still make the menu appear.


wat
a compessor wil raise the volume while lowering the db - chronamut

Greth-of-choas
Greth-of-choas
  • Member since: Aug. 28, 2006
  • Offline.
Forum Stats
Member
Level 15
Blank Slate
Response to right_clicking... 2007-06-05 19:06:50 Reply

At 6/5/07 12:40 AM, Thomas wrote: Well,you could do...

if(Key.isDown(2)){
gotoAndStop(1);
}

...but that would still make the menu appear.

I am making a cursor game where you go thro mazes with your cursor (duh) but....the right clicking is a promblem...lol


There is Heaven
There is Hell
And then there is Heck

BBS Signature