Flash MX help! press a button to show some text

Soldato
Joined
18 Oct 2002
Posts
15,177
Lo all,

I'm having some real trouble with this and it's starting to nark me off.

I've got a couple of buttons linked to a place holder so that on the button press and image shows where the place holder is set. I also want a button that will show up some text in the same place. I've converted the text to a movie clip (mchtext) and tried the script

on (release) {
loadMovie("mchtext", "placeholder");

but it says it cant find it. It's in the library so how do i link to it?

Can anyone get me out of this stupid problem.

Cheers

Panzer
 
Thanks for the fast reply. That gets the text into scene. It's not where I want but it's a start :) cheers.

Just need to position it where the place holder is...

Panzer
 
Back
Top Bottom