Is it possible to have a scratch game start until it is click on in my site with out reprogramming it on here?
Offline
Not that I know of. You could try recording your project and then embedding the video in your site if you don't need it to be interactive.
Last edited by stevetheipad (2012-07-16 22:26:45)
Offline
or can you start with the stop preset?
Offline
well, you could have a temp variable. it would only go if the flag is clicked twice.
when gf clicked if <(has the flag been clicked yet?) = [no]> switch to costume [please click the flag v] stop all end set [has the flag been clicked yet? v] to [yes] broadcast [start program v]when you upload it, make sure the variable is set to "no"
Last edited by thebriculator (2012-07-16 22:40:24)
Offline
Well, you can program in a fake green flag of sorts. Just have a single script that broadcasts a message when the mouse is clicked, and you can have all your other initial scripts wait for that broadcast. You still have the problem of resource usage, but it is somewhat of a solution.
Offline
thebriculator wrote:
when gf clicked if <(has the flag been clicked yet?) = [no]> switch to costume [please click the flag v] set [has the flag been clicked yet? v] to [yes] stop all end broadcast [start program v]
your script was wrong
Offline
is there a way to do it in html?
Offline
Wes64 wrote:
your script was wrong
either way it still works.
Offline