Monthly Archives: November 2009

Papervision InteractiveScene3DEvent object_over & object_out broken mouse interactivity

When creating a 3d environment with lots of movement, beware of InteractiveScene3DEvent. Im my scene i have a number of moving objects that have listeners that fire InteractiveScene3DEvent’s. Object_over and object_out, (the equivalents to mouse_over and mouse_out on a display object in 2D) will NOT RECEIVE those events if the mouse is kept still. Think… Read more »

Posted

AS3 Json integration quick and dirty

Ive been dealing with Json data recently which may be a faster/less convoluted alternative for handling data between backend and frontend interfaces than xml. This is probably the quickest and lightweight serialization i’ve found that works. Credit goes to http://www.ekameleon.net for the class file, and can be found here. Implementation goes something like this:- import… Read more »

Posted