gotoAndStop question

can you assign a variable to the action:

gotoAndStop(“myVariable”);

is that possible or how would you get around it if it isnt?

-steve

figured it out… if anyone is interested it looks like this:

myvar = “purple”;
back.gotoAndStop(myvar);