How Do I make power ups?
belleech
Member Posts: 34
Hiya Fellas,
I'd like to make power ups like when the actor collides with power up X, it makes the actor twice as big for 5 seconds then return to normal. Anyone has an idea? I tried a couple of rules but it just does crazy stuff.
Help!
REGARDS.
I'd like to make power ups like when the actor collides with power up X, it makes the actor twice as big for 5 seconds then return to normal. Anyone has an idea? I tried a couple of rules but it just does crazy stuff.
Help!
REGARDS.
Comments
Change Attribute
self.size X to (100)
self.size Y to (100)
Timer:
After 5 secs
Change Attribute
self.size X to (50)
self.size Y to (50)