Forked from: mash's QuickBox2D sample diff:17 forked from: QuickBox2D sample ADO forked:3favorite:0lines:29license : MIT License modified : 2010-01-21 20:39:49 Embed Tweet // forked from mash's QuickBox2D sample package { import flash.display.*; import com.actionsnippet.qbox.*; public class FlashTest extends MovieClip { public function FlashTest() { // write as3 code here.. stage.frameRate = 60; var sim:QuickBox2D = new QuickBox2D(this); sim.createStageWalls(); sim.addBox({x:5, y:5, width:1, height:1}); sim.addBox({x:5, y:5, width:1, height:1}); sim.addBox({x:5, y:5, width:1, height:1}); sim.addBox({x:5, y:5, width:1, height:1}); sim.addBox({x:5, y:5, width:1, height:1}); sim.addBox({x:5, y:5, width:1, height:1}); sim.addBox({x:5, y:5, width:1, height:1}); sim.addBox({x:5, y:5, width:1, height:1}); sim.addBox({x:5, y:5, width:1, height:1}); sim.addBox({x:5, y:5, width:1, height:1}); sim.addBox({x:5, y:5, width:1, height:1}); sim.addBox({x:5, y:5, width:1, height:1}); sim.addBox({x:5, y:5, width:1, height:1}); sim.addBox({x:5, y:5, width:1, height:1}); sim.addBox({x:5, y:5, width:1, height:1}); sim.addBox({x:5, y:5, width:1, height:1}); sim.start(); sim.mouseDrag(); } } } Code Fullscreen Preview Fullscreen height width frameRate start MovieClip sort new page view favorite forked pv1974 Twin towers (no planes :) makc3d forked:4 favorite:14lines:17 (diff:19) tag: QuickBox2D beautifl box2d pv147 forked from: forked from: Quic.. merome forked:1 favorite:0lines:29 (diff:17) pv152 forked from: forked from: Quic.. junkie forked:0 favorite:0lines:41 (diff:30)