Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hezi/cocos2d_stuff

random cocos2d addons i made
https://github.com/hezi/cocos2d_stuff

Last synced: about 1 month ago
JSON representation

random cocos2d addons i made

Awesome Lists containing this project

README

        

WARNING: THIS IS OLD CODE, PROBABLY WON'T WORK WITH NEW COCOS2D VERSION

HZActionableMaskTransition allows you to create trasition for an alpha mask.
the mask can be manipulated using an Action to create cool effects.

Actions currently supported are those who affect Position, Scale and rotation.

Creating a new Transition is easy as subclassing HZActionableMaskTransition
and setting the proper Mask and Action, just take a look at MyMaskTransition.m for an example.