plz help mee ,, how i can make an actor showing after 3 sec ?
Comments
gyroscopeI am here.Member, Sous Chef, PROPosts: 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.
Comments
THere's probably a few more ways still if there are "complication" in your Rules you already have. But hope the ones here help.