PDA

View Full Version : Object Model


j0se
10-09-2002, 04:54 AM
hi peeps,

has anybody come across a map/poster of flash's Object Model? this would come in handy (especially for the components) since i still dont know most of the properties and methods attached to objects

just wondering
:)

upuaut
10-09-2002, 06:42 AM
That would be a good idea. I've never seen a complete one though.

pom
10-09-2002, 07:54 AM
Can you explain what is a map/poster of flash's object model to a poor french please?

bit-101
10-09-2002, 11:38 AM
it would be a chart showing the various properties/methods of each object and inheritance. for example, all objects inherit from the Object object. these exist of other object libraries. it would be useful, but as far as the inheritance aspect, i dont think it would be any more complex than Object being at the top and all other types inheriting from it.

lowgas
10-09-2002, 12:07 PM
saw a pretty good one once (built in flash) at [proto]type. but it seems they site is down now.

pom
10-09-2002, 12:57 PM
OK, so basically a POO tute... Did you try Robin Debreuil's? Very interesting.

pom :asian:

bit-101
10-09-2002, 01:03 PM
not a tut so much as a chart. it is really useful in large object libraries where you have a lot of inherited properties and methods. if you can see that x is a subclass of y, then you can use y's methods in an instance of x.

pom
10-09-2002, 01:06 PM
OK, but as you said, Flash's chart is pretty **** simple.

Btw, does the Object class have any method in its prototype? (I think I remember it has a few, but not many)

pom :q:

bit-101
10-09-2002, 01:09 PM
toString() is the only one i can think of off hand. valueOf() maybe?

pom
10-09-2002, 01:13 PM
I can see you've been reading that Brendan Hall/Sam Wan book :P I think I'll buy it too... just to say I have it, you know...

thoriphes
10-10-2002, 01:58 AM
yo bit-101, i recpgnize you from were-here. nice to have someone who knows quite a lot around.

bit-101
10-10-2002, 08:59 AM
ran across this today...

http://code.audiofarm.de/XTrace/xtrace_global.html

pom
10-11-2002, 04:07 PM
:crazy: :crazy: :crazy: Nice link. I don't know who will use that, but I'm putting it in the BOK.