Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hezi/cocos2d_stuff
- Owner: hezi
- Created: 2010-09-06T19:10:56.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2013-01-13T13:42:34.000Z (almost 12 years ago)
- Last Synced: 2023-03-11T07:27:52.755Z (almost 2 years ago)
- Language: Objective-C
- Homepage: http://hezicohen.com
- Size: 302 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- awesome - cocos2d_stuff - random cocos2d addons i made (etc)
- awesome - cocos2d_stuff - random cocos2d addons i made (etc)
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.