home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- hand()
- put EMPTY into field "nota2"
- put EMPTY into field "cap"
- put EMPTY into field "nome"
- put EMPTY into field "tipo"
- put EMPTY into field "nota1"
- put EMPTY into field "comune"
- end
-
- on exitFrame
- global citta
- set the locV of sprite 5 to 377
- set the locV of sprite 7 to 364
- set the locV of sprite 8 to 364
- set the locV of sprite 9 to 364
- set the locV of sprite 10 to 364
- set the locV of sprite 11 to 364
- put citta into field "comune"
- put field ("cap" & citta) into field "cap"
- put field ("nome" & citta) into field "nome"
- put field ("tipo" & citta) into field "tipo"
- put field ("nota" & citta) into field "nota"
- put field ("nota1" & citta) into field "nota1"
- put item 2 of field ("info" & citta) into field "infocap"
- put item 3 of field ("info" & citta) into field "infotelex"
- put item 4 of field ("info" & citta) into field "infoabit"
- set k to the number of lines in field ("cap" & citta)
- put line 1 to k of field "numbis" into field "num"
- puppetSprite(16, 1)
- set vC to char 1 of field "cap"
- set the memberNum of sprite 16 to the number of member ("cap" & vC)
- initScroll(3, 4, 5, 6, 7, 11)
- end
-