I’m trying to make an alert icon in my game and I want it to steadily fade in and fade out to draw attention to it. I currently have
[code]local alerticon = display.newImageRect( “alerticon.png” , 60, 60);
alerticon: setReferencePoint(display.CenterReferencePoint);
alerticon.x = 160; alerticon.y = 445 [import]uid: 16789 topic_id: 5189 reply_id: 305189[/import]