
Welcome Guest
|
#1
|
||||
|
||||
|
Custom Classes and Object constructor
I thought this was possible either that or I can't figure it out.
How can I find the contructor of an Object constructed from a custom Class? I thought this was possible... Actionscript:
myClass = function (title) {
this._name = title;
}
obj1 = new myClass("obj");
trace(obj1.constructor == myClass); |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Objects, Classes, Instances, and Scope | MedievalFlash | Newbies |
9 | 01-21-2008 01:15 PM |
| Handling custom events: syntax of handler in listener class definition | ADreamer_17 | Actionscript 2.0 |
4 | 08-11-2004 04:44 PM |
| mousemove help wanted | BrainpoweR | Flash MX ActionScript |
12 | 11-30-2002 06:34 AM |
| Storing custom classes in sharedObjects... | Nav | Flash MX ActionScript |
9 | 09-27-2002 03:43 PM |
| getInheritance() and getClass - prototype fun | robertpenner | Advanced Flash | 3 | 08-12-2001 10:52 PM |






