home *** CD-ROM | disk | FTP | other *** search
- tellTarget("Score3Num")
- {
- gotoAndStop(int(eval("/:Score") / "100") + "1");
- }
- tellTarget("Score2Num")
- {
- gotoAndStop(int(eval("/:Score") / "10") - int(eval("/:Score") / "100") * "10" + "1");
- }
- tellTarget("Score1Num")
- {
- gotoAndStop(eval("/:Score") - int(eval("/:Score") / "10") * "10" + "1");
- }
-