home *** CD-ROM | disk | FTP | other *** search
- function resetClips()
- {
- var c = 1;
- while(c <= 20)
- {
- if(_parent["links" + c]._currentframe == 90)
- {
- _parent["links" + c]._visible = false;
- }
- if(_parent["rechts" + c]._currentframe == 90)
- {
- _parent["rechts" + c]._visible = false;
- }
- if(_parent["hoch" + c]._currentframe == 90)
- {
- _parent["hoch" + c]._visible = false;
- }
- c++;
- }
- }
- function activateClip(clip)
- {
- clip.play();
- clip._visible = true;
- }
-