Flasher Archive

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


Subject: Re: FLASH: MC Names & stars
From: Cheri Harder
Date: Sun, 2 Apr 2000 21:53:57 +0100

Hi.

I'm going to do some testing in a minute, but first had two comments. When
you set your initial variable as random, you are saying sometimes it is ok
to have only one star. It looks like this initial value of StarNo ought to
be 20. Secondly, your Duplicate Movie Clip statement indicates to me that
the original mc is named a name that will get duplicated, that is Star1 is
the original and will likely be one of the new names as well. Don't know if
that hurts anything....

Back in a bit with any other news after testing!

~~~~Cheri Harder~~~~~
charderatawsolution [dot] com
Advantage Web Solution
www.awsolution.com
> Set Variable: "StarNo" = Random(20)+1
> Loop While (StarNo<>0)
> Set Variable: "Starname" = "Star" & StarNo
> Duplicate Movie Clip ("Star1", Starname, 1)
> Set Property (Starname, X Position) = Random(550)+1
> Set Property (Starname, Y Position) = Random(400)+1
> Set Property (Starname, X Scale) = Random(20)+1
> Set Property (Starname, Y Scale) = _xscale
> Set Variable: "StarNo" = StarNo-1
> End Loop



flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and The Flash Film Festival
"The World�s Premier Flash Solutions Conference and Expo"
March 27-29, Nob Hill Masonic Center, San Francisco, California

-Register before Feb 25 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: MC Names & stars, Darren Critchley
  Re: FLASH: MC Names & stars, Cheri Harder
  Re: FLASH: MC Names & stars, Darren Critchley

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