ofxFlashLite icon indicating copy to clipboard operation
ofxFlashLite copied to clipboard

ofxFlash is a addon for openFrameworks which enables the loading of Flash XFL files into openFrameworks

Results 4 ofxFlashLite issues
Sort by recently updated
recently updated
newest added

@ julapy 2) Event dispatching and management using AS3 syntax. Can talk about the realization of this idea ? thanks....

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.