Esempio n. 1
0
 protected void stopped(edu.cmu.cs.stage3.alice.core.World world, double time) {
   m_clock = null;
   super.stopped(world, time);
 }
Esempio n. 2
0
 protected void started(edu.cmu.cs.stage3.alice.core.World world, double time) {
   super.started(world, time);
   if (world != null) {
     m_clock = world.getClock();
   }
 }