Changeset 7491


Ignore:
Timestamp:
08/23/09 10:39:15 (2 years ago)
Author:
szabgab
Message:

[SDL] add exampla dragging butterfly without a tail

Location:
trunk/Padre-Plugin-SDL
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre-Plugin-SDL/lib/Padre/Plugin/SDL/Logoish.pm

    r7401 r7491  
    2424I am planning to implement something similar to Scratch L<http://scratch.mit.edu/> 
    2525and 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/> 
     26take ideas from LEGO Mindstorms L<http://mindstorms.lego.com/> and 
     27Sprog L<http://sprog.sourceforge.net/>. 
    2728 
    2829See also L<http://howto.wired.com/wiki/Teach_a_Kid_to_Program> 
  • trunk/Padre-Plugin-SDL/share/examples/07-drag-object.pl

    r7413 r7491  
    2929    -r => 0x00, 
    3030    -g => 0x00, 
    31         -b => 0x00, 
    32         ); 
     31    -b => 0x00, 
     32); 
    3333my $color = SDL::Color->new( 
    3434    -r => 0x00, 
    3535    -g => 0x00, 
    36         -b => 0xff, 
    37         ); 
     36    -b => 0xff, 
     37); 
    3838 
    3939my $bg = SDL::Rect->new( 
Note: See TracChangeset for help on using the changeset viewer.