Flash on the Beach tickets on eBay
I’ve already got my conference pass, but if you don’t have yours then here is a great way to pick one up: eBay!
FOTB09 Ticket 1
FOTB09 Ticket 2
FOTB09 Ticket 3
FOTB09 Ticket 4
FOTB09 Ticket 5
I’ve already got my conference pass, but if you don’t have yours then here is a great way to pick one up: eBay!
FOTB09 Ticket 1
FOTB09 Ticket 2
FOTB09 Ticket 3
FOTB09 Ticket 4
FOTB09 Ticket 5
One of the most useful lines of code I have found in AS3 is the following:
while (numChildren > 0) removeChildAt(0)
This removes every child DisplayObject from the DisplayObject you run it on. Very useful for cleaning up after yourself.
Another example:
while (myMc.numChildren > 0) myMc.removeChildAt(0);
Recent Comments