I’m making a virtual pet and i need to notify my user when he is hungry, how do i do this? xD
And there’s some way to make animations besides TileMap?
Thank you!
I’m making a virtual pet and i need to notify my user when he is hungry, how do i do this? xD
And there’s some way to make animations besides TileMap?
Thank you!
http://www.riaspace.com/2011/09/as3c2dm-air-native-extension-to-push-notifications-with-c2dm/
and
http://help.adobe.com/en_US/air/build/WSd6d4f896b3a8801b7be2f55d138e29d5e40-8000.html
If you want to animate a character, you can use tweens to modify the x and y scale of a sprite. That will make it “bounce.” You can also tween the angle of the sprite to make it “wiggle.”