home *** CD-ROM | disk | FTP | other *** search
- rnd = random("4");
- if(rnd == "1")
- {
- set("../:bb",getProperty("../cmpc", _currentframe));
- tellTarget("../cmpc")
- {
- gotoAndStop(eval("../:bb") + "1");
- }
- }
- if(rnd == "0")
- {
- set("../:bb",getProperty("../cmpc", _currentframe));
- tellTarget("../cmpc")
- {
- gotoAndStop(eval("../:bb") - "1");
- }
- }
-