Re: [MacRuby-devel] NSTimer.timerWithTimeInterval ?

2011-11-07 Thread Robert Feldt
Aimonetti wrote: > Here is an example of a small game written entirely in MacRuby and which > uses NSTimer to run the game > loop: https://github.com/mattetti/phileas_frog/blob/master/game_loop.rb#L32-36 > I hope it helps, > - Matt > > On Mon, Nov 7, 2011 at 11:54 AM, Rob

Re: [MacRuby-devel] NSTimer.timerWithTimeInterval ?

2011-11-07 Thread Robert Feldt
) > > timer = NSTimer.timerWithTimeInterval 60, target: self, selector: > 'recheckAndUpdateTitle:', userInfo: nil, repeats: true > > because this is the actual selector: > timerWithTimeInterval:target:selector:userInfo:repeats: > > On Nov 7, 2011, at 2:33 PM, Robert Feldt wrote: > >>

[MacRuby-devel] NSTimer.timerWithTimeInterval ?

2011-11-07 Thread Robert Feldt
o-i-use-nstimer What am I missing here? Any advice appreciated!? -- Thanks in advance, /Robert Feldt ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel