For problem 2, we are supposed to use event.target to figure out which component is getting dragged, but it seems like event.target returns an object? variable.
How can I convert this to a UIComponent? Casting didn't work.
For problem 2, we are supposed to use event.target to figure out which component is getting dragged, but it seems like event.target returns an object? variable.
How can I convert this to a UIComponent? Casting didn't work.
Any suggestions here?
Yunus
----- Message from ig...@MIT.EDU ---------
Date: Sat, 3 Apr 2010 18:14:47 -0400
From: Igor Kopylov <ig...@MIT.EDU>
Reply-To: 68...@googlegroups.com
Subject: Re: question for ps4
To: 68...@googlegroups.com
> --
> To unsubscribe, reply using "remove me" as the subject.
>
----- End message from ig...@MIT.EDU -----
var target:UIComponent = UIComponent(event.currentTarget)