First Timer here, does anybody know how to make a regrowing farm system so once the item gets collected, it starts a timer that then makes the item regrow?
Thanks You!
hi, I had an idea for you but I'm not sure how long you'd like your veggies to grow...anyway you can have a sprite (or world tile) have some animation frames.
first frame is a seed. set FPS to 10 seconds. then 2nd frame graphic grows a bit more... 7 second wait. third a bit more.. 5 second wait. You can play around with the speeds..call the sprite "Carrot" or whatever it is. then look into "SWAP" so once collected..
tell 21,11 to
swap "Carrot"
(21,11 is just a place in your level, you can place it anywhere). hope that helps !