I'll just make a method called moveto for the player... so it's only @player.moveto :)
On 7/13/08, Thomas Bell <[EMAIL PROTECTED]> wrote: > If you change: > @player.player.move((@player.player.left + 5), > (@player.player.top)) > > to: > @player.player.moveto((@player.player.left + 5), > (@player.player.top)) > > It doesn't crash shoes. It doesn't work but it might be the source of the > bug. > --Tom > > > On Sun, Jul 13, 2008 at 6:38 AM, Timothy McDowell <[EMAIL PROTECTED]> > wrote: > > So, the file attached seems to freeze ruby. I click on the square, and > shoes freezes and I have to ALT+COMMAND+ESC to get it to quit! > > > > > > Any thoughts? > > > > -- > > --TIMOTHY > > -- --TIMOTHY
