Changeset 7491
- Timestamp:
- 08/23/09 10:39:15 (2 years ago)
- Location:
- trunk/Padre-Plugin-SDL
- Files:
-
- 2 edited
-
lib/Padre/Plugin/SDL/Logoish.pm (modified) (1 diff)
-
share/examples/07-drag-object.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre-Plugin-SDL/lib/Padre/Plugin/SDL/Logoish.pm
r7401 r7491 24 24 I am planning to implement something similar to Scratch L<http://scratch.mit.edu/> 25 25 and Yahoo Pipes L<http://pipes.yahoo.com/pipes/> but I am also planning to 26 take ideas from LEGO Mindstorms L<http://mindstorms.lego.com/> 26 take ideas from LEGO Mindstorms L<http://mindstorms.lego.com/> and 27 Sprog L<http://sprog.sourceforge.net/>. 27 28 28 29 See also L<http://howto.wired.com/wiki/Teach_a_Kid_to_Program> -
trunk/Padre-Plugin-SDL/share/examples/07-drag-object.pl
r7413 r7491 29 29 -r => 0x00, 30 30 -g => 0x00, 31 -b => 0x00,32 );31 -b => 0x00, 32 ); 33 33 my $color = SDL::Color->new( 34 34 -r => 0x00, 35 35 -g => 0x00, 36 -b => 0xff,37 );36 -b => 0xff, 37 ); 38 38 39 39 my $bg = SDL::Rect->new(
Note: See TracChangeset
for help on using the changeset viewer.
