Answer the question
In order to leave comments, you need to log in
How is the VK game implemented?
I came across a game in VK , it became interesting on what technologies it was implemented, like flash, but then why doesn't the menu from flash pop up when you right-click on the field?
Answer the question
In order to leave comments, you need to log in
Disable right in flash
import flash.events.MouseEvent;
stage.addEventListener(MouseEvent.RIGHT_CLICK, function(e:MouseEvent):void{});
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question