301 Moved Permanently

301 Moved Permanently


cloudflare
helloeeg_part_2.1261008483.txt.gz ยท Last modified: 2014/05/06 19:51 (external edit)

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
helloeeg_part_2 [2009/12/16 16:08]
helloeeg_part_2 [2014/05/06 19:55] (current)
Line 10: Line 10:
   * [[thinkgear_connector_tgc|ThinkGear Connector]]   * [[thinkgear_connector_tgc|ThinkGear Connector]]
   * Adobe Flash CS4 Professional   * Adobe Flash CS4 Professional
-  * [[http://code.google.com/p/​as3corelib/​|as3corelib]]+  * [[https://github.com/mikechambers/​as3corelib/​downloads|as3corelib]]
 ====== Recommended Reading ====== ====== Recommended Reading ======
   * {{:​app_notes:​thinkgear_connector_user_s_guide_new.pdf|ThinkGear Connector User's Guide}}   * {{:​app_notes:​thinkgear_connector_user_s_guide_new.pdf|ThinkGear Connector User's Guide}}
Line 18: Line 18:
 ====== Prerequisite Steps ====== ====== Prerequisite Steps ======
   * Complete HelloEEG Tutorial 1   * Complete HelloEEG Tutorial 1
- 
 ====== Animation with eSense ====== ====== Animation with eSense ======
  
Line 48: Line 47:
   import flash.events.*; ​                     //for event handling   import flash.events.*; ​                     //for event handling
   import flash.net.Socket; ​                   //sockets   import flash.net.Socket; ​                   //sockets
-  import com.adobe.serialization.json.JSON;   //​as3corelib JSON support+  import com.adobe.serialization.json.*   ;   //​as3corelib JSON support
   import fl.transitions.*; ​                   //for animation   import fl.transitions.*; ​                   //for animation
   import fl.transitions.easing.*; ​            //for animation   import fl.transitions.easing.*; ​            //for animation
Line 105: Line 104:
 </​code>​ </​code>​
 Now you can test your application. If everything is correct, you should see something like this.\\ ​ Now you can test your application. If everything is correct, you should see something like this.\\ ​
-{{:app_note:flashtutorial:​bouncyball.png|}}+{{:app_notes:helloeeg1:​bouncyball.png?400|}}
301 Moved Permanently

301 Moved Permanently


cloudflare