Flasher Archive

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


Subject: FLASH: Re: Flash (Scotts loop problem)
From: Torbj�rn Caspersen
Date: Thu, 16 Mar 2000 07:30:52 GMT




The problem isn't that you don't get ten copies - you get 4 or 5 though.
The biggest problem is that all the copies is in the same position.
new code

Here is my code:
Set Variable: "x" = 1
Set Variable: "ypos" = GetProperty ("/dot1",_y)
Loop While (x < 10)
Duplicate Movie Clip ("/dot1", "dot"&x, 1)
Set Property ("dot"&x, Y Position) = ypos + 20*x <- multiply with
x
Set Variable: "x" = x + 1 <-increase x with one
End Loop




What is wrong with this loop? I am trying to take a MC(in this case a dot)
and make 9 copies spaced 20px apart. Something is up with the loop. It
makes
one copy and moves it then x jumps to 10 and the loop stops running. What
have I done wrong?


Here is my code:
Set Variable: "x" = 2
Set Variable: "ypos" = GetProperty ("/dot1",_y)
Loop While (x < 10)
Duplicate Movie Clip ("/dot1", "dot"&x, 1)
Set Property ("dot"&x, Y Position) = ypos + 20
Set Variable: "x" = x + 2
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


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