Flasher Archive

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


Subject: Re: FLASH: RE:
From: Branden Hall
Date: Thu, 16 Mar 2000 05:15:15 GMT

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) = getProperty("/dot"&(x-1), _y) +
20
Set Variable: "x" = x + 1
End Loop

it was looping, I just fouled up the code for the GetProperty slightly...

that should work.

-= Branden J. Hall
-= Multimedia Developer/Instructor
-= Fig Leaf Software

----- Original Message -----
From: Scott Jeppesen <sjeppesenatuniversityaccess [dot] com>
To: <flasheratchinwag [dot] com>
Sent: Wednesday, March 15, 2000 4:59 PM
Subject: RE: FLASH: RE:


Branden,

That doesn't work either. I don't know why but I can't get the darn thing to
loop. As soon as it reaches the frame that the loop is in it displays x as
10.

sj

-----Original Message-----
From: owneratchinwag [dot] com [owneratchinwag [dot] com]On">mailto:owneratchinwag [dot] com]On Behalf Of Branden
Hall
Sent: Wednesday, March 15, 2000 1:23 PM
To: flasheratchinwag [dot] com
Subject: FLASH: RE:


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) = getProperty("/dot"&(x-1)) + 20
Set Variable: "x" = x + 1
End Loop

There you go!



-----Original Message-----
From: owneratchinwag [dot] com [owneratchinwag [dot] com]On">mailto:owneratchinwag [dot] com]On Behalf Of Scott
Jeppesen
Sent: Wednesday, March 15, 2000 3:34 PM
To: flasheratchinwag [dot] com
Subject:


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




Scott Jeppesen
Programmer
University Access
6255 Sunset Boulevard, Suite 801
Los Angeles, CA 90028
(323)460-2149
http://www.universityaccess.com


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


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



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



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
  RE: FLASH: RE:, Scott Jeppesen

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