LOADING
Loading
Hi , welcome back.
LogoutLOGOUT
 
  Lost password?  
Hi
 




 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 05-02-2003, 04:29 PM
dv8's Avatar
dv8 dv8 is offline

Admin Mod
 
Join Date: Mar 2001
Posts: 2,053
Rep Power: 15
dv8 is on a distinguished road
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);
Reply With Quote
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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




All times are GMT. The time now is 12:08 AM.