home *** CD-ROM | disk | FTP | other *** search
- on GESBuyingNoteTips
- global GESNoteBuyingList
- if rollOver(37) then
- repeat with t = 1 to count(GESNoteBuyingList)
- if the castNum of sprite 37 = getAt(getAt(GESNoteBuyingList, t), 1) then
- set the castNum of sprite 48 to getAt(getAt(GESNoteBuyingList, t), 2)
- set the locH of sprite 48 to getAt(getAt(GESNoteBuyingList, t), 3)
- set the locV of sprite 48 to getAt(getAt(GESNoteBuyingList, t), 4)
- set the ink of sprite 48 to getAt(getAt(GESNoteBuyingList, t), 5)
- exit repeat
- end if
- end repeat
- set the castNum of sprite 37 to the castNum of sprite 37 + 1
- updateStage()
- repeat while rollOver(37)
- end repeat
- set the locH of sprite 48 to 2000
- set the ink of sprite 48 to 39
- set the castNum of sprite 37 to the castNum of sprite 37 - 1
- updateStage()
- end if
- end
-