Hello!
I wonder if I can make a button that starts a movieclip AND writes in a text in a dynamatic textfield?
I have this as on the button:
on(release) {
tellTarget(“texteffect”) [color=deepskyblue]//this is the movieclip[/color]
gotoAndPlay(1)
textfield = “text1” [color=deepskyblue] //this is the dynamatic textfield[/color]
}
When i press down the button, the movieclip only starts.
And i have wrote in the textfield in the Var: of the dynamatic textfield.
I wonder, have i done anything wrong or cant i do 2 functions on 1 button?
Thanks
abraxas