Page 1 of 1
Sandbox Editor removal ?
Posted: 05 May 2020, 17:20
by Mickeyblue-uk
Hi, does anyone know where the Sandbox editor has gone. I cannot find it from the main menu and control panel just hangs and asks "are you connected to the internet" . After a while we get a 504.
Not an urgent request im struggling to get to grips with it TBH and im a fairly reasonable dev.
Globals not being globals
Image gallery for elements is flaky
If anyone has had any luck with it and wouldnt mind giving some pointers that would be cool (when its back up and running).
Regards,
Michael
Re: Sandbox Editor removal ?
Posted: 05 May 2020, 17:48
by Een
This should answer your question:
viewtopic.php?f=12&t=15254&start=10#p57356
But you can still launch sandbox from "play now" (it should be in your favourites) or from
https://studio.boardgamearena.com/sandbox if you want to continue dabbling with it a little.
Re: Sandbox Editor removal ?
Posted: 05 May 2020, 18:16
by Mickeyblue-uk
Thanks,
I'll continue to Dabble !
Thanks for the speedy reply.
Re: Sandbox Editor removal ?
Posted: 06 May 2020, 03:42
by laedit
Regarding the globals, if I am not mistaken it is because the script part is executing on the server, thus it is stateless and globals aren't modified.
Re: Sandbox Editor removal ?
Posted: 06 May 2020, 15:00
by Mickeyblue-uk
Thanks Laedit.
Seems a bit crazy to have to use labels etc to "save" or store values between turns and clicks in some cases.. but maybe it's just me.
For example if you declare a var outside a function as you would set a global and then assign it a value for example 0.
Then call that var from within a function like onClick it will read it as 0, great! IF you update that var to say 1 then wait another onClick - the var has now been reset back to its original value.
I find that almost every step im having to store the value somewhere in a label in order to retrieve it in another function later...
Not quite what im used to.
Re: Sandbox Editor removal ?
Posted: 06 May 2020, 16:08
by laedit
It is quite unusual, but I think that is because of the multiplayer part, to ensure that all players are on the same page on the current game.
That said, I think that the original idea was to use counter from the graphic elements for such cases.
And the sandbox only target basic and/or abstract games, not complex ones.
Re: Sandbox Editor removal ?
Posted: 07 May 2020, 16:32
by laedit
Mickeyblue-uk wrote: ↑05 May 2020, 17:20
Image gallery for elements is flaky
If this is about the selection of an image in a selection, it is fixed.
If not, can you elaborate please?
