ofxFlashLite
ofxFlashLite copied to clipboard
ofxFlash is a addon for openFrameworks which enables the loading of Flash XFL files into openFrameworks
@ julapy 2) Event dispatching and management using AS3 syntax. Can talk about the realization of this idea ? thanks....
ofEvents is now ofEvents()
problem: rotating a sprite while altering its height gave weird transformation problems. width was fine to test ``` c++ .h ofxFlashSprite * sprite1; ... .cpp void testApp::setup() { sprite1 =...
at the moment ofxFlashDisplayObject takes alpha values but it should take ofColor instead which will contain the alpha value already.