closing a secondary stage exits limelight
Reported by paul (at 8thlight) | December 16th, 2010 @ 05:10 PM
When closing a created stage (returning to the main stage), the program exits and I loose all stages
stages.rb:
stage "Main" do
default_scene "exercises" title "Magistro" location [200, 25] size
[800, 800] end
player that loads the new stage:
on_mouse_clicked do
chapter_stage = production.theater.add_stage("chapter")
chapter_stage.size = [1000, 800] chapter_stage.title = "Chapter"
production.producer.open_scene("chapters", chapter_stage) end
No comments found
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Elegant UI Framework for Ruby