If you dim what is in the variable score as something then dim the value you want to add to it then add them together using
vb then send the variable to the flash game
Dim int1 As Integer
Dim int2 As Integer
Dim int3 As Integer
int1 = swf.variable("score") 'dont know wot you would use to call the variable
int2 = text6.text
int3 = int2 + int1
Call SWF.SetVariable(int3)
Something like tht would be used, im guessing anyway.
Apocolypse
------------------------------------------------
Apocolypse2005
Always ready and waiting to be helped!