T
T
Testtest1322014-08-07 22:11:52
css
Testtest132, 2014-08-07 22:11:52

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

1 answer(s)
A
Alexander Taratin, 2014-08-08
@Testtest132

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 question

Ask a Question

731 491 924 answers to any question