Monday, June 9, 2014

Simple Platformer Day 05

Got a sprite to spawn after looking up 3 different tutorials to figure out 1 phrase...

"Instantiate"!!!

Syntax: Instantiate (name, position, rotation);

Below is my cobbled-together power-up spawn script.


Next Steps:
  • Make the flowers disappear when colliding with player;
  • Create a counter that goes up by one each time a flower is walked over;
  • Display said counter in the middle of the screen.

No comments:

Post a Comment