Nov 02

sin, cos, tan….. Mathematical calculation can really be the pain in the xxx !!! :S.

Something tells me I need to really brush up my trigonometry knowledge. Need to get some math readings…..

written by admin \\ tags: , ,

May 12

In AS3 we use addchild to relate the objects in AVM to the rendering display. When we create a mc or shape in actionscript, the virtual object only exist in AVM. Only after we “addchild” them to the root stage, or the existing “displayable” object, they can be rendered on stage.

1. Create mc/shape/sprite.
2. addChild/addChildAt to attach them to render engine.
3. (optional) reparenting to adjust the layer/overlaying sequence

written by admin \\ tags: ,