Sep 21, 2007 13:18
Now, I realize that I am a complete Flash n00b that knows nothing, and I have tried every internet tutorial there is, but I was wondering if anyone could help me with an extremely stupid problem in actionscript. I'm trying to make a doll that reacts when you click on it, but I'm not sure how to reference the symbol. How do I let the program know what to do? My current attempt is this:
on(release)
{
GoToAndPlay("Poked")
}
Does anyone know what I'm doing wrong? Poked is the name of the starting frame I want it to play when clicked.