Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: Re: FLASH: problems with communicating with a mc
From: Helen Triolo
Date: Mon, 10 Jul 2000 19:53:46 +0100

nadia wrote:
>
> i am loading a new .swf
> then i have to tell a mc in the new .swf to move to a specific y-coordinate
>
> what i did is this:
>
> Load Movie (("figur_"&b&".swf"), 26)
> Set Property ("_level26/figur", Y Position) = 140
>
> loading the right movie is not a problem, but somehow the mc (they have all
> the same name "figur") doesn't listen.
>

The first statement is loading a swf into level 26 (not a movieclip, and
it shouldn't have those parentheses around the file name expression).
The second statement is trying to find a movieclip named figur in level
26, which doesn't exist (as far as I can tell). Did you try Set
Property ("_level26", Y Position) = 140? Actually, I don't think you
can get/set properties of entire levels, but if you can, that's how
you'd do it. (Pls let me know if you can do this; I've never tried)
Or
Load Movie ("figur_"&b&".swf", "myclip")
Set Property ("/myclip", Y Position) = 140.
to load the swf into mc instance myclip on the main timeline, and then
set its position.

hth,
Helen
---------------------------------------------------
helen triolo � http://i-technica.com � 301-424-6037

flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and the Flash(tm) Film Festival
July 24-26, 2000, NEW YORK CITY, Hammerstein Ballroom
www.flashforward2000.com
Produced by United Digital Artists and lynda.com
Sponsored by Macromedia, Adobe Systems, Fusion, Inc, AtomFilms,
shockwave.com and Electric Rain.
1.877.4.FLASH.4 or (1.805.640.6679 outside the US and Canada)
Register before June 30 and save $200!!-- www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  FLASH: problems with communicating with , nadia

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]