lingo-l find property-names of flash obect

2004-04-05 Thread Valentin Schmidt
hi list,

does anyone know a way to find out the existing properties (their names)
of a flash object in dir mx/mx2004 by means of lingo? As they enumerated
in the object inspector, there must be a way to find them, but can this
be done with lingo?

valentin

[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email [EMAIL 
PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping 
with programming Lingo.  Thanks!]


Re: lingo-l find property-names of flash obect

2004-04-05 Thread Troy Rollins
On Apr 5, 2004, at 12:40 PM, Valentin Schmidt wrote:

As they enumerated
in the object inspector, there must be a way to find them, but can this
be done with lingo?
sprite(FlashSpriteNum).showProps()

??

--
Troy
RPSystems, Ltd.
http://www.rpsystems.net
[To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi  To post messages to the list, email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo.  Thanks!]


Re: lingo-l find property-names of flash obect

2004-04-05 Thread Colin Holgate

As they enumerated
in the object inspector, there must be a way to find them, but can this
be done with lingo?
sprite(FlashSpriteNum).showProps()

??
I think it's the properties within the Flash member that were needed, 
which you can get with sprite(n).objectlist.

[To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi  To post messages to the list, email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo.  Thanks!]


Re: lingo-l find property-names of flash obect

2004-04-05 Thread Valentin Schmidt
thanx mark, that's what I was looking for.

valentin


 myFlashObject.dbgPropList()

 Sincerely
 Mark R. Jonkman

  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] Behalf Of Valentin
  Schmidt
  Sent: Monday, April 05, 2004 11:40 AM
  To: [EMAIL PROTECTED]
  Subject: lingo-l find property-names of flash obect
 
 
  hi list,
 
  does anyone know a way to find out the existing properties (their
names)
  of a flash object in dir mx/mx2004 by means of lingo? As they
enumerated
  in the object inspector, there must be a way to find them, but can
this
  be done with lingo?
 
  valentin
 
  [To remove yourself from this list, or to change to digest mode,
  go to http://www.penworks.com/lingo-l.cgi  To post messages to
  the list, email [EMAIL PROTECTED]  (Problems, email
  [EMAIL PROTECTED]). Lingo-L is for learning and helping
  with programming Lingo.  Thanks!]
 

 [To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]).
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email [EMAIL 
PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping 
with programming Lingo.  Thanks!]