Close answer window

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
oneup
Posts: 5
Joined: Thu Jun 11, 2015 10:13 am

Close answer window

Post by oneup » Tue Jun 16, 2015 9:45 am

Hi,

Is there a command which closes automaticly any open answer window.

I have a game where it shows the endscore when the player loses.
He has to press space to start all over again but he has to press it twice because of the answer window.
Now i want to implement a code into my space button that it first of closes all answer windows and then does the command.

any ideas?

jmburnod
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 2729
Joined: Sat Dec 22, 2007 5:35 pm
Contact:

Re: Close answer window

Post by jmburnod » Tue Jun 16, 2015 10:17 am

Hi OneUp,
any ideas?
Answer windows is a stack and you should be able to close
You can also use a group as answer window
Best regards
Jean-Marc
https://alternatic.ch

Post Reply