Tag: control

  • AS3 – Detecting Control, Shift and Alt keyboard shortcuts

    AS3 – Detecting Control, Shift and Alt keyboard shortcuts

    Here is a snippet of code which allows you to detect keyboard shortcuts such as ctrl+[another key] and ctrl+shift+[another key]. I wasn’t able to find any decent examples of detecting shortcuts but after reading the AS3 documentation I found that the Keyboard event contains the following boolean properties [cc lang=”actionscript3″] ctrlKey shiftKey altKey [/cc] So…

  • Controlling MovieClips with WiiFlash

    Controlling MovieClips with WiiFlash

    I decided to learn how to use WiiFlash after seeing the WiiSpray and a number of other videos a while ago. Turns out it is surprisingly easy! The only problem I had was trying to get a MovieClip to move around the stage as a mouse… I couldn’t find anything anywhere that clearly expained how…