How to make a Raycaster in Scratch | Scratch Tutorial!

Sdílet
Vložit
  • čas přidán 5. 09. 2024

Komentáře • 12

  • @Charles_Blackburn
    @Charles_Blackburn Před 3 měsíci +8

    Bro, you can make 3d game in 2d engine in just 12 minutes. Brother, you are so talented I can't belive someone as smart as you even exist :D

  • @EVODSLAND
    @EVODSLAND Před 3 měsíci +4

    This is so good! And somehow so under-rated...

  • @Smidgewiggle8
    @Smidgewiggle8 Před 3 měsíci +3

    Wow

  • @satyaprakashbhagat1185
    @satyaprakashbhagat1185 Před 3 měsíci +3

    Please, make horror game

  • @DaGoatGamer
    @DaGoatGamer Před 3 měsíci +3

    ALEX STEVE!!!! THANK YOU!!!!!!

  • @DaGoatGamer
    @DaGoatGamer Před 3 měsíci +3

    btw, I subscribed :)

  • @ourcreatorisone2398
    @ourcreatorisone2398 Před 2 měsíci

    Make part 2

  • @HamzMm2
    @HamzMm2 Před měsícem

    Make a button
    when green flag clicked
    set [Score v] to [0]
    set [Points per Click v] to [1]
    set [Auto-Clickers v] to [0]
    go to x: 0 y: 0
    when this sprite clicked
    change [Score v] by (Points per Click)
    play sound [click v] until done // Optional: Play sound
    switch costume to [pressed]
    repeat 5
    change size by 10 // Increase the size
    wait 0.01 seconds
    end
    repeat 5
    change size by -10 // Decrease the size back to normal
    wait 0.01 seconds
    end
    switch costume to [default]
    when green flag clicked
    forever
    wait 1 second
    change [Score v] by (Auto-Clickers)
    end
    make a shop button
    when green flag clicked
    go to x: 150 y: 0
    when this sprite clicked
    if [10]> then
    change [Points per Click v] by [1]
    change [Score v] by [-10]
    end
    make an auto clicker
    when green flag clicked
    go to x: 150 y: -50
    when this sprite clicked
    if [50]> then
    change [Auto-Clickers v] by [1]
    change [Score v] by [-50]
    end
    progress bar
    when green flag clicked
    go to x: 0 y: 100
    set [Goal v] to [100] // Set your goal
    forever
    set [progress v] to ((Score) / (Goal)) * 100
    set size to (progress)
    end
    thats how to make a clicker game

  • @ourcreatorisone2398
    @ourcreatorisone2398 Před 2 měsíci

    Yes part 2

  • @DaGoatGamer
    @DaGoatGamer Před 3 měsíci

    im sorry you had to do another maze game :(

  • @scratchersss
    @scratchersss Před 3 měsíci

    how do you have cat ears on the green flag

    • @nolongerusing-o8m
      @nolongerusing-o8m Před 3 měsíci

      he has scratch addons extension that's why there is cat ears on the green flag block and the custom blocks