Discuss Scratch

jojo12192014
Scratcher
21 posts

Scratch emulator (GriffScratch) saved projects

when green flag clicked
reset timer
say [hello]
jojo12192014
Scratcher
21 posts

Scratch emulator (GriffScratch) saved projects

when green flag clicked
show
point in direction ( 90)
set [ speed ] to [0]
go to x: (0) y: (0)
set [ ghost ] effect to (100)
go to front
wait (1.75) secs
repeat (50)
change [ ghost ] effect by (2)
end
broadcast [ swipeshow ]
forever
change [ speed ] by (2.5)
point in direction ( ((([ sin ] of (speed)) * (3)) + (90)))
end
jojo12192014
Scratcher
21 posts

Scratch emulator (GriffScratch) saved projects

define SUBSRIBE
icanhulk01
Scratcher
3 posts

Scratch emulator (GriffScratch) saved projects

{“objName”:“Stage”, “children”: [{“objName”:“project” ,“variables”: ,“scripts”:[ [ 83 , 4 , [ , , , , , , , , , , , , [“doForever” ,[ [“changeXposBy:” , [“*” , [“-” , , ] , “5” ] ] , [“changeYposBy:” , [“*” , [“-” , , ] , “5” ] ] , [“heading:” , [“*” , [“-” , , ] , “90” ] ] , ] ] ]] ] }],“info”:{} }
chriscreators14
Scratcher
500+ posts

Scratch emulator (GriffScratch) saved projects

{"objName":"Stage", "children": [{"objName":"project" ,"variables":[ ]

See that line over there? Everything below it is my signature. You can advertise here.
Ctrl+Alt+Down or thing0 do NOT ask to scroll

Chris's Signature Tips
Issue 1: How to get your studios popular

For one, you'd likely need translations. That would be easier for everyone who doesn't speak English.
Another thing is the Propose Studios to be Featured topic in the Show and Tell forum.
mochimochiyuu
Scratcher
16 posts

Scratch emulator (GriffScratch) saved projects

{“objName”:“Stage”, “children”: [{“objName”:“project” ,“variables”: ,“scripts”:[ [ 90 , 144 , [ , , [“doForever” ,[ [“xpos:” , [“*” , “50” , [“computeFunctionf:” , “sin” , [“*” , , “1000” ] ] ] ] ] ] ]] ] }],“info”:{} }
Aaru-is-so-cute_
Scratcher
30 posts

Scratch emulator (GriffScratch) saved projects

really basic {“objName”:“Stage”, “children”: [{“objName”:“project” ,“variables”: ,“scripts”:[ [ 33 , 121 , [ , [“doForever” ,[ [“doIf” , ,[ ] ] , [“doIf” , ,[ ] ] , [“doIf” , ,[ ] ] , [“doIf” , ,[ ] ] ] ] ]] ] }],“info”:{} }

                              
when green flag clicked
forever
set [timer v] to (timer)
end
Aaru-is-so-cute_
Scratcher
30 posts

Scratch emulator (GriffScratch) saved projects

Guess number 1-1000 if you get it you get a prize {“objName”:“Stage”, “children”: [{“objName”:“project” ,“variables”: ,“scripts”:[ [ 23 , 38 , [ , [“doForever” ,[ , [“doIf” , , ] ,[ , , ] ] ] ] ]] ] }],“info”:{} }

                              
when green flag clicked
forever
set [timer v] to (timer)
end
Aaru-is-so-cute_
Scratcher
30 posts

Scratch emulator (GriffScratch) saved projects

Hi

                              
when green flag clicked
forever
set [timer v] to (timer)
end
Aaru-is-so-cute_
Scratcher
30 posts

Scratch emulator (GriffScratch) saved projects

when the universe forms
forever
if <Somebody see's me> then
follow me!!!
end

Last edited by Aaru-is-so-cute_ (Aug. 20, 2023 21:09:02)


                              
when green flag clicked
forever
set [timer v] to (timer)
end
0_-ariimaw-_0
Scratcher
17 posts

Scratch emulator (GriffScratch) saved projects

yeh hold on
when green flag clicked
say [......] for (2) secs
0_-ariimaw-_0
Scratcher
17 posts

Scratch emulator (GriffScratch) saved projects

(follow me)
say [l love scratch] for (2) secs
QuartzKid
Scratcher
12 posts

Scratch emulator (GriffScratch) saved projects

lol
QuartzKid
Scratcher
12 posts

Scratch emulator (GriffScratch) saved projects

when I receive [Hello v]<(<<> and <>>(☁ score)(foo) - (0)) < []>
if <> then
play sound [lol v] until done
play sound v] until done
end

Last edited by QuartzKid (Aug. 23, 2023 01:15:24)

0_-ariimaw-_0
Scratcher
17 posts

Scratch emulator (GriffScratch) saved projects

lol
theanonymousweirdo
Scratcher
500+ posts

Scratch emulator (GriffScratch) saved projects

Flappy Bird (Use in TurboWarp for less lag)
{"objName":"Stage", "children": [{"objName":"project" ,"variables":[ {"name": "direction" , "value": "109" , "isPersistent":false} , {"name": "player y" , "value": "-1" , "isPersistent":false} , {"name": "gravity" , "value": "-2" , "isPersistent":false} , {"name": "key pressed?" , "value": "0" , "isPersistent":false} , {"name": "game started" , "value": "1" , "isPersistent":false} , {"name": "y speed" , "value": "-9.5" , "isPersistent":false} , {"name": "i" , "value": "1" , "isPersistent":false} , {"name": "x movement" , "value": "-168" , "isPersistent":false} , {"name": "new pipe" , "value": "158" , "isPersistent":false} , {"name": "game over" , "value": "0" , "isPersistent":false} , {"name": "score" , "value": "0" , "isPersistent":false} ] ,"scripts":[ [ 32 , -6 , [ ["whenGreenFlag" ] , ["hide" ] , ["deleteLine:ofList:" , "all" , "Pipes" ] , ["setVar:to:" , "y speed" , "0" ] , ["setVar:to:" , "direction" , "90" ] , ["setVar:to:" , "player y" , "35" ] , ["setVar:to:" , "key pressed?" , "0" ] , ["setVar:to:" , "gravity" , "-2" ] , ["setVar:to:" , "game started" , "0" ] , ["setVar:to:" , "x movement" , "0" ] , ["setVar:to:" , "new pipe" , "160" ] , ["setVar:to:" , "game over" , "0" ] , ["setVar:to:" , "score" , "0" ] , ["doForever" ,[ ["warpSpeed" ,[ ["doIfElse" , ["=" , ["readVariable" , "game over" ] , "0" ] ,[ ["doIf" , ["|" , ["=" , ["readVariable" , "game started" ] , "1" ] , ["|" , ["keyPressed:" , "any" ] , ["mousePressed" ] ] ] ,[ ["doIf" , ["|" , ["=" , ["readVariable" , "game started" ] , "0" ] , [">" , ["-" , ["getLine:ofList:" , ["-" , ["lineCountOfList:" , "Pipes" ] , "2" ] , "Pipes" ] , ["readVariable" , "x movement" ] ] , ["readVariable" , "new pipe" ] ] ] ,[ ["setVar:to:" , "game started" , "1" ] , ["append:toList:" , ["readVariable" , "x movement" ] , "Pipes" ] , ["append:toList:" , ["randomFrom:to:" , "-44" , "104" ] , "Pipes" ] , ["append:toList:" , "0" , "Pipes" ] , ["doIf" , [">" , ["readVariable" , "new pipe" ] , "110" ] ,[ ["changeVar:by:" , "new pipe" , "-1" ] ] ] ] ] , ["changeVar:by:" , "y speed" , ["readVariable" , "gravity" ] ] , ["doIfElse" , ["&" , ["<" , ["readVariable" , "player y" ] , "168" ] , ["&" , ["|" , ["keyPressed:" , "any" ] , ["mousePressed" ] ] , ["=" , ["readVariable" , "key pressed?" ] , "0" ] ] ] ,[ ["setVar:to:" , "key pressed?" , "1" ] , ["setVar:to:" , "y speed" , "12.5" ] ] ,[ ["doIf" , ["not" , ["|" , ["keyPressed:" , "any" ] , ["mousePressed" ] ] ] ,[ ["setVar:to:" , "key pressed?" , "0" ] ] ] ] ] , ["changeVar:by:" , "player y" , ["readVariable" , "y speed" ] ] , ["doIf" , ["&" , [">" , ["readVariable" , "player y" ] , "168" ] , [">" , ["readVariable" , "y speed" ] , "0" ] ] ,[ ["setVar:to:" , "y speed" , "0" ] ] ] , ["setVar:to:" , "direction" , ["+" , ["*" , ["readVariable" , "y speed" ] , "-2" ] , "90" ] ] , ["changeVar:by:" , "x movement" , "-3" ] ] ] ] ,[ ["doIf" , [">" , ["readVariable" , "player y" ] , "-113" ] ,[ ["changeVar:by:" , "y speed" , ["readVariable" , "gravity" ] ] , ["changeVar:by:" , "player y" , ["readVariable" , "y speed" ] ] , ["setVar:to:" , "direction" , ["+" , ["*" , ["readVariable" , "y speed" ] , "-2" ] , "90" ] ] ] ] ] ] , ["doIf" , ["not" , [">" , ["readVariable" , "player y" ] , "-113" ] ] ,[ ["setVar:to:" , "game over" , "1" ] , ["setVar:to:" , "player y" , "-113" ] ] ] , ["penSize:" , "2000" ] , ["gotoX:y:" , "0" , "0" ] , ["penColor:" , "#87CEEB" ] , ["putPenDown" ] , ["putPenUp" ] , ["setVar:to:" , "i" , "1" ] , ["doRepeat" , ["/" , ["lineCountOfList:" , "Pipes" ] , "3" ] ,[ ["doIfElse" , ["<" , ["-" , ["readVariable" , "x movement" ] , ["getLine:ofList:" , ["readVariable" , "i" ] , "Pipes" ] ] , "-320" ] ,[ ["doRepeat" , "3" ,[ ["deleteLine:ofList:" , ["readVariable" , "i" ] , "Pipes" ] ] ] ] ,[ ["gotoX:y:" , ["+" , ["-" , ["readVariable" , "x movement" ] , ["getLine:ofList:" , ["readVariable" , "i" ] , "Pipes" ] ] , "160" ] , "-180" ] , ["penColor:" , "#30ff00" ] , ["penSize:" , "24" ] , ["putPenDown" ] , ["changeYposBy:" , ["+" , "124" , ["getLine:ofList:" , ["+" , ["readVariable" , "i" ] , "1" ] , "Pipes" ] ] ] , ["putPenUp" ] , ["penSize:" , "1" ] , ["changeYposBy:" , "12" ] , ["doIf" , ["<" , ["-" , ["readVariable" , "player y" ] , "12" ] , ["ypos" ] ] ,[ ["doIf" , ["&" , ["<" , ["-" , ["xpos" ] , ["*" , [">" , ["+" , ["readVariable" , "player y" ] , "12" ] , ["-" , ["ypos" ] , "8" ] ] , "10" ] ] , "-66" ] , [">" , ["+" , ["xpos" ] , ["*" , [">" , ["+" , ["readVariable" , "player y" ] , "12" ] , ["-" , ["ypos" ] , "8" ] ] , "10" ] ] , "-114" ] ] ,[ ["setVar:to:" , "game over" , "1" ] ] ] ] ] , ["changeXposBy:" , "-22" ] , ["penColor:" , "#29da00" ] , ["putPenDown" ] , ["changeXposBy:" , "44" ] , ["changeYposBy:" , "-20" ] , ["changeXposBy:" , "-44" ] , ["changeYposBy:" , "20" ] , ["stampPolygon" ] , ["gotoX:y:" , ["+" , ["-" , ["readVariable" , "x movement" ] , ["getLine:ofList:" , ["readVariable" , "i" ] , "Pipes" ] ] , "160" ] , "180" ] , ["penColor:" , "#30ff00" ] , ["penSize:" , "24" ] , ["putPenDown" ] , ["changeYposBy:" , ["+" , "-124" , ["getLine:ofList:" , ["+" , ["readVariable" , "i" ] , "1" ] , "Pipes" ] ] ] , ["putPenUp" ] , ["penSize:" , "1" ] , ["changeYposBy:" , "-12" ] , ["doIf" , [">" , ["+" , ["readVariable" , "player y" ] , "12" ] , ["ypos" ] ] ,[ ["doIf" , ["&" , ["<" , ["-" , ["xpos" ] , ["*" , ["<" , ["-" , ["readVariable" , "player y" ] , "12" ] , ["+" , ["ypos" ] , "8" ] ] , "10" ] ] , "-66" ] , [">" , ["+" , ["xpos" ] , ["*" , ["<" , ["-" , ["readVariable" , "player y" ] , "12" ] , ["+" , ["ypos" ] , "8" ] ] , "10" ] ] , "-114" ] ] ,[ ["setVar:to:" , "game over" , "1" ] ] ] ] ] , ["changeXposBy:" , "-22" ] , ["penColor:" , "#29da00" ] , ["putPenDown" ] , ["changeXposBy:" , "44" ] , ["changeYposBy:" , "20" ] , ["changeXposBy:" , "-44" ] , ["changeYposBy:" , "-20" ] , ["stampPolygon" ] , ["doIf" , ["&" , ["<" , ["+" , ["-" , ["readVariable" , "x movement" ] , ["getLine:ofList:" , ["readVariable" , "i" ] , "Pipes" ] ] , "160" ] , "-90" ] , ["=" , ["getLine:ofList:" , ["+" , ["readVariable" , "i" ] , "2" ] , "Pipes" ] , "0" ] ] ,[ ["changeVar:by:" , "score" , "1" ] , ["setLine:ofList:to:" , ["+" , ["readVariable" , "i" ] , "2" ] , "Pipes" , "1" ] ] ] , ["changeVar:by:" , "i" , "3" ] ] ] ] ] , ["gotoX:y:" , ["+" , "-170" , ["%" , ["readVariable" , "x movement" ] , "20" ] ] , "-130" ] , ["penSize:" , "1" ] , ["setVar:to:" , "i" , "0" ] , ["doRepeat" , "31" ,[ ["putPenDown" ] , ["doIfElse" , ["=" , ["readVariable" , "i" ] , "0" ] ,[ ["penColor:" , "#00FF00" ] , ["setVar:to:" , "i" , "1" ] ] ,[ ["penColor:" , "#006400" ] , ["setVar:to:" , "i" , "0" ] ] ] , ["heading:" , "90" ] , ["forward:" , "10" ] , ["turnRight:" , "45" ] , ["forward:" , "10" ] , ["turnRight:" , "135" ] , ["forward:" , "10" ] , ["turnRight:" , "45" ] , ["forward:" , "10" ] , ["stampPolygon" ] , ["changeXposBy:" , "10" ] ] ] , ["penSize:" , "100" ] , ["gotoX:y:" , "-140" , "-180" ] , ["penColor:" , "#F1C27D" ] , ["putPenDown" ] , ["xpos:" , "140" ] , ["putPenUp" ] , ["gotoX:y:" , "-90" , ["readVariable" , "player y" ] ] , ["penSize:" , "24" ] , ["penColor:" , "#FFFF00" ] , ["putPenDown" ] , ["putPenUp" ] , ["heading:" , ["readVariable" , "direction" ] ] , ["forward:" , "8" ] , ["turnLeft:" , "90" ] , ["forward:" , "5" ] , ["penColor:" , "#FFBD1F" ] , ["penSize:" , "1" ] , ["putPenDown" ] , ["heading:" , ["-" , ["readVariable" , "direction" ] , "30" ] ] , ["forward:" , "10" ] , ["turnRight:" , "120" ] , ["forward:" , "10" ] , ["turnRight:" , "120" ] , ["forward:" , "10" ] , ["stampPolygon" ] , ["heading:" , ["-" , ["readVariable" , "direction" ] , "90" ] ] , ["forward:" , "15" ] , ["turnRight:" , "90" ] , ["forward:" , "3" ] , ["penSize:" , "11" ] , ["penColor:" , "#FFFFFF" ] , ["putPenDown" ] , ["putPenUp" ] , ["heading:" , ["+" , ["readVariable" , "direction" ] , "5" ] ] , ["forward:" , "3" ] , ["penColor:" , "#000000" ] , ["penSize:" , "5" ] , ["putPenDown" ] , ["putPenUp" ] , ["penColor:" , "#FFFFFF" ] , ["ypos:" , "160" ] , ["doIf" , ["=" , ["readVariable" , "game over" ] , "1" ] ,[ ["xpos:" , ["/" , ["widthOfText:" , "Game Over" ] , "-2" ] ] , ["write" , "Game Over" ] , ["changeYposBy:" , "-10" ] ] ] , ["xpos:" , ["/" , ["widthOfText:" , ["readVariable" , "score" ] ] , "-2" ] ] , ["write" , ["readVariable" , "score" ] ] , ["penSize:" , "100" ] , ["penColor:" , "#000000" ] , ["gotoX:y:" , "190" , "180" ] , ["putPenDown" ] , ["changeYposBy:" , "-360" ] , ["putPenUp" ] , ["gotoX:y:" , "-190" , "180" ] , ["putPenDown" ] , ["changeYposBy:" , "-360" ] , ["putPenUp" ] ] ] ] ] ]] ] }],"info":{} }
Save code has 8530 characters

Last edited by theanonymousweirdo (Aug. 23, 2023 16:16:59)


This is my signature. It appears at the bottom of all of my posts.
My favorite song: You're Not Alone
jevjik712
Scratcher
500+ posts

Scratch emulator (GriffScratch) saved projects

theanonymousweirdo wrote:

Цитировать
WOW



Привет! Я jevjik (Жевжик) и редактор Русской Скретч!
QuartzKid
Scratcher
12 posts

Scratch emulator (GriffScratch) saved projects

lol

Last edited by QuartzKid (Sept. 3, 2023 17:18:41)

QuartzKid
Scratcher
12 posts

Scratch emulator (GriffScratch) saved projects

hewo

Last edited by QuartzKid (Sept. 3, 2023 17:18:18)

PedroAndMomCoder
Scratcher
36 posts

Scratch emulator (GriffScratch) saved projects

{“objName”:“Stage”, “children”: [{“objName”:“project” ,“variables”: ,“scripts”:[ [ 78 , 30 , [ , [“doForever” ,[ ] ] ]] ] }],“info”:{} }

This makes a Bruhhhhhh

Pedroandmomcoder 
This is my signature. It has nothing to do with the post.
I use Google Chrome on my iPad (No Flash version)
I sometimes use Firefox Focus 118.0 (17238)

Powered by DjangoBB