home *** CD-ROM | disk | FTP | other *** search
- foundText.foundText.text = myFoundText;
- foundText.faceClip.gotoAndStop(myFace);
- if(_root.emuToys.length == 5)
- {
- foundText.toysLeft.text = "";
- }
- else if(_root.emuToys.length == 4)
- {
- foundText.toysLeft.text = "you still need 1 toy!";
- }
- else
- {
- foundText.toysLeft.text = "you still need " + (5 - _root.emuToys.length) + " toys!";
- }
-