[Flashcoders] timeline function call from inside of a class

2006-08-16 Thread ilteris kaplan
Hi List, I am trying to call a function I have created on the timeline of some movieclip from inside of a class I have created. It looks like I cannot do that, as it is giving me undefined when I trace the function. Is this doable in AS2.0 or not? Is there workaround I should follow and

RE: [Flashcoders] timeline function call from inside of a class

2006-08-16 Thread Merrill, Jason
Of ilteris kaplan Sent: Wednesday, August 16, 2006 6:22 PM To: Flash Lists Subject: [Flashcoders] timeline function call from inside of a class Hi List, I am trying to call a function I have created on the timeline of some movieclip from inside of a class I have created. It looks like I cannot do

Re: [Flashcoders] timeline function call from inside of a class

2006-08-16 Thread Daniel Too
This is definitely doable. when you run _root.main.foo() does _root.main exist? ilteris kaplan wrote: Hi List, I am trying to call a function I have created on the timeline of some movieclip from inside of a class I have created. It looks like I cannot do that, as it is giving me undefined

Re: [Flashcoders] timeline function call from inside of a class

2006-08-16 Thread ilteris kaplan
yep, it looks like it exists, my problem is somewhere else probably. thanks!! On Aug 16, at 6:58 PM, Daniel Too wrote: This is definitely doable. when you run _root.main.foo() does _root.main exist? ilteris kaplan wrote: Hi List, I am trying to call a function I have created on the