Ball speeding up
GingerBGames
Member Posts: 390
Hello GS'ers,
I'm trying to get a ball to speed up as it's on a platform. Here's what I've got, can someone tell me if it's right, because it's not working.
when Ball overlaps with Platform
every .01 seconds
change self attribute Speed(int) to self speed(int) +100
The Ball self att is set to 100, and I need it to speed up every .01 seconds while it's touching the platform.
I'm trying to get a ball to speed up as it's on a platform. Here's what I've got, can someone tell me if it's right, because it's not working.
when Ball overlaps with Platform
every .01 seconds
change self attribute Speed(int) to self speed(int) +100
The Ball self att is set to 100, and I need it to speed up every .01 seconds while it's touching the platform.
Comments