Discuss Scratch

THEDRAGONSPIRIT
Scratcher
3 posts

Scratch emulator (GriffScratch) saved projects

{“objName”:“Stage”, “children”: [{“objName”:“project” ,“variables”: ,“scripts”:[ [ 27 , -127 , [ ]] , [ 81 , 49 , [ , , , [“setVar:to:” , “views” , [“concatenate:with:” , , [“concatenate:with:” , “ ,” , ] ] ] , , [“write” , ] ]] ] }],“info”:{} }
YMG100
Scratcher
9 posts

Scratch emulator (GriffScratch) saved projects

say [{"objName":"Stage", "children": [{"objName":"project" ,"variables":[ ] ,"scripts":[ [ 35 , 143 , [ ["whenGreenFlag" ] , ["hide" ] , ["putPenDown" ] , ["write" , "Hello YMG100" ] , ["wait:elapsed:from:" , "1" ] , ["clearPenTrails" ] , ["write" , "i'm aaaa" ] ]] ] }],"info":{} }]
CoderTommy
Scratcher
18 posts

Scratch emulator (GriffScratch) saved projects

{“objName”:“Stage”, “children”: [{“objName”:“project” ,“variables”: ,“scripts”:[ [ 27 , 33 , [ , , , , , , , [“setVar:to:” , “message” , [“concatenate:with:” , “Hello ” , [“concatenate:with:” , , “! Nice to meet you” ] ] ] , , ]] , [ 29 , 385 , [ , , , , [“doForever” ,[ [“warpSpeed” ,[ , , , [“setVar:to:” , “h” , [“+” , “100” , [“*” , “60” , [“computeFunctionf:” , “sin” , [“*” , , “360” ] ] ] ] ] , [“gotoX:y:” , [“*” , “200” , [“computeFunctionf:” , “sin” , ] ] , [“*” , , [“computeFunctionf:” , “cos” , ] ] ] , , [“doRepeat” , “5” ,[ [“changeVar:by:” , “ang” , ] , [“gotoX:y:” , [“*” , “200” , [“computeFunctionf:” , “sin” , ] ] , [“*” , , [“computeFunctionf:” , “cos” , ] ] ] ] ] , , , , [“changeVar:by:” , “y” , ] , [“doIf” , [“<” , , “0” ] ,[ , [“setVar:to:” , “sy” , [“*” , , “-0.4” ] ] ] ] , [“gotoX:y:” , [“*” , “-0.5” , [“widthOfText:” , ] ] , ] , [“write” , ] , ] ] ] ] ]] , [ 25 , 253 , [ , [“doForever” ,[ , , ] ] ]] ] }],“info”:{}

Last edited by CoderTommy (June 22, 2017 19:31:23)


Very infrequent user of Scratch.
Half-decent at Python, JS, and a few others. Learning Java.
robotmananimator
Scratcher
73 posts

Scratch emulator (GriffScratch) saved projects

{“objName”:“Stage”, “children”: [{“objName”:“project” ,“variables”: ,“scripts”:[ [ 16 , 19 , [ , [“doForever” ,[ [“setVar:to:” , “timer” , [“concatenate:with:” , , [“concatenate:with:” , “:” , ] ] ] , [“say:” , [“concatenate:with:” , “the time is ” , ] ] ] ] ]] ] }],“info”:{} }
electricity656
Scratcher
39 posts

Scratch emulator (GriffScratch) saved projects

{“objName”:“Stage”, “children”: [{“objName”:“project” ,“variables”: ,“scripts”:[ [ 40 , -3 , [ , , , [“doForever” ,[ [“setPenHueTo:” , ] , , , [“forward:” , [“/” , [“-” , “100” , ] , “-2” ] ] , [“changeXposBy:” , [“-” , “100” , ] ] , , [“changeXposBy:” , [“+” , “-100” , ] ] , , ] ] ]] , [ 41 , 239 , [ , [“doRepeat” , “500” ,[ ] ] , [“doForever” ,[ [“doRepeat” , “1000” ,[ ] ] , [“doRepeat” , “1000” ,[ ] ] ] ] ]] ] }],“info”:{} }

forever
Remix (Project)
(((((((((())))))))))
end
abualrob
Scratcher
100+ posts

Scratch emulator (GriffScratch) saved projects

In the More Blocks section you cannot make a loop.
define 
[quote=electricity656]{"objName":"Stage", "children": [{"objName":"project" ,"variables":[ {"name": "Flip" , "value": "68.79999999999956" , "isPersistent":false} ] ,"scripts":[ [ 40 , -3 , [ ["whenGreenFlag" ] , ["hide" ] , ["setVar:to:" , "Flip" , "100" ] , ["doForever" ,[ ["setPenHueTo:" , ["readVariable" , "Flip" ] ] , ["clearPenTrails" ] , ["putPenDown" ] , ["forward:" , ["/" , ["-" , "100" , ["readVariable" , "Flip" ] ] , "-2" ] ] , ["changeXposBy:" , ["-" , "100" , ["readVariable" , "Flip" ] ] ] , ["changeYposBy:" , "-100" ] , ["changeXposBy:" , ["+" , "-100" , ["readVariable" , "Flip" ] ] ] , ["changeYposBy:" , "100" ] , ["stampPolygon" ] ] ] ]] , [ 41 , 239 , [ ["whenGreenFlag" ] , ["doRepeat" , "500" ,[ ["changeVar:by:" , "Flip" , "0.2\\" ] ] ] , ["doForever" ,[ ["doRepeat" , "1000" ,[ ["changeVar:by:" , "Flip" , "-0.2" ] ] ] , ["doRepeat" , "1000" ,[ ["changeVar:by:" , "Flip" , "0.2" ] ] ] ] ] ]] ] }],"info":{} }[/quote]
abualrob
Scratcher
100+ posts

Scratch emulator (GriffScratch) saved projects

abualrob wrote:

In the More Blocks section you cannot make a loop.
define 
[quote=electricity656]{"objName":"Stage", "children": [{"objName":"project" ,"variables":[ {"name": "Flip" , "value": "68.79999999999956" , "isPersistent":false} ] ,"scripts":[ [ 40 , -3 , [ ["whenGreenFlag" ] , ["hide" ] , ["setVar:to:" , "Flip" , "100" ] , ["doForever" ,[ ["setPenHueTo:" , ["readVariable" , "Flip" ] ] , ["clearPenTrails" ] , ["putPenDown" ] , ["forward:" , ["/" , ["-" , "100" , ["readVariable" , "Flip" ] ] , "-2" ] ] , ["changeXposBy:" , ["-" , "100" , ["readVariable" , "Flip" ] ] ] , ["changeYposBy:" , "-100" ] , ["changeXposBy:" , ["+" , "-100" , ["readVariable" , "Flip" ] ] ] , ["changeYposBy:" , "100" ] , ["stampPolygon" ] ] ] ]] , [ 41 , 239 , [ ["whenGreenFlag" ] , ["doRepeat" , "500" ,[ ["changeVar:by:" , "Flip" , "0.2\\" ] ] ] , ["doForever" ,[ ["doRepeat" , "1000" ,[ ["changeVar:by:" , "Flip" , "-0.2" ] ] ] , ["doRepeat" , "1000" ,[ ["changeVar:by:" , "Flip" , "0.2" ] ] ] ] ] ]] ] }],"info":{} }[/quote]
([string]We need (More Blocks) loopssssssssss!)

Last edited by abualrob (June 25, 2017 20:45:41)

abualrob
Scratcher
100+ posts

Scratch emulator (GriffScratch) saved projects

electricity656 wrote:

{“objName”:“Stage”, “children”: [{“objName”:“project” ,“variables”: ,“scripts”:[ [ 40 , -3 , [ , , , [“doForever” ,[ [“setPenHueTo:” , ] , , , [“forward:” , [“/” , [“-” , “100” , ] , “-2” ] ] , [“changeXposBy:” , [“-” , “100” , ] ] , , [“changeXposBy:” , [“+” , “-100” , ] ] , , ] ] ]] , [ 41 , 239 , [ , [“doRepeat” , “500” ,[ ] ] , [“doForever” ,[ [“doRepeat” , “1000” ,[ ] ] , [“doRepeat” , “1000” ,[ ] ] ] ] ]] ] }],“info”:{} }
abualrob
Scratcher
100+ posts

Scratch emulator (GriffScratch) saved projects

(y position)(direction)<boolean>[scratchblocks]
define ((Ω)):lol:[quote]Define[/quote]
[/scratchblocks]

Last edited by abualrob (June 25, 2017 20:49:00)

abualrob
Scratcher
100+ posts

Scratch emulator (GriffScratch) saved projects

create clone of [Sprite @abualrob]
say(join(timer)(join(Ω)<touching[I love to say muaahahahahahahahahahahahahahahaahhaahahahahhahaha!]>

Last edited by abualrob (June 25, 2017 20:53:03)

DoomofScratch
Scratcher
3 posts

Scratch emulator (GriffScratch) saved projects

{“objName”:“Stage”, “children”: [{“objName”:“project” ,“variables”: ,“scripts”:[ [ 21 , -6 , [ , , , , , , [“doForever” ,[ , [“heading:” , ] , [“write” , [“concatenate:with:” , [“concatenate:with:” , “ Angle: ” , ] , [“concatenate:with:” , “ | Angle velocity:” , ] ] ] , [“setVar:to:” , “angleVelocity” , [“*” , , “0.875” ] ] , [“changeVar:by:” , “angle” , ] , [“doIf” , ,[ ] ] , [“doIf” , ,[ ] ] ] ] ]] ] }],“info”:{} }

This is just a random velocity thing.
Lightningstrike0607
Scratcher
1 post

Scratch emulator (GriffScratch) saved projects



{“objName”:“Stage”, “children”: [{“objName”:“project” ,“variables”: ,“scripts”:[ [ 81 , 30 , [ , , , [“doRepeat” , “50” ,[ ] ] , , [“doRepeat” , “50” ,[ ] ] , , [“doRepeat” , “50” ,[ ] ] , , , ]] , [ 226 , 176 , [ , [“doRepeat” , “50” ,[ ] ] , , , ]] ] }],“info”:{} }

For some reson it only shows half of the code up there^

when I receive [You have been followed. v]
go to [Your account v]
add [you] to [list of followers. v]
set [You v] to [followed]
switch costume to [Static v]
say [*sigh*] for (2) secs
forever
next costume
wait (0.1) secs
end

Last edited by Lightningstrike0607 (June 30, 2017 20:15:19)

DexFire
Scratcher
100+ posts

Scratch emulator (GriffScratch) saved projects

Mine is {“objName”:“Stage”, “children”: [{“objName”:“project” ,“variables”: ,“scripts”:[ [ 53 , 53 , [ , , , [“doForever” ,[ , , , , , , ] ] ]] ] }],“info”:{} }

Monster Hunter for life! MHW:I, MHR, MHST2, MHFU (PC/Steam/PPSSPP)
Developer of Scratcher Hunter, planning to move to unity soon.

Scratcher Hunter is a top-down fan-game of the Monster Hunter franchise with new monsters and additional weapons coming soon!
NEW Scratcher Hunter Title Update 4 NEW - 2023.12.24
Scratcher Hunter Title Update 3 - 2022.05.25
Scratcher Hunter Title Update 3X01 BETA - Arena (Outdated 04.17 Build) 2023.05.02
Scratcher Hunter Title Update 2 - 2022.09.22
Scratcher Hunter Title Update 2X01 - Sharpthorn Volant Alsumi 2022.11.06
Scratcher Hunter Title Update 1 - 2022.07.26
Scratcher Hunter ARU007 - Original 2019.05.01

TU04 has released. All further updates will be on Godot!

Youtube - Scratcher Hunter and Monster Hunter
robotmananimator
Scratcher
73 posts

Scratch emulator (GriffScratch) saved projects

timer
{“objName”:“Stage”, “children”: [{“objName”:“project” ,“variables”: ,“scripts”:[ [ 29 , 385 , [ , , , , [“doForever” ,[ [“warpSpeed” ,[ , , , [“setVar:to:” , “h” , [“+” , “100” , [“*” , “60” , [“computeFunctionf:” , “sin” , [“*” , , “360” ] ] ] ] ] , [“gotoX:y:” , [“*” , “200” , [“computeFunctionf:” , “sin” , ] ] , [“*” ,
DYNAMITE_RULES
Scratcher
14 posts

Scratch emulator (GriffScratch) saved projects

idk

{“objName”:“Stage”, “children”: [{“objName”:“project” ,“variables”: ,“scripts”:[ [ 50 , -88 , [ , , , , , [“doForever” ,[ , , [“gotoX:y:” , , ] , , ] ] ]] , [ 116 , 131 , [ , [“doForever” ,[ [“doIf” , ,[ ] ] , [“doIf” , ,[ ] ] ] ] ]] , [ 54 , 123 , [ , [“doForever” ,[ [“doIf” , ,[ ] ] , [“doIf” , ,[ ] ] ] ] ]] ] }],“info”:{} }
abualrob
Scratcher
100+ posts

Scratch emulator (GriffScratch) saved projects

{“objName”:“Stage”, “children”: [{“objName”:“project” ,“variables”: ,“scripts”:[ [ 65 , -83 , [ , ]] , [ 62 , -9 , [ , , [“say:duration:elapsed:from:” , [“concatenate:with:” , “Hello, ” , ] , “2” ] , , [“doIfElse” , , “yes” ] ,[ ] ,[ [“doIfElse” , , “no” ] ,[ ] ,[ , ] ] ] ] , ]] ] }],“info”:{} }
Bickersoft
Scratcher
6 posts

Scratch emulator (GriffScratch) saved projects

{“objName”:“Stage”, “children”: [{“objName”:“project” ,“variables”: ,“scripts”:[ [ 20 , 27 , [ , , , [“doIfElse” , , “y” ] ,[ [“doForever” ,[ [“changeVar:by:” , “crash” , ] , [“append:toList:” , , “crash2” ] , [“append:toList:” , , “crash2” ] ] ] ] ,[ ] ] ]] ] }],“info”:{} }

Although not quite as successful, I have (almost) ported my scratch crasher to.. scratch
Please don't try it https://scratch.mit.edu/projects/142204387/

Thanks!
Rocket-Flier
Scratcher
100+ posts

Scratch emulator (GriffScratch) saved projects

{“objName”:“Stage”, “children”: [{“objName”:“project” ,“variables”: ,“scripts”:[ [ 24 , 14 , [ , , , , , , , [“doForever” ,[ , [“doIf” , ,[ , , ] ] ] ] ]] , [ 228 , 91 , [ , [“warpSpeed” ,[ [“doRepeat” , ,[ , [“gotoX:y:” , , ] , , , ] ] ] ] ]] ] }],“info”:{} }


Randomness

(pick random (-100000000000000000000000000000000000000000000000000000000000) to (1000000000000000000000000000000000000000000000000000))


This is my signature. It appears underneath everything I post.
An evil kumquat tried to eat my siggy! Good thing I have a potato siggy defender.




OH NO!!! I forgot to restock on cat block repellent.
It looks like you found some invisible text!
ConConScratch
Scratcher
42 posts

Scratch emulator (GriffScratch) saved projects


{“objName”:“Stage”, “children”: [{“objName”:“project” ,“variables”: ,“scripts”:[ [ 29 , 385 , [ , , , , [“doForever” ,[ [“warpSpeed” ,[ , , , [“setVar:to:” , “h” , [“+” , “100” , [“*” , “60” , [“computeFunctionf:” , “sin” , [“*” , , “360” ] ] ] ] ] , [“gotoX:y:” , [“*” , “200” , [“computeFunctionf:” , “sin” , ] ] , [“*” , , [“computeFunctionf:” , “cos” , ] ] ] , , [“doRepeat” , “5” ,[ [“changeVar:by:” , “ang” , ] , [“gotoX:y:” , [“*” , “200” , [“computeFunctionf:” , “sin” , ] ] , [“*” , , [“computeFunctionf:” , “cos” , ] ] ] ] ] , , , , [“changeVar:by:” , “y” , ] , [“doIf” , [“<” , , “0” ] ,[ , [“setVar:to:” , “sy” , [“*” , , “-0.4” ] ] ] ] , [“gotoX:y:” , [“*” , “-0.5” , [“widthOfText:” , ] ] , ] , [“write” , ] , ] ] ] ] ]] , [ 85 , 88 , [ , , [“doAsk” , ] , [“doIf” , , “yes” ] ,[ ] ] ]] ] }],“info”:{} }

Last edited by ConConScratch (July 16, 2017 10:49:29)


define (delete account)
set [projects v] to [0]

add [Lists] to [forgotten tabs]

Why do we have to manually add pen and music tabs?
IxleroOfficial
New to Scratch
1 post

Scratch emulator (GriffScratch) saved projects

My Code

{"objName":"Stage", "children": [{"objName":"project" ,"variables":[ {"name": "ang" , "value": "538010" , "isPersistent":false} , {"name": "h" , "value": "151.45159937162072" , "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.2857142857142857" , "isPersistent":false} ] ,"scripts":[ [ 29 , 385 , [ ["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 , 253 , [ ["whenGreenFlag" ] , ["doForever" ,

Last edited by IxleroOfficial (July 16, 2017 15:59:36)

Powered by DjangoBB