package flixel.addons.plugin.taskManager

AntTask

@author Anton Karlov * @author Zaphod *

AntTaskManager

The Task Manager is used to perform tasks (call methods) in specified order. * Allows you to quickly and easily program any action, such as the appearance of the buttons in the game menus. * Task Manager is started automatically when you add at least one task, and stops when all tasks are done. * * @author Anton Karlov * @author Zaphod *