Flash Actionscript 3 for Games: Tutorial 22 - Object Pooling

Опубликовано: 14 Июль 2026
на канале: Big Toe Interactive
1,911
15

Big Toe Interactive Paypal Donations:https://www.paypal.com/cgi-bin/webscr...

SOURCE FILES for this tutorial can be downloaded here:
http://www3.zippyshare.com/v/23228905...

In this tutorial we'll be discussing a very important technique in programming, Object Pooling. This technique is important in all applications, but especially when running on mobile devices.

The basic concept is to create a pool of objects that you will re-use, rather than creating new objects all the time.