home *** CD-ROM | disk | FTP | other *** search
- Right = "0";
- Score = "0";
- i = "1";
- while(i < "6")
- {
- setProperty("Dish" add i, _visible, "0");
- setProperty("Cockroach" add i, _visible, "0");
- tellTarget("/Cockroach" add i)
- {
- stop();
- }
- i += "1";
- }
- tellTarget("/Time")
- {
- gotoAndPlay(1);
- }
- setProperty("/Target", _visible, "1");
- startDrag("/Target","1");
-