Web Site

The web site is now live at www.vedamatics.com

Friday, March 18, 2011

xml buttons for quiz

Having a dynamic textfield for the XML data interfered with the button below.


Solution 1: Creating a mask on top of the dynamic text field.
Problem: The button animation wouldn't play.


Solution 2: Insert the dynamic fields into the button and alter the code accordingly.
Problem: This method was giving errors and the XML data could not find the text fields.


Solution 3: disable the mouse option for the test fields
theText.mouseEnabled = false;

It works!

No comments:

Post a Comment