Excellent! I now have everything up and seemingly running, and now I'm
crashing whenever I use the
http://wiki.shatteredruby.com/index.php?title=Your_First_Moves#Controlling_the_actor
part of the tutorial...
Anyone see anything wrong with the following?
class DirtyRuby < ShatteredModel::Base
key :pressed => :left, :action => { :translate => :left}
key :pressed => :right, :action => { :translate => :right}
end
Anyway, the VC redistributable was the issue with the errors I was
receiving before. Once I can get some input going, I'll really be
happy :)