Changeset 131 for trunk/samples
- Timestamp:
- 08/23/2007 01:13:28 (13 months ago)
- Location:
- trunk/samples
- Files:
-
- 1 added
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/samples/bounce.rb
r123 r131 8 8 animate(30) do 9 9 clear do 10 background rgb(102, 102, 102)10 background greenyellow 11 11 x += xspeed * xdir 12 12 y += yspeed * ydir
