home *** CD-ROM | disk | FTP | other *** search
- if(_name == "STM")
- {
- this.stop();
- }
- else if(frame)
- {
- nTime++;
- if(timeOut < nTime)
- {
- _root.setTimeOut(funcString,timeOut,true);
- removeMovieClip(this);
- }
- }
- else if(getTimer() - time >= timeOut)
- {
- _root.setTimeOut(funcString,timeOut,true);
- this.removeMovieClip(this);
- }
-