home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global q1, q2, q3, q4, q5, count
- set q5 to random(21)
- if q5 = q1 then
- go(the frame)
- else
- if q5 = q2 then
- go(the frame)
- else
- if q5 = q3 then
- go(the frame)
- else
- if q5 = q4 then
- go(the frame)
- end if
- end if
- end if
- end if
- set count to 5
- end
-