home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global whichSoftware
- go(marker(0) + 2)
- mainRoller()
- if the movieRate of sprite 21 <> 1 then
- set the movieRate of sprite 21 to 1
- end if
- if whichSoftware = 1 then
- pcfeatureRoller()
- else
- if whichSoftware = 2 then
- pclibRoller()
- else
- if whichSoftware = 3 then
- pcutilRoller()
- else
- if whichSoftware = 4 then
- noRoller()
- end if
- end if
- end if
- end if
- end
-