Can You Make a Scratch Game WITHOUT a Mouse? (via tosh)

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 พ.ย. 2024

ความคิดเห็น • 43

  • @Kahoneki
    @Kahoneki 8 หลายเดือนก่อน +6

    never really cared all that much for scratch tbh, but youtube decided to serve up this hidden gem to me and im incredibly glad, this video was captivating from start to finish! :)

  • @whyamihere.b
    @whyamihere.b 29 วันที่ผ่านมา +1

    I had a touchscreen computer and could've made this video. but the touchscreen computer is no longer with us 😔

    • @STEMMC
      @STEMMC  28 วันที่ผ่านมา

      ig I kinda forgot touchscreens exist, oops

  • @CrypticConsole
    @CrypticConsole 8 หลายเดือนก่อน +3

    You should have used ctrl-shift-i, navigated to the browser console and enabled either vim or emacs mode. This would have given so so so many more keyboard shortcuts, as well as a command execution mode.

  • @TNTISGOOD
    @TNTISGOOD 8 หลายเดือนก่อน +2

    the timelapse music was soooo cool and catchy, loved it!

    • @STEMMC
      @STEMMC  8 หลายเดือนก่อน

      Haha, it's got a nice melody about 15 seconds in, but I stopped it right before! I'm going to have to use it again lol
      (btw it is not mine just in case you were wondering)

    • @TNTISGOOD
      @TNTISGOOD 8 หลายเดือนก่อน

      @@STEMMCYeah, it is pretty awesome, also this video was great and definitely worth watching! (Also, i gave the ol' sub button a little tap )

    • @STEMMC
      @STEMMC  8 หลายเดือนก่อน

      Thank you! Glad you enjoyed the video!

  • @Pjgmer
    @Pjgmer 4 หลายเดือนก่อน +1

    for some reason i want you to put the code into the description so anyone can play the game by just copy and pasting the code
    into tosh

  • @TaelyrDainsberg
    @TaelyrDainsberg 7 หลายเดือนก่อน +1

    Common lets get him to 2k subs!

  • @filval387
    @filval387 8 หลายเดือนก่อน +1

    I wonder if you could have potentially stored data by having the pen tool draw dots on a part of the screen and use the touching color block (if it exists in tosh) since that would probably have no issues with the amount of data to store.

    • @STEMMC
      @STEMMC  8 หลายเดือนก่อน

      Ahh that is an awesome idea! I've heard about it before for constant storage, but I never considered the idea of using it as a replacement for variables. The only complication I can think of would be that the dots would have to be visible and can't be drawn on. Thank you so much, I'm definitely going to have to try this!

  • @ChimpanVRGT
    @ChimpanVRGT 7 หลายเดือนก่อน +1

    What do i do when tosh says " expected a blank line"?

    • @STEMMC
      @STEMMC  7 หลายเดือนก่อน

      i think tosh uses blank or empty lines to separate scripts, so tosh would give an error in this code for example:
      when green flag clicked
      my block
      # tosh will give an error if this is not an empty line
      define my block
      move 10 steps

  • @Greyistt
    @Greyistt 8 หลายเดือนก่อน

    i remember using tosh and i hated the fact you cant make stuff sense other sprites, they can only sense a mouse pointer and can only clone themselves.

    • @STEMMC
      @STEMMC  7 หลายเดือนก่อน

      I think that Scratch 2, which tosh is based off of, only allowed a sprite to clone itself. I believe you can also sense other sprites by using and then putting the sprite in quotes. Hope this helps!

  • @pauytrh
    @pauytrh 2 หลายเดือนก่อน

    YESSSSS I WANT ANOTHER ONE PLS

  • @Mjlima82
    @Mjlima82 หลายเดือนก่อน

    i tried draw with current color 1000 0 0 0 0 then it`s showing error

    • @STEMMC
      @STEMMC  หลายเดือนก่อน

      draw current color was a custom block that I made, here is the full code to make it:
      define-atomic draw current color (drawSize) (x1) (y1) (x2) (y2)
      pen up
      set pen size to drawSize
      go to x: x1 y: y1
      pen down
      go to x: x2 y: y2
      pen up
      hope this helps!

  • @JosiahBultman
    @JosiahBultman 8 หลายเดือนก่อน +3

    ribbit ribbit

  • @zockerwelt4936
    @zockerwelt4936 3 หลายเดือนก่อน

    In tosh to create vars u use mouse the real way is to edit 5he json

  • @Mjlima82
    @Mjlima82 หลายเดือนก่อน

    plz can u help me

  • @HexaflexagonFan
    @HexaflexagonFan 7 หลายเดือนก่อน +1

    wait until this guy finds out what vim is XD

    • @STEMMC
      @STEMMC  7 หลายเดือนก่อน

      Believe it or not, I enabled the vim mode for tosh for a portion of a day, but I just started learning vim so I felt like it slowed me down lol

    • @HexaflexagonFan
      @HexaflexagonFan 7 หลายเดือนก่อน

      @@STEMMC oh, cool

  • @madbanana22
    @madbanana22 2 หลายเดือนก่อน

    scratch user learns vim:

  • @sTrandedVibez
    @sTrandedVibez 8 หลายเดือนก่อน

    you should have loads more likes and subs and views :)

  • @_code1337
    @_code1337 8 หลายเดือนก่อน

    Could’ve used the keyboard mouse on Windows. It actually wouldn’t be too much o a cheat, as the keyboard mouse is just awful to use.

    • @STEMMC
      @STEMMC  8 หลายเดือนก่อน

      That is a great idea! However, I wanted the extra challenge of not being able to emulate a mouse or replicate mouse movements. Thanks for the suggestion though, and I will look into it!

  • @JosiahBultman
    @JosiahBultman 8 หลายเดือนก่อน

    A video!!!!

  • @Oof_Trooper21
    @Oof_Trooper21 8 หลายเดือนก่อน

    make a scratch game with no keyboard (also first)

    • @STEMMC
      @STEMMC  8 หลายเดือนก่อน

      That would be fun! I'll add it to the ideas list

  • @amybultman9062
    @amybultman9062 8 หลายเดือนก่อน

    you should try making a roblox game I think you would be great at that

  • @Cacodevidro432
    @Cacodevidro432 3 หลายเดือนก่อน

    An touch-screen device:
    (THIS IS A JOKE)

    • @STEMMC
      @STEMMC  3 หลายเดือนก่อน

      lol, I guess I forgot how many people use phones and tablets

  • @kiendra
    @kiendra 8 หลายเดือนก่อน

    I'm the 1000th viewer :D

  • @lazynooboffical
    @lazynooboffical 7 หลายเดือนก่อน

    101th like!

  • @Milkvr31
    @Milkvr31 7 หลายเดือนก่อน +1

    This comet not get like😭😭😭😭😭

    • @ssxhj
      @ssxhj 5 หลายเดือนก่อน +2

      Comets cant get likes, they are space rocks.

    • @Cacodevidro432
      @Cacodevidro432 3 หลายเดือนก่อน

      Get a like from me then

  • @trollsansofficial
    @trollsansofficial 8 หลายเดือนก่อน

    Just use a tablet