The Enchanted Cave 2
Delve into a strange cave with a seemingly endless supply of treasure, strategically choos
4.39 / 5.00 38,635 ViewsGhostbusters B.I.P.
COMPLETE edition of the interactive "choose next panel" comic
4.09 / 5.00 15,161 Viewsok....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
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
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.
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
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
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