AS3 Example Runner
Is there a nice UI runner for AS3 as there is for Flex? TestRunnerBase?
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by labriola on 03 Feb, 2011 04:50 PM
With the 4.1 release there will be a new version. Here is a preview, use it like this:
visualListener = new VisualListener();
visualListener.x = 0;
visualListener.y = 0;
addChild( visualListener );
core.addListener( visualListener );
labriola closed this discussion on 03 Feb, 2011 04:50 PM.
Starterer re-opened this discussion on 14 Feb, 2011 06:59 PM
2 Posted by Starterer on 14 Feb, 2011 06:59 PM
Works like a charm, thanks!