Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH:Strig literal--expression difference! |
From: | Helen Triolo |
Date: | Sat, 8 Apr 2000 18:34:33 +0100 |
Ilia Pasymansky wrote:
>
> Hi I think i need to be clear on String--Expression difference.
> I understand the point, but still missing the general idea and trying to
> guess
> mostly instead of knowing where is string coming and where is expression.
> Like here for example(not working)
> Set Variable: "myboxes" = random(3)+1
> Begin Tell Target ("mcblackmask&myboxes")
> Set Property ("mcblackmask&myboxes", Visibility) = "0"
> End Tell Target
If you have movie clips with instance names mcblackmask1, mcblackmask2,
and mcblackmask3 and you want to target a random one, then I believe
your tell target code should be (can't swear to it without trying it
though):
Begin Tell Target ("/mcblackmask"&myboxes)
Set Property ("/mcblackmask"&myboxes, Visibility) = 0
End Tell Target
> ---target not found :(
> I'll appriciate if somebody can give nice clarification on this subject.
> I'll put it up on front of me on my table before i 'l l know it once and
> for all!
> (I think many people will benefit from it too..)
I think you're right about this. I'm still learning all the ins and
outs of actionscript myself, but I'll publish a list of what I've found
once I get it figured out if no one else has already!
Regards,
Helen
----------------------------------------
helen triolo � http://i-technica.com
designeri-technica [dot] com � 301-424-6037
----------------------------------------
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the last 100 messages from the flasher list NOW
http://www.chinwag.com/flasher/last100.shtml
Flash books http://www.chinwag.com/flasher/books.shtml
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
Replies
Re: FLASH:Strig literal--expression diff, Cheri Harder
Replies
FLASH:Strig literal--expression differen, Ilia Pasymansky
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]