home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global genHotSpots, keyHotspots, noteData, markerlist, CR, therange, movieDuration
- set x to the number of lines in markerlist
- repeat with n = 1 to x
- if marker(0) = value(line n of markerlist) then
- set lineNo to n
- exit repeat
- end if
- end repeat
- set theCastName to "p" & lineNo && "hotspots"
- set keyHotspots to the text of cast theCastName
- set keyHotspots to genHotSpots & CR & keyHotspots
- setUpSprites("4;5", 1)
- end
-