home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- doMenuRollovers()
- if rollOver(47) then
- puppetSprite(47, 1)
- set the member of sprite 47 to member "LeftHilite"
- else
- puppetSprite(47, 0)
- end if
- puppetSprite(48, 0)
- if rollOver(49) then
- puppetSprite(49, 1)
- set the member of sprite 49 to member "TTestBackHilite"
- else
- puppetSprite(49, 0)
- end if
- if rollOver(50) then
- puppetSprite(50, 1)
- set the member of sprite 50 to member "TTestBackHomeHilite"
- else
- puppetSprite(50, 0)
- end if
- go(the frame)
- end
-
- on enterFrame
- global gTTestBPointsList
- UnpuppetSpecials()
- set the text of field "TTB1" to string(getAt(gTTestBPointsList, 1))
- set the text of field "TTB2" to string(getAt(gTTestBPointsList, 2))
- set the text of field "TTB3" to string(getAt(gTTestBPointsList, 3))
- set the text of field "TTB4" to string(getAt(gTTestBPointsList, 4))
- set the text of field "TTB5" to string(getAt(gTTestBPointsList, 5))
- set the text of field "TTB6" to string(getAt(gTTestBPointsList, 6))
- set lTTestBPoints to getAt(gTTestBPointsList, 1) + getAt(gTTestBPointsList, 2) + getAt(gTTestBPointsList, 3) + getAt(gTTestBPointsList, 4) + getAt(gTTestBPointsList, 5) + getAt(gTTestBPointsList, 6)
- set the text of field "TTBTotal" to string(lTTestBPoints)
- end
-