-
Authors
Tags
openFrameworks Links
Media and Data Resources
Other Links
- Adobe Flash Developer Center
- Arduino
- C4ios
- Cinder
- Cocos2D
- Corona SDK
- Flight 404 (Robert Hodgin, Cinder)
- Form+Code – code examples
- Kinect Hacks
- libpd
- Max/MSP/Jitter
- Multimedia Development (Flash)
- NodeBox
- OpenSceneGraph
- PhoneGap
- Pocode
- Pure Data
- Quartz Composer
- Software Studies (Processing, HTML5/JS)
- Sparrow Framework
- TestFlight
- TouchDesigner
- Unity
- vvvv
- Web Media Development (JavaScript)
- Xcode
Meta
Tag Archives: library
Accessing the library dynamically
For an upcoming Video Jack project, I’ve been trying out accessing random elements from the library – without knowing previously if they were present there or not. I found some tutorials/references on the subject. To find if a class exists: … Continue reading
Exporting library symbols in ActionScript 3.0
One of the important changes from ActionScript 2.0 to 3.0 is exporting library symbols. Now, when you export a library symbol, you are creating a new class. This Adobe tutorial provides an interesting insight on this topic: http://livedocs.adobe.com/flash/9.0/main/00000215.html