Discuss Scratch

Girlycat77
Scratcher
5 posts

Scratch emulator (GriffScratch) saved projects

when green flag clicked
say [Yay!] for (2) secs
RholanT3344
Scratcher
62 posts

Scratch emulator (GriffScratch) saved projects

{"objName":"Stage", "children": [{"objName":"project" ,"variables":[ ] ,"scripts":[ [ 80 , 115 , [ ["whenGreenFlag" ] , ["clearPenTrails" ] , ["putPenDown" ] , ["gotoX:y:" , "5" , "0" ] , ["gotoX:y:" , "5" , "5" ] , ["gotoX:y:" , "0" , "5" ] ]] ] }],"info":{} }

when green flag clicked
broadcast [test v]

when I receive [test v]
if <following [RholanT3344]::sensing> then
say [ok]

else
say [ok, you can do it later]
end
broadcast [test v]
mayahorse
Scratcher
6 posts

Scratch emulator (GriffScratch) saved projects

{“objName”:“Stage”, “children”: [{“objName”:“project” ,“variables”: ,“scripts”:[ [ 27 , 33 , [ , , ]] , [ 29 , 385 , [ , , , , [“doForever” ,[ [“warpSpeed” ,[ , , , [“setVar:to:” , “h” , [“+” , “100” , [“*” , “60” , [“computeFunctionf:” , “sin” , [“*” , , “360” ] ] ] ] ] , [“gotoX:y:” , [“*” , “200” , [“computeFunctionf:” , “sin” , ] ] , [“*” , ["readVaria



TESTING,1,2
Girlycat77
Scratcher
5 posts

Scratch emulator (GriffScratch) saved projects

when green flag clicked
repeat until <>
<key [ space] pressed?>
say [Yippee!]
end
trickbrain26
Scratcher
9 posts

Scratch emulator (GriffScratch) saved projects

{“objName”:“Stage”, “children”: [{“objName”:“project” ,“variables”: ,“scripts”:[ [ 41 , -302 , [ , , , , , , , , , , , , , , , , , , , , , , , , , , , [“doIfElse” , [“list:contains:” , “fruit” , ] ,[ ] ,[ ] ] , , ]] ] }],“info”:{} }

ask if the database has a fruit
Wiltz111
Scratcher
100+ posts

Scratch emulator (GriffScratch) saved projects

Girlycat77 wrote:

I totally love griffpatch's Project!
Same!
mrscratch87
Scratcher
9 posts

Scratch emulator (GriffScratch) saved projects

1a3c5e7g9i wrote:

Scratch Cat Velocity Test (with Size Velocity!)

{“objName”:“Stage”, “children”: [{“objName”:“project” ,“variables”: ,“scripts”:[ [ 26 , 1481 , [ , [“doForever” ,[ [“doWaitUntil” , ] , , [“doRepeat” , “21” ,[ [“changeVar:by:” , “ScrollY” , ] , , ] ] ] ] ]] , [ 61 , 9 , [ , , , , [“doForever” ,[ [“setVar:to:” , “X” , [“*” , , “0.9” ] ] , [“setVar:to:” , “Y” , [“*” , , “0.9” ] ] , [“setVar:to:” , “S” , [“*” , , “0.9” ] ] , [“changeXposBy:” , ] , [“changeYposBy:” , ] , [“changeSizeBy:” , ] , [“doIf” , ,[ ] ] , [“doIf” , ,[ ] ] , [“doIf” , ,[ ] ] , [“doIf” , ,[ ] ] , [“doIf” , ,[ ] ] , [“doIf” , ,[ ] ] ] ] ]] , [ 208 , 87 , [ , , , , ]] ] }],“info”:{} }
wow your signature is scary
AdrianaMan8
Scratcher
48 posts

Scratch emulator (GriffScratch) saved projects

{"objName":"Stage", "children": [{"objName":"project" ,"variables":[ {"name": "ang" , "value": "510270" , "isPersistent":false} , {"name": "h" , "value": "148.7616498659818" , "isPersistent":false} , {"name": "message" , "value": "\"pen up and fill\" - Fills the last shape drawn with the pen" , "isPersistent":false} , {"name": "y" , "value": "0" , "isPersistent":false} , {"name": "sy" , "value": "0.2857142857093446" , "isPersistent":false} ] ,"scripts":[ [ 27 , -479 , [ ["whenGreenFlag" ] , ["doForever" ,[ ["setVar:to:" , "message" , "This project is using 3 newly imagined Scratch Blocks" ] , ["wait:elapsed:from:" , "5" ] , ["setVar:to:" , "message" , "\"pen up and fill\" - Fills the last shape drawn with the pen" ] , ["wait:elapsed:from:" , "5" ] , ["setVar:to:" , "message" , "\"write [Hello World]\" - Writes text to the pen canvas" ] , ["wait:elapsed:from:" , "5" ] , ["setVar:to:" , "message" , "\"width of [Hello World]\" - reports the width of the text" ] , ["wait:elapsed:from:" , "5" ] ] ] ]] , [ 29 , -127 , [ ["whenGreenFlag" ] , ["hide" ] , ["penSize:" , "4" ] , ["setVar:to:" , "ang" , "0" ] , ["doForever" ,[ ["warpSpeed" ,[ ["changeVar:by:" , "ang" , "5" ] , ["clearPenTrails" ] , ["changePenHueBy:" , "2" ] , ["setVar:to:" , "h" , ["+" , "100" , ["*" , "60" , ["computeFunction:of:" , "sin" , ["*" , ["timer" ] , "360" ] ] ] ] ] , ["gotoX:y:" , ["*" , "200" , ["computeFunction:of:" , "sin" , ["readVariable" , "ang" ] ] ] , ["*" , ["readVariable" , "h" ] , ["computeFunction:of:" , "cos" , ["readVariable" , "ang" ] ] ] ] , ["putPenDown" ] , ["doRepeat" , "5" ,[ ["changeVar:by:" , "ang" , ["/" , "360" , "5" ] ] , ["gotoX:y:" , ["*" , "200" , ["computeFunction:of:" , "sin" , ["readVariable" , "ang" ] ] ] , ["*" , ["readVariable" , "h" ] , ["computeFunction:of:" , "cos" , ["readVariable" , "ang" ] ] ] ] ] ] , ["stampPolygon" ] , ["changePenHueBy:" , "100" ] , ["changeVar:by:" , "sy" , "-1" ] , ["changeVar:by:" , "y" , ["readVariable" , "sy" ] ] , ["doIf" , ["<" , ["readVariable" , "y" ] , "0" ] ,[ ["setVar:to:" , "y" , "0" ] , ["setVar:to:" , "sy" , ["*" , ["readVariable" , "sy" ] , "-0.4" ] ] ] ] , ["gotoX:y:" , ["*" , "-0.5" , ["widthOfText:" , ["readVariable" , "message" ] ] ] , ["readVariable" , "y" ] ] , ["write" , ["readVariable" , "message" ] ] , ["changePenHueBy:" , "-100" ] ] ] ] ] ]] , [ 25 , -259 , [ ["whenGreenFlag" ] , ["doForever" ,[ ["setVar:to:" , "sy" , "10" ] , ["setVar:to:" , "y" , "0" ] , ["wait:elapsed:from:" , "5" ] ] ] ]] ] }],"info":{} }
I used the code tag BTW to fix it.

KajTheModerator wrote:

"Scratch 2.0 need more blocks just like I need more followers."

Request!
when[see inside/see project page v]clicked::hat sensing //Useful for hacked blocks projects.
For hacked blocks!
Sample:
when[see inside v]clicked :: hat sensing
say[]
when gf clicked
say[See inside for blocks!]

when[see project page v]clicked::sensing hat
say[Go back in the editor!]
Girlycat77
Scratcher
5 posts

Scratch emulator (GriffScratch) saved projects

Wiltz111 wrote:

Girlycat77 wrote:

I totally love griffpatch's Project!
Same!
IT is good yeah.
CNBscratcher
Scratcher
1 post

Scratch emulator (GriffScratch) saved projects


{“objName”:“Stage”, “children”: [{“objName”:“project” ,“variables”: ,“scripts”:[ [ 20 , 21 , [ , [“doForever” ,[ , , , , , , , , , , ] ] ]] , [ 99 , 107 , [ , [“doForever” ,[ [“doIf” , ,[ ] ] , [“doIf” , ,[ ] ] ] ] ]] ] }],“info”:{} }



It is a 3d cat and it rotates



Last edited by CNBscratcher (Nov. 18, 2017 17:27:22)

wat_newby3
Scratcher
3 posts

Scratch emulator (GriffScratch) saved projects

when green flag clicked
go to [something v]
MLGPROOFXBOX1
Scratcher
100+ posts

Scratch emulator (GriffScratch) saved projects


hi guys go to a good future in sanic mania https://scratch.mit.edu/projects/18823204 and meticle madness is from sanic cd

Last edited by MLGPROOFXBOX1 (Nov. 22, 2017 19:49:31)


YO WHATS UP?

MLGPROOFXBOX1
Scratcher
100+ posts

Scratch emulator (GriffScratch) saved projects


YO WHATS UP?

MLGPROOFXBOX1
Scratcher
100+ posts

Scratch emulator (GriffScratch) saved projects

people love @griffpatch 's projects 

YO WHATS UP?

MLGPROOFXBOX1
Scratcher
100+ posts

Scratch emulator (GriffScratch) saved projects

mlg griffpatch

YO WHATS UP?

MLGPROOFXBOX1
Scratcher
100+ posts

Scratch emulator (GriffScratch) saved projects

mlgproofxbox1 wrote:

when green flag clicked
say [mlggriffpatch] for (2) secs

YO WHATS UP?

MLGPROOFXBOX1
Scratcher
100+ posts

Scratch emulator (GriffScratch) saved projects

AdrianaMan8 wrote:

{"objName":"Stage", "mlg": [{"objName":"project" ,"variables":[ {"name": "ang" , "value": "510270" , "isPersistent":false} , {"name": "h" , "value": "148.7616498659818" , "isPersistent":false} , {"name": "message" , "value": "\"pen up and fill\" - Fills the last shape drawn with the pen" , "isPersistent":false} , {"name": "y" , "value": "0" , "isPersistent":false} , {"name": "sy" , "value": "0.2857142857093446" , "isPersistent":false} ] ,"scripts":[ [ 27 , -479 , [ ["whenGreenFlag" ] , ["doForever" ,[ ["setVar:to:" , "message" , "This project is using 3 newly imagined Scratch Blocks" ] , ["wait:elapsed:from:" , "5" ] , ["setVar:to:" , "message" , "\"pen up and fill\" - Fills the last shape drawn with the pen" ] , ["wait:elapsed:from:" , "5" ] , ["setVar:to:" , "message" , "\"write [Hello World]\" - Writes text to the pen canvas" ] , ["wait:elapsed:from:" , "5" ] , ["setVar:to:" , "message" , "\"width of [Hello World]\" - reports the width of the text" ] , ["wait:elapsed:from:" , "5" ] ] ] ]] , [ 29 , -127 , [ ["whenGreenFlag" ] , ["hide" ] , ["penSize:" , "4" ] , ["setVar:to:" , "ang" , "0" ] , ["doForever" ,[ ["warpSpeed" ,[ ["changeVar:by:" , "ang" , "5" ] , ["clearPenTrails" ] , ["changePenHueBy:" , "2" ] , ["setVar:to:" , "h" , ["+" , "100" , ["*" , "60" , ["computeFunction:of:" , "sin" , ["*" , ["timer" ] , "360" ] ] ] ] ] , ["gotoX:y:" , ["*" , "200" , ["computeFunction:of:" , "sin" , ["readVariable" , "ang" ] ] ] , ["*" , ["readVariable" , "h" ] , ["computeFunction:of:" , "cos" , ["readVariable" , "ang" ] ] ] ] , ["putPenDown" ] , ["doRepeat" , "5" ,[ ["changeVar:by:" , "ang" , ["/" , "360" , "5" ] ] , ["gotoX:y:" , ["*" , "200" , ["computeFunction:of:" , "sin" , ["readVariable" , "ang" ] ] ] , ["*" , ["readVariable" , "h" ] , ["computeFunction:of:" , "cos" , ["readVariable" , "ang" ] ] ] ] ] ] , ["stampPolygon" ] , ["changePenHueBy:" , "100" ] , ["changeVar:by:" , "sy" , "-1" ] , ["changeVar:by:" , "y" , ["readVariable" , "sy" ] ] , ["doIf" , ["<" , ["readVariable" , "y" ] , "0" ] ,[ ["setVar:to:" , "y" , "0" ] , ["setVar:to:" , "sy" , ["*" , ["readVariable" , "sy" ] , "-0.4" ] ] ] ] , ["gotoX:y:" , ["*" , "-0.5" , ["widthOfText:" , ["readVariable" , "message" ] ] ] , ["readVariable" , "y" ] ] , ["write" , ["readVariable" , "message" ] ] , ["changePenHueBy:" , "-100" ] ] ] ] ] ]] , [ 25 , -259 , [ ["whenGreenFlag" ] , ["doForever" ,[ ["setVar:to:" , "sy" , "10" ] , ["setVar:to:" , "y" , "0" ] , ["wait:elapsed:from:" , "5" ] ] ] ]] ] }],"info":{} }
I used the code tag BTW to fix it.

YO WHATS UP?

MLGPROOFXBOX1
Scratcher
100+ posts

Scratch emulator (GriffScratch) saved projects

famous @griffpatch

YO WHATS UP?

MLGPROOFXBOX1
Scratcher
100+ posts

Scratch emulator (GriffScratch) saved projects

AdrianaMan8 wrote:

{"objName":"Stage", "children": [{"objName":"project" ,"variables":[ {"name": "ang" , "value": "510270" , "isPersistent":false} , {"name": "h" , "value": "148.7616498659818" , "isPersistent":false} , {"name": "message" , "value": "\"pen up and fill\" - Fills the last shape drawn with the pen" , "isPersistent":false} , {"name": "y" , "value": "0" , "isPersistent":false} , {"name": "sy" , "value": "0.2857142857093446" , "isPersistent":false} ] ,"scripts":[ [ 27 , -479 , [ ["whenGreenFlag" ] , ["doForever" ,[ ["setVar:to:" , "message" , "This project is using 3 newly imagined Scratch Blocks" ] , ["wait:elapsed:from:" , "5" ] , ["setVar:to:" , "message" , "\"pen up and fill\" - Fills the last shape drawn with the pen" ] , ["wait:elapsed:from:" , "5" ] , ["setVar:to:" , "message" , "\"write [Hello World]\" - Writes text to the pen canvas" ] , ["wait:elapsed:from:" , "5" ] , ["setVar:to:" , "message" , "\"width of [Hello World]\" - reports the width of the text" ] , ["wait:elapsed:from:" , "5" ] ] ] ]] , [ 29 , -127 , [ ["whenGreenFlag" ] , ["hide" ] , ["penSize:" , "4" ] , ["setVar:to:" , "ang" , "0" ] , ["doForever" ,[ ["warpSpeed" ,[ ["changeVar:by:" , "ang" , "5" ] , ["clearPenTrails" ] , ["changePenHueBy:" , "2" ] , ["setVar:to:" , "h" , ["+" , "100" , ["*" , "60" , ["computeFunction:of:" , "sin" , ["*" , ["timer" ] , "360" ] ] ] ] ] , ["gotoX:y:" , ["*" , "200" , ["computeFunction:of:" , "sin" , ["readVariable" , "ang" ] ] ] , ["*" , ["readVariable" , "h" ] , ["computeFunction:of:" , "cos" , ["readVariable" , "ang" ] ] ] ] , ["putPenDown" ] , ["doRepeat" , "5" ,[ ["changeVar:by:" , "ang" , ["/" , "360" , "5" ] ] , ["gotoX:y:" , ["*" , "200" , ["computeFunction:of:" , "sin" , ["readVariable" , "ang" ] ] ] , ["*" , ["readVariable" , "h" ] , ["computeFunction:of:" , "cos" , ["readVariable" , "ang" ] ] ] ] ] ] , ["stampPolygon" ] , ["changePenHueBy:" , "100" ] , ["changeVar:by:" , "sy" , "-1" ] , ["changeVar:by:" , "y" , ["readVariable" , "sy" ] ] , ["doIf" , ["<" , ["readVariable" , "y" ] , "0" ] ,[ ["setVar:to:" , "y" , "0" ] , ["setVar:to:" , "sy" , ["*" , ["readVariable" , "sy" ] , "-0.4" ] ] ] ] , ["gotoX:y:" , ["*" , "-0.5" , ["widthOfText:" , ["readVariable" , "message" ] ] ] , ["readVariable" , "y" ] ] , ["write" , ["readVariable" , "message" ] ] , ["changePenHueBy:" , "-100" ] ] ] ] ] ]] , [ 25 , -259 , [ ["whenGreenFlag" ] , ["doForever" ,[ ["setVar:to:" , "sy" , "10" ] , ["setVar:to:" , "y" , "0" ] , ["wait:elapsed:from:" , "5" ] ] ] ]] ] }],"info":{} }
I used the code tag BTW to fix it.

wat_newby3 wrote:

when green flag clicked
go to [something v]

wat_newby3 wrote:

when green flag clicked
go to [something v]

YO WHATS UP?

MLGPROOFXBOX1
Scratcher
100+ posts

Scratch emulator (GriffScratch) saved projects


YO WHATS UP?

Powered by DjangoBB