Flasher Archive

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


Subject: FLASH: Get Property/Set Property with expressions
From: Dave Hollinden
Date: Thu, 8 Jul 1999 21:50:06 +0100

HI Folks,

Sorry, my original question was confusing. Here's the real question:

This works:

Set Variable: "x" = GetProperty (y, _height )

However, both of these give an error dialog box while still inside the
Frame Properties dialog box which says "Property name expected in GetProperty"

Set Variable: "param1" = "_height"
Set Variable: "y" = GetProperty (y,param1 )

and,

Set Variable: "param1" = "_height"
Set Variable: "y" = GetProperty (y , Eval(param1))


So my question is, is there a mechanism for using an expression for the
Property of the GetProperty function?

Thanks in advance?


Dave Hollinden
Audio Engineer
Jet City Studios, Seattle
dhollindenatjetcitystudios [dot] com (mailto:dhollindenatjetcitystudios [dot] com)

------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-manageratshocker [dot] com. Problems to: owneratshocker [dot] com
N.B. Email address must be the same as the one you used to subscribe.
For info on digest mode send: info flasher to list-manageratshocker [dot] com


Replies
  Re: FLASH: Get Property/Set Property wit, John Croteau

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