Changeset 236 for trunk/samples
- Timestamp:
- 10/14/2007 23:10:52 (11 months ago)
- Files:
-
- 1 modified
-
trunk/samples/bounce.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/samples/bounce.rb
r186 r236 7 7 8 8 nostroke 9 @icon = image "static/shoes-icon.png", :left => 100, :top => 100 9 @icon = image "static/shoes-icon.png", :left => 100, :top => 100 do 10 alert "You're soooo quick." 11 end 10 12 11 13 x, y = self.width / 2, self.height / 2
