Streaks across the screen

TooTinyManTooTinyMan Member Posts: 3
edited November -1 in Working with GS (Mac)
how do I make little white dots appear randomly at the top of the screen and then streak down to the bottom and then disappear?

Comments

  • TooTinyManTooTinyMan Member Posts: 3
    Nobody?
  • beefy_clyrobeefy_clyro Member Posts: 5,394
    place the dots at the top of the screen. Put a rule in the dots that interpolates self.positionY to 0 (whatever number is right for you, 0 is the bottom of the screen on the Y axis), select the time you want it to get there in and whether to ease in etc. Also, have another rule that interpolates self.alpha (colour) to 0 in the same time you used in the above rule. If you no longer need the actors once they hit the bottom you could have a rule that when self.positionY = 0, destroy.

    Hope that helps and gets you started
  • TooTinyManTooTinyMan Member Posts: 3
    thanks.
Sign In or Register to comment.