I’ve learned so much since i started delving into objective-c, and yet i’ve written so little recently on here as those simple things finally became lodged in my head so I’m asking the few people who reach this blog to suggest a topic.
Here are a few that I find interesting, and would love to write about.
-
[_timeline addAction:[RotateTo actionWithDuration:1.0f angle:90] atTime:0.25f withTarget:sprite1];
[_timeline addAction:[FadeTo actionWitduration:0.5f opacity:0.2f] atTime: 1.2 withTarget:scoreSprite]
Let me know!
Tags: Uncategorized
I’d really like to see that timeline class if you can!