Posts by FenixDK • 23 points
1 post
-
2
votes1
answer227
viewsQ: Action Script 3.0 Function does not receive parameter
I’m having a problem with parameters for my function. It’s not getting the parameter I pass to it. Follow the code below: function gerarescala(e:MouseEvent):void { var tom:String = texto.text; var…