PDA

View Full Version : interaction not working


akschinas
06-02-2004, 10:58 AM
Hi,

I'm aware that I have posted this question already, but I was told to move it into this forum... I apologize!

I'm working with the prebuilt learning interactions in Flash MX 2004. In the past(Flash MX), I put this script in to force the text to wrap because there was no other way to do it:

_level0.Checkbox1.fLabel_mc.labelField.multiline=t rue;

Now it doesn't work in Flash MX 2004. Can anyone tell me what the solution might be?

Thanks!

farafiro
06-03-2004, 04:45 AM
_level0.Checkbox1.fLabel_mc.labelField.wrap=true;

akschinas
06-03-2004, 03:55 PM
Thanks for the reply. This is my code:

_level0.Checkbox4.fLabel_mc.labelField.wordWrap=tr ue;
_level0.Checkbox4.fLabel_mc.labelField._height=60;

I tried replacing "wordWrap" with "wrap" and it still doesn't work. Any suggestions? Thanks.

farafiro
06-04-2004, 09:02 AM
sorry, my mistake, wrong typo

can u post an example fla ??