home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Practical Internet Web Designer 90
/
PIWD90.iso
/
mac
/
contents
/
flash_gaming
/
tutorial_files
/
Pages70-80
/
STEP51.TXT
< prev
next >
Wrap
Text File
|
2003-12-22
|
1KB
|
117 lines
onClipEvent(load){
_root.frameNumber=random(12)+1;
_root.selectClip.gotoAndStop([_root.frameNumber]);
}
onClipEvent(enterFrame){
_root.guess=0;
if (_root.head1._visible==true){
_root.guess++;
}
if (_root.head2._visible==true){
_root.guess++;
}
if (_root.head3._visible==true){
_root.guess++;
}
if (_root.head4._visible==true){
_root.guess++;
}
if (_root.head5._visible==true){
_root.guess++;
}
if (_root.head6._visible==true){
_root.guess++;
}
if (_root.head7._visible==true){
_root.guess++;
}
if (_root.head8._visible==true){
_root.guess++;
}
if (_root.head9._visible==true){
_root.guess++;
}
if (_root.head10._visible==true){
_root.guess++;
}
if (_root.head11._visible==true){
_root.guess++;
}
if (_root.head12._visible==true){
_root.guess++;
}
if (_root.head13._visible==true){
_root.guess++;
}
if (_root.head14._visible==true){
_root.guess++;
}
if (_root.head15._visible==true){
_root.guess++;
}
if (_root.head16._visible==true){
_root.guess++;
}
if (_root.guess==1){
_root.nextFrame();
}
}