home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gCityFound, gTowns, gCityDB, gName, gSName
- set gTowns to [getAt(getAt(gCityDB, gCityFound), 1)]
- set cityname to getAt(getAt(gCityDB, PICDB(getLast(gTowns))), 2)
- set the text of field "DepartureTown" of castLib 1 to cityname
- set currency to getAt(getAt(gCityDB, PICDB(getLast(gTowns))), 6)
- set balance to "0" && currency
- set the text of member "BalanceBig" of castLib 2 to balance
- set the text of member "CC Name" to gName && gSName
- puppetSprite(11, 0)
- puppetSprite(13, 0)
- set the visible of sprite 11 to 1
- set the visible of sprite 13 to 1
- go("PointOfDep")
- GetDepartures("START")
- end
-
- on mouseDown
- ButtonH("StampSound")
- end
-