In the latest broomstick version, when I go to compile the examples they are missing the class ResourceEvent which appear to have once existed in away3d.events package. Where can I find these or is it not compatible with broomstick?
Thanks,
- Will
Examples missing ResourceEventSoftware: Away3D 4.x |
||
MegaManSE, Newbie
Posted: 10 November 2011 11:11 PM Total Posts: 12 In the latest broomstick version, when I go to compile the examples they are missing the class ResourceEvent which appear to have once existed in away3d.events package. Where can I find these or is it not compatible with broomstick? Thanks, |
||
MegaManSE, Newbie
Posted: 10 November 2011 11:57 PM Total Posts: 12 [ # 1 ] OK turns out you have to get the latest trunk of the examples from svn but then grab the downloadable api code from the main site and use those 2 together. Looks like the main site doesn’t have the examples updated and the trunk in svn doesn’t work because it still has the Stage3DProxy.stage.viewport thing :( Make sure to set the compiler option to -swf-version=13 and target to flash player 11 when you compile in FlashDevelop |