Paddle resizing help
joshcal
Member Posts: 100
hi! i'm roughly half way through completing my first game with gamesalad however ive became confused. im making a brick breaker type game, and i've made a brick that drops a double ended arrow and when that arrow collides with the paddle the paddle changes size with a growth rate 2:
ive then added a timer to the rule, to say that in 10 seconds. i want the paddle to change back to the original size, but when adding the change size behavior , and then -2. the paddle shrinks but then disappears. i hope this gets across to you what im trying to accomplish.
reply if you have any help
thanks , josh!
ive then added a timer to the rule, to say that in 10 seconds. i want the paddle to change back to the original size, but when adding the change size behavior , and then -2. the paddle shrinks but then disappears. i hope this gets across to you what im trying to accomplish.
reply if you have any help
thanks , josh!
Comments
I would use interpolate self.size.width to 256 then have a rule that says if self.size.width = 256 after 10 seconds interpolate self.size.width to 128.
Not sure if this will freeze your paddle until it reaches the correct size..it did in 0.89
If so you could just use change attribute self.size.width to 256 (this will instantly change the size).
Darren.
josh