home *** CD-ROM | disk | FTP | other *** search
- global showm, tb
-
- on new me
- tb = the ticks
- sprite(95).visible = 0
- end
-
- on prepareFrame
- if showm = 1 then
- sprite(95).visible = 1
- tb = the ticks
- showm = 2
- end if
- if showm = 2 then
- if (the ticks - tb) > (3 * 50) then
- sprite(95).visible = 0
- showm = 0
- end if
- end if
- end
-