home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- puppetsound 2,"click"
- updatestage
- cursor 4
- sound fadeOut 1, 60
- waitforfade
- puppetsprite the clickon, FALSE
-
- global gSurname, gForeNames, gDoB, gAddress1, gAddress2
- global gAddress3, gAddress4, gPostCode, gHomeNum, gDayNum
- global gBSoft, gMoney97, gMoney98,gtitle
-
- put the text of member "title" into gtitle
- put the text of member "surname" into gSurname
- put the text of member "forename" into gForeNames
- put the text of member "dob" into gDob
- put the text of member "ad1" into gAddress1
- put the text of member "ad2" into gAddress2
- put the text of member "ad3" into gAddress3
- put the text of member "ad4" into gAddress4
- put the text of member "pcode" into gPostCode
- put the text of member "htel" into gHomeNum
- put the text of member "dtel" into gDayNum
-
- if the hilite of member "bsoft"= TRUE then
- set gBSoft to TRUE
- else
- set gBSoft to FALSE
- end if
-
- if the hilite of member "m97"= TRUE then
- set gMoney97 to TRUE
- else
- set gMoney97 to FALSE
- end if
-
- if the hilite of member "m98"= TRUE then
- set gMoney98 to TRUE
- else
- set gMoney98 to FALSE
- end if
-
-
- go to the frame+1
- cursor-1
- end