Flasher Archive

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


Subject: Re: FLASH: Flash 4 Scripting
From: Cheri Harder
Date: Wed, 19 Jul 2000 17:09:14 +0100

Seems like

Set Variable: GetProperty ( "Tree1",_alpha) = "TreeAlpha"

should be

Set Variable: "TreeAlpha" = GetProperty ( "Tree1",_alpha)


HTH
~~~~Cheri Harder~~~~~
charderatawsolution [dot] com
Advantage Web Solution
www.awsolution.com
----- Original Message -----
From: Ed Harvey
To: 'Flash'
Sent: Tuesday, July 18, 2000 12:30 PM
Subject: FLASH: Flash 4 Scripting


I have a Tree1(instance name) sprite that in the color effect, I set alpha
to 10. Then I have a button the sets the Tree1's alpha to 100. When I select
the button the Tree1 sprite does changes its alpha to 100, but the sprite
doesn't move. The movie only contains 1 Frame.

Can anyone tell me why I can't get the Tree1 sprite to x 150 y 77.

Set Variable: GetProperty ( "Tree1",_alpha) = "TreeAlpha"
If ("TreeAlpha" = 100)
Set Property ("Tree1", X Position) = "150"
Set Property ("Tree1", Y Position) = "77"
Else
Set Property ("Tree1", X Position) = "70"
Set Property ("Tree1", Y Position) = "432"
End If


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


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