home *** CD-ROM | disk | FTP | other *** search
- global mycity
-
- on idle
- set mycity to rollOver()
- end
-
- on exitFrame
- set NordSued to the text of member the frameLabel
- if mycity = 47 then
- go(the frame + value(the frameLabel))
- set NordSued to the text of member the frameLabel
- else
- if (mycity < 45) and (mycity > 2) then
- puppetSprite(2, 1)
- set the locH of sprite 2 to the mouseH + 10
- set the locV of sprite 2 to the mouseV + 6
- set Eintrag to mycity - 2
- set the text of field "Ort" to line (Eintrag * 2) - 1 to Eintrag * 2 of NordSued
- updateStage()
- else
- puppetSprite(2, 0)
- end if
- end if
- go(the frame)
- end
-