home *** CD-ROM | disk | FTP | other *** search
- tellTarget("_flash0/zielsound")
- {
- play();
- }
- tellTarget("/computer1")
- {
- stop();
- }
- tellTarget("/computer2")
- {
- stop();
- }
- tellTarget("/computer3")
- {
- stop();
- }
- p_xpos = getProperty("/player/auto", _X);
- c1_xpos = getProperty("/computer1/auto", _X);
- c2_xpos = getProperty("/computer2/auto", _X);
- c3_xpos = getProperty("/computer3/auto", _X);
- place = "4";
- if(p_xpos < c1_xpos)
- {
- place -= "1";
- }
- if(p_xpos < c2_xpos)
- {
- place -= "1";
- }
- if(p_xpos < c3_xpos)
- {
- place -= "1";
- }
- place = place add ".";
- tellTarget("/finish")
- {
- gotoAndStop(2);
- }
- tellTarget("/round3")
- {
- gotoAndStop(1);
- }
- stop();
-