Here is a Pong game that I made. Attached is the Autoit Script, the source is below. Suggestions appreciated! EDIT: P1 controls are up down arrow keys or mouse, P2 controls are W and S. Edit 11/3/07: Many bugs fixed! $aimove = 2.5 $moved = 0 $smove = 0 $boost = 0 $btime = TimerInit() HotKeySet("w", "fc") HotKeySet("s", "fc") #include <Misc.au3> #include <GUIConstants.au3> #Region ### START Koda GUI section ### Form= $Form1 = GUICreate("Banana Pong", 209, 205, 193, 115) $Label1 =