hmm... I have an idea for a sort security feature to program in scratch, it wouldn't be hard to make, only problem is if you reload the page it would reset it, but if you stop scratch and you've already incorrectly entered data it won't allow you entry
Offline
dingdong wrote:
hmm... I have an idea for a sort security feature to program in scratch, it wouldn't be hard to make, only problem is if you reload the page it would reset it, but if you stop scratch and you've already incorrectly entered data it won't allow you entry
Hey dingdong-
I am not sure I fully understand your idea...but I am going to move this to the suggestions forum anyways...
Offline
mletreat wrote:
dingdong wrote:
hmm... I have an idea for a sort security feature to program in scratch, it wouldn't be hard to make, only problem is if you reload the page it would reset it, but if you stop scratch and you've already incorrectly entered data it won't allow you entry
Hey dingdong-
I am not sure I fully understand your idea...but I am going to move this to the suggestions forum anyways...
I understand heres the script I'm guessing
<set{ the variable }to( 0
double click that before u put it on the internet and have a script like this
<when green flag clicked>
<if><( the variable <=> 0 )>
<set{ the variable }to( 1
<broadcast[ do whatever
<else>
<broadcast[ already entered code
<end>
I did something like this on my impossible quiz where u have to press the green flag to win
Offline