HYPE for Processing- How to re-initialize the Drawable Pool?
63 views
Skip to first unread message
Ryan Paterson
unread,
Sep 18, 2013, 2:28:45 AM9/18/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to hypefr...@googlegroups.com
Hello, I realize this group is mainly for ActionScript but I thought I'd ask anyway in the hopes that the answer is cross-platform. Basically I'm trying to re-initialize my Drawable Pool whenever the user clicks, I tried going through and deleting each individual object with an HIterator but it doesn't seem to have any effect at all (the Pool has no items left in it and yet they continue to draw themselves to the screen). This leads me to believe that I'm missing something more fundamental. Due to the lack of any documentation whatsoever I thought I'd ask on here. Thanks!