Flasher Archive

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


Subject: RE: FLASH: Flash4 : Set Property
From: Glen Rhodes
Date: Fri, 5 May 2000 16:09:49 +0100

Yes!!

Set Property ("bfly2", X Position) = "x + 10"
Set Property ("bfly2", Y Position) = "y + 10"

Take the quotes away from "x + 10" and "y + 10"

Set Property ("bfly2", X Position) = x + 10
Set Property ("bfly2", Y Position) = y + 10

It's an expression, not a literal string.


------------------
Glen Rhodes
dot com Entertainment Group Inc.
Tel: (905) 337-8524 x224
Fax: (905) 337-8630
www.dceg.com

-----Original Message-----
From: owneratchinwag [dot] com [owneratchinwag [dot] com]On">mailto:owneratchinwag [dot] com]On Behalf Of Ed Harvey
Sent: Friday, May 05, 2000 9:19 AM
To: 'Flash'
Subject: FLASH: Flash4 : Set Property


Can anyone tell me why the bfly2 MC will not follow the bfly MC, From the
following script?

On (Roll Over)
Start Drag ("/bfly")
Duplicate Movie Clip ("/bfly", "bfly2", 10)
Set Property ("bfly2", Alpha) = 50
Set Property ("bfly2", X Scale) = "50"
Set Property ("bfly2", Y Scale) = "50"
Set Variable: x = GetProperty ("/bfly", _x)
Set Variable: y = GetProperty ("/bfly", _y)
Set Property ("bfly2", X Position) = "x + 10"
Set Property ("bfly2", Y Position) = "y + 10"
End On

Ed


flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the last 100 messages from the flasher list NOW
http://www.chinwag.com/flasher/last100.shtml

Flash books http://www.chinwag.com/flasher/books.shtml
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com



flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the last 100 messages from the flasher list NOW
http://www.chinwag.com/flasher/last100.shtml

Flash books http://www.chinwag.com/flasher/books.shtml
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  FLASH: Flash4 : Set Property, Ed Harvey

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