06-09-2010, 07:26 PM
Dunno if it works but try this:
In the frame update method fill in:
if Input.trigger?(Input::C)
# Switch to Title
$scene = Scene_Title.new
end
In the frame update method fill in:
if Input.trigger?(Input::C)
# Switch to Title
$scene = Scene_Title.new
end