Johnny M.
unread,Apr 8, 2011, 9:33:21 PM4/8/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ruby4kids
So, I'm trying to create a simple artful-like game called "Artful".
Original, right? Anyways, I need to let my users/players be able to
click a button on the screen to start the game. How could I do that?
So basically, just a start button for loading another .rb file that
has the first level in it. I can figure out how to load the next file
with Chingu or Chingo, something like that.