Totally amazing guys!
I especially can't believe how nice the collision physical response is. I've seen that done usually with bounding rectangles, but here the ball actually bounces off the rounded ends of the paddle at different angles. Awesome!
I also can't believe Makslane came up with all the images for the project just from my gif. If anybody wants here are my image files and a sound, sorry I should have posted them before:
http://www.trajectorylabs.com/gameEditorFiles.ZIP
This site here has lots of cool free seamless textures for backgrounds:
http://www.noctua-graphics.de/english/freetex_e.htm
I am trying to add a sound now, this doesn't seem to be working, any ideas?:
Right-click ball
Actor Control
Add Events
Collision
Any Actor
Add Action
Script Editor
type:
PlaySound("bink.wav", 1.0, 1);
Add Immediate Action
Close
Close