Notifications on android devices


(Heron Vieira) #1

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!


(Ultima2876) #2

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

:slight_smile:


(Zachary Lewis) #3

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.”