how i can make an actor showing after 3 sec ?

ma7bobma7bob Member Posts: 1
edited November -1 in Working with GS (Mac)
plz help mee ,, how i can make an actor showing after 3 sec ?

Comments

  • gyroscopegyroscope I am here.Member, Sous Chef, PRO Posts: 6,598
    Hi, there are a couple of ways to do this: if there's no collision with the actor, then set its Alpha to 0; then if it's to appear 3 seconds in to the Scene, put a Timer in the actor: after 3 seconds set the self.alpha to 1. Or put the actor outside of the screen, and after 3 secs set its x and y coordinates to where you want it with Move.

    THere's probably a few more ways still if there are "complication" in your Rules you already have. But hope the ones here help.

    ""You are in a maze of twisty passages, all alike." - Zork        temp domain http://spidergriffin.wix.com/alphaghostapps

Sign In or Register to comment.