home *** CD-ROM | disk | FTP | other *** search
- global giCurrentTrackNumber, gsPreviousPath, gArtist, gIntro, gVoiceFlag, gArtistFlag, gVOPlaying
-
- on startMovie
- gArtsit = 0
- gIntro = 0
- register(xtra("PrintOMatic"), "PMAT160-484-37931")
- the randomSeed = the ticks
- giCurrentTrackNumber = random(9) + 1
- gsPreviousPath = EMPTY
- gVoiceFlag = 0
- gArtistFlag = 0
- gVOPlaying = 0
- if baCpuInfo("speed") > 170 then
- go("intro")
- else
- go("intro2")
- end if
- end
-