home *** CD-ROM | disk | FTP | other *** search
- function init()
- {
- var i = 1;
- while(_root.cst.maxMonster >= i)
- {
- tellTarget("../monster_" + i)
- {
- _root.temp.monsterFrames = _totalframes;
- }
- if(Number(_root.temp.monsterFrames) == 0)
- {
- _name = "monster_" + i;
- break;
- }
- i++;
- }
- gotoAndStop(1);
- }
- function hit()
- {
- }
- ready = true;
- stop();
- init();
-