View Full Version : Object Model
j0se
October 9th, 2002, 05: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
October 9th, 2002, 07:42 AM
That would be a good idea. I've never seen a complete one though.
pom
October 9th, 2002, 08:54 AM
Can you explain what is a map/poster of flash's object model to a poor french please?
bit-101
October 9th, 2002, 12:38 PM
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
October 9th, 2002, 01:07 PM
saw a pretty good one once (built in flash) at [proto]type. but it seems they site is down now.
pom
October 9th, 2002, 01:57 PM
OK, so basically a POO tute... Did you try Robin Debreuil's? Very interesting.
pom :asian:
bit-101
October 9th, 2002, 02: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
October 9th, 2002, 02: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
October 9th, 2002, 02:09 PM
toString() is the only one i can think of off hand. valueOf() maybe?
pom
October 9th, 2002, 02: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
October 10th, 2002, 02:58 AM
yo bit-101, i recpgnize you from were-here. nice to have someone who knows quite a lot around.
bit-101
October 10th, 2002, 09:59 AM
ran across this today...
http://code.audiofarm.de/XTrace/xtrace_global.html
pom
October 11th, 2002, 05:07 PM
:crazy: :crazy: :crazy: Nice link. I don't know who will use that, but I'm putting it in the BOK.
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.