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.
LiveCode player for Mountain Lion???
Moderator: Klaus
Re: LiveCode player for Mountain Lion???
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.
------------------
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.
-
- VIP Livecode Opensource Backer
- Posts: 184
- Joined: Wed Apr 10, 2013 5:09 pm
Re: LiveCode player for Mountain Lion???
Hi,
Just to clarify. You can use the go command:
Or if you want to get stacks off a remote server:
Andrew
Just to clarify. You can use the go command:
Code: Select all
answer file "Choose a stack:"
go stack it
Code: Select all
ask "Please enter a valid stack URL:"
go stack URL it