home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global genHotSpots, keyHotspots, noteData, markerlist, CR
- set x to the number of lines in markerlist
- repeat with n = 1 to x
- if marker(0) = value(line 1 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 noteData to line 1 of keyHotspots
- delete item 1 to 6 of noteData
- set keyHotspots to genHotSpots & CR & keyHotspots
- puppetSprite(5, 1)
- end
-