Add Action to animated button help!

I have a button that contains two videos and I need to throw in


on(release){
    displayText='moo';
}

but for some reason, it doesn’t work because of the structure I built it with.

If I take a static image, make it a button, and put that in, it works no problem.