home *** CD-ROM | disk | FTP | other *** search
- symbols
- message startup
- message timer
- message arrived
-
- template phrikT
- thing createghost
- end
-
- code
- startup:
- settimer(10*rand());
- return;
-
- timer:
- zing=creatething(phrikT, createghost);
- capturething(zing);
- movetoframe(zing, 1, 5);
- return;
-
- arrived:
- destroything(zing);
- sleep(2*rand());
- call timer;
- return;
-
- end
-
-
-
-
-