Groups | Blog | Home
all groups > flash actionscript > may 2007 >

flash actionscript : problem with var in Input_Text


yuvalbra
5/6/2007 10:30:47 AM
i try this code:
go.onRelease = function() {
trace(amount);
}




amount - is a var in Text box (config Input Text)
go - is a button
yuvalbra
5/6/2007 10:36:51 AM
i try this code:
go.onRelease = function() {
trace(amount);
}




"amount" - is a var in Text box (config Input Text)
"go" - is a button

when i run it i got (in output window) not only the value of
"amount" , I got all the properties of his (font,size,bold ....)

how to get only the value?

BR
yuvi
AddThis Social Bookmark Button