javascript sample help


calling sample

var sm = new TestControl();
sm.start();
while(!sm.is_end()) {
    sm.update();
}

  

Tutorial

1. Get sample framework

2. Use playgound

Links