Hey, I'm making a new version 2 for my shinedesign.org site (looks totally different...with most of the site done in actionscript) Anyway, I'm having some troubles. I want a movieclip to open when the user releases on a button. Currently, this is what my code on the button looks like:

on (release) {
telltarget ("/profile_movieclip") {
play()
}
}

This code isn't working though. What is another way to do this? (I know this sounds juvenile, but for some odd reason, I can't figure it out!!!) Thanks.