Question
fill in color with action script 2 and want to check the correct of each column(mc)
first user can fill in the color to column of cable.
user have to check the correct answer when it press the check button.
but it only show the correct word in the text field
see my action please help me fix
the action is in green button
on(release)
{
if(Cable11.color == 0xFF9900)
{anwser = "Correct"}
else
{anwser = "Wrong"}
}