Page 1 of 1
LiveCode player for Mountain Lion???
Posted: Sun Dec 16, 2012 4:19 pm
by jaguayo
Hello:
I am consider to change my Snow Leopard system to Mountain Lion.
Exist a LiveCode Player for Mountain Lion????
Where is in the LiveCode Web???
Un saludo.
Joseba.
Re: LiveCode player for Mountain Lion???
Posted: Tue Dec 18, 2012 7:32 pm
by jaguayo
Robert tell me the solution.
------------------
There is no such thing as a Livecode player anymore. But you can roll your own. Just make a stack that opens other stacks.
------------------
Thanks Robert.
Re: LiveCode player for Mountain Lion???
Posted: Tue May 07, 2013 5:25 pm
by andrewferguson
Hi,
Just to clarify. You can use the go command:
Code: Select all
answer file "Choose a stack:"
go stack it
Or if you want to get stacks off a remote server:
Code: Select all
ask "Please enter a valid stack URL:"
go stack URL it
Andrew