Falling Title

I have a title that I want to fall onto screen at a certain location, how would I do this exactly?

Comments

  • j75j75 Member, PRO Posts: 235
    Is the title an image or text?
  • Hi, Thank you for your reply, it was a text that I made into an actor
  • tatiangtatiang Member, Sous Chef, PRO, Senior Sous-Chef Posts: 11,949
    Place the actor off-screen (above the top of the scene). Depending on the size of the scene, you may need to increase the height of the scene first.

    Add a rule that says:

    When [some condition]
         Interpolate self.position.Y to [new Y position value]
  • Thanks tatiang for your help
Sign In or Register to comment.