Maybe someone can help me figure this out...
Below is my code. It is a movie to detect keypresses. Basically what it is intended to do is the following:
-if a person presses Ctrl/C (nested below), Q1=correct.
-If a person presses anything but that combo, Q1 is incorrect.
This means I have...
Question:
I am creating (in Flash) an online environment to mimic Microsoft Word. The end user will be performing operations such as copying text. One of the ways to copy text is Crt/C.
I know the script for this is:
if (Key.isDown(17) and Key.isDown(67))
action here
BUT...when coded in...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.