This Scratch Game Has 0 Sprites!

Поділитися
Вставка
  • Опубліковано 11 січ 2025

КОМЕНТАРІ • 195

  • @donut_ask
    @donut_ask  Рік тому +58

    Sorry for the audio, it was a hot day and I had the fan on. Also, I won't be able to upload much as I'm on the Year 12 studying grind 😫

    • @cookieguy896
      @cookieguy896 Рік тому +3

      thats completely fine take as much time as you need! (:

    • @sadramohtadi
      @sadramohtadi Рік тому +1

      I didn't hear a thing actually

    • @Legend-nb5xl
      @Legend-nb5xl Рік тому +2

      its winter in bri'ain

    • @mummyhugo
      @mummyhugo Рік тому +1

      I JUST DID IT I JUST MADE A COOKIE CLICKER WITHOUT SPRITES

    • @mummyhugo
      @mummyhugo Рік тому +1

      couldn’t use colour blocks for some reason

  • @JoshyRB
    @JoshyRB Рік тому +13

    A good way to make the price of something increase, is multiplying the number by a fraction of itself. So like: [set Money to [(Money) X 1.2]]. Although that does cause the problem of high numbers going up in high amounts. The increase of price would be exponential, so at some point, it’s gonna take absolutely forever to get enough money to buy it.

  • @JacksonAcademy1
    @JacksonAcademy1 Рік тому +50

    Good idea. Can I make a video like this? I credit you.

  • @vaguedestruction
    @vaguedestruction Рік тому +11

    I like how if i buy 70 cursors and a couple grandmas then cookies per second goes higher than grandma price lol

    • @donut_ask
      @donut_ask  Рік тому +3

      Unlimited cookies!

    • @CloudCookie1013
      @CloudCookie1013 Рік тому

      you can also get 8 cursors then turn them sideways.. LOL

  • @FunnyAnimatorJimTV
    @FunnyAnimatorJimTV Рік тому +8

    This is actually a really good challenge

    • @bloctans_4
      @bloctans_4 Рік тому

      yes, make a game with zero sprites

  • @Wxth3red
    @Wxth3red Рік тому +1

    Something easier: say the cookie is in the top left corner again, you can do this:
    When stage clicked:
    if mousex < -80 and mousey > 30 then
    Change clicks by 1
    Ps: i tested it and it works, and that -80 and 30 will have to change depending on where the cookie is, it basically makes a rectangle around where to be clicked.

    • @donut_ask
      @donut_ask  Рік тому

      Yeah works for the cookie, but my solution works for the other buttons too

  • @sandushki6444
    @sandushki6444 Рік тому +16

    Very, very, very impressive! I made a coockie clicker by using only the backdrop too but yours is loads better.

    • @donut_ask
      @donut_ask  Рік тому +1

      How did you make yours?

    • @sandushki6444
      @sandushki6444 Рік тому +3

      @@donut_ask I used the mouse x and mouse y blocks to understand if you're clicking to something. If you click on something, it changes some variables and changes the backdrop to create a visual effect. The gamepasses I made stays at the same price. It doesn't increase when you buy it.

    • @user-betprolol
      @user-betprolol Рік тому

      @@donut_ask have you done this before?
      "(color (color) touching )"

    • @Ummmmm12712
      @Ummmmm12712 Рік тому

      Cookie*

  • @idkWhatMyNameShouldBeLol
    @idkWhatMyNameShouldBeLol Рік тому +2

    Im trying to make a normal clicker and i think thats hard, i can only imagine how hard this would be!

  • @v-14415
    @v-14415 Рік тому +4

    It's like PowerPoint game, but without transitions

    • @donut_ask
      @donut_ask  Рік тому +3

      I should actually make a game in PowerPoint.

    • @nmac101
      @nmac101 Рік тому

      @The Sad Moon [TATP] it actually isn't. I actually made a game in powerpoint for a school project.

    • @the_m_original
      @the_m_original Рік тому

      @My Singing Moonstars [XD] [TATP] its not impossible, one of my teachers usually makes powerpoint games where we answer questions, pick correct answers, and more

  • @javiramirez3728
    @javiramirez3728 Рік тому +3

    he needs to make a tutorial on how to make the prices go up when you buy one of the shop items

  • @sinqularity1008
    @sinqularity1008 Рік тому +1

    I can't even make an ordinary clicker, and you do it without sprites. Сool.

  • @riq110real
    @riq110real 6 годин тому

    I have an idea, try and make a reaction based game in 1 sprite

  • @linilie2180
    @linilie2180 Рік тому +1

    thats so impresive how did you do that

    • @donut_ask
      @donut_ask  Рік тому

      Making different buttons was mainly detecting if the mouse x and mouse y are in a rectangle using a long if with a lot of ands. I used custom blocks to add the button min and max positions to a list, to make it easier to add more later.
      I probably should of better explained how it worked in the video :/

  • @AyazmKemalArat
    @AyazmKemalArat 23 дні тому

    how did you make acc in desktop?

  • @jamespotter9683
    @jamespotter9683 Рік тому +1

    There is a shorter code, which can detect a mouseclick in a circle...

    • @donut_ask
      @donut_ask  Рік тому

      I used this code because the shop buttons are rectangles

    • @mummyhugo
      @mummyhugo Рік тому

      @@donut_askCouldn’t you use a when colour block?

    • @mummyhugo
      @mummyhugo Рік тому

      @@donut_askJUST DID IT I SUCCEEDED ON MAKING THIS

  • @proplayerredstoney4854
    @proplayerredstoney4854 Рік тому +2

    Banger Vid (Cruz)

  • @BaconProIpad
    @BaconProIpad Рік тому

    Uh cant you just do “ if mouse pointer touching color wait until (mouse down?) wait until

    • @donut_ask
      @donut_ask  Рік тому

      Yes, you can use that. This script prevents clicks from being counted if you drag the mouse away.

  • @musabelajar1612
    @musabelajar1612 Рік тому

    how did you make that cookie game clicker with 0 sprties?

  • @cbob81514
    @cbob81514 Рік тому +1

    You could use the pen extension aswell but it's way harder.

    • @donut_ask
      @donut_ask  Рік тому +2

      Pen doesn't work with the stage

    • @cbob81514
      @cbob81514 Рік тому

      Oopsie Forgot About That Lol!

  • @RonicTheEgg
    @RonicTheEgg Рік тому +9

    Ain't no way bro just used 10^ and log 💀
    Literally the most unused blocks

    • @JacksonAcademy1
      @JacksonAcademy1 Рік тому +2

      🗿🗿🗿

    • @donut_ask
      @donut_ask  Рік тому +3

      Scratch doesn't have a "to the power of" block. I use the log and anti-log to cancel each other for exponentiation

  • @AlienVecna
    @AlienVecna Рік тому +2

    Still pretty good for only a backdrop

    • @AlienVecna
      @AlienVecna Рік тому

      Also by the way, UnusAnnusOneYear is officially gone.

    • @donut_ask
      @donut_ask  Рік тому

      Thanks

    • @AlienVecna
      @AlienVecna Рік тому

      @@donut_ask I doubt I could process all of that

    • @donut_ask
      @donut_ask  Рік тому

      😥

    • @AlienVecna
      @AlienVecna Рік тому

      @@donut_ask I am not completely sure if you are replying to my reply to your comment or my statement about my account being deleted

  • @theyinyang6000
    @theyinyang6000 Рік тому +1

    1:09 awww da baby

  • @iuliancotun8632
    @iuliancotun8632 Рік тому

    I do not have the when stage clicked block

  • @titanicfudge._.7038
    @titanicfudge._.7038 Рік тому +4

    The goat 🎉🎉🎉

  • @Astro_-ku8rj
    @Astro_-ku8rj 6 місяців тому

    Hi Donutask. Big fan tho can u make a tutorial?

  • @meisgood05
    @meisgood05 Рік тому +1

    I am working on a game with 1 sprite, it’s really hard, compare me to you

  • @probablylogi
    @probablylogi Рік тому

    What do you use to edit your videos

  • @NotPensive
    @NotPensive Рік тому

    My dude is becoming popular

  • @perrolocoyt
    @perrolocoyt Рік тому

    Now make a game with 0 Coca Colas

    • @CINRK72
      @CINRK72 24 дні тому

      ????????????????????????????????

  • @09masterjaker
    @09masterjaker Рік тому

    Instead of all the "ands" and "greaters" to check if the cookie is clicked, Why couldnt you just put "if touching color" block???

    • @donut_ask
      @donut_ask  Рік тому +1

      If touching colour only works with sprites

    • @09masterjaker
      @09masterjaker Рік тому

      @@donut_ask Im an idiot

  • @Kryptonite099
    @Kryptonite099 Рік тому +2

    Wow so good!

    • @donut_ask
      @donut_ask  Рік тому

      Thanks :)

    • @Kryptonite099
      @Kryptonite099 Рік тому +1

      @@donut_ask np, also can u make more of those dont do this in scratch theme vids those r really fun to watch!

    • @donut_ask
      @donut_ask  Рік тому

      I need to find more ways to break it!

    • @Kryptonite099
      @Kryptonite099 Рік тому

      @@donut_ask no im saying like more those type of funny videos. like not particularly them but more those TYPE of videos.

  • @卂几丨丂丨乇
    @卂几丨丂丨乇 Рік тому

    Bro insted of ur x and y rectangle script u could have used:
    When stage clicked
    If touching Color :Colour of cookie:
    Change score by :1:

    • @donut_ask
      @donut_ask  Рік тому

      The cookie has multiple colours in it. Also, it would break if multiple items have the same colour.

    • @mummyhugo
      @mummyhugo Рік тому

      @@donut_askYou could make multiple colours that look similar

  • @Blockdude111
    @Blockdude111 Рік тому

    Hey how do we download scratch?

    • @donut_ask
      @donut_ask  Рік тому

      Go to scratch.mit.edu you can use it online or use the download link at the bottom of the page

  • @eliaspires5261
    @eliaspires5261 Рік тому

    nice game! it works perfectly

  • @Warrior8215onScratch
    @Warrior8215onScratch Рік тому

    wuts ur scratch profile

    • @donut_ask
      @donut_ask  Рік тому

      scratch.mit.edu/users/charlesbel/

  • @LanguageBLOX1_Alt
    @LanguageBLOX1_Alt Рік тому

    i challenge you to make a game with NO sprites OR backgrounds, do you think you can do it? pens could work

  • @KeefeMonkey
    @KeefeMonkey Рік тому

    uhhhhhhh where is when stage clicked

  • @VeryUniqueHandle
    @VeryUniqueHandle Рік тому

    How do you think of this?

  • @ImKarmaHQ
    @ImKarmaHQ Рік тому

    i feel like you are very underrated

  • @Romomen663
    @Romomen663 Рік тому

    I think youtube deleted my comment. I wanted to reach out to you because you gave me the inspiration to remix this project (i started from scratch still) and this pushed me to make something ive never done before. Please reply to this comment so i can give you my discord, youtube will delete my comments if i put the link of my game here.

    • @donut_ask
      @donut_ask  Рік тому

      Cool! You can post it to scratch.mit.edu/users/charlesbel/ :)

    • @Romomen663
      @Romomen663 Рік тому

      @@donut_ask alr i did it my username is rparity-rparity

  • @lukatolstov5598
    @lukatolstov5598 2 місяці тому

    I had that idea too.

  • @gabrielmadera2361
    @gabrielmadera2361 Рік тому +1

    This is impressive. you got 5 🌟

  • @Borret
    @Borret Рік тому

    Why do his lips not match with his words

    • @donut_ask
      @donut_ask  Рік тому

      I might of not synced it properly

  • @hazelNoFake
    @hazelNoFake Рік тому

    I took did the same thing but made it with FNaF although it's still W.I.P. and I made it at school.

  • @cheeseroll1
    @cheeseroll1 Рік тому

    but the cookie is a sprite though..

  • @BAL___
    @BAL___ Рік тому

    This is literally so true

  • @catmyers2591
    @catmyers2591 Рік тому

    WOW how did you do that it must be so hard😩

    • @VoidfluxOrb
      @VoidfluxOrb Рік тому

      It's actually not that hard if you simplify all the tasks you have to do:
      1. Background
      2. Color/Mouse checks
      3. Code optimization
      4. Extra stuff

    • @mummyhugo
      @mummyhugo Рік тому

      It’s not hard

  • @Mikalinium
    @Mikalinium Рік тому +2

    Pretty impressive to say the least!

  • @hutimaru
    @hutimaru Рік тому

    I'm a noob this is amazing

  • @bigballedcow4793
    @bigballedcow4793 Рік тому

    Long ass neck LMAO

  • @fayefamily4761
    @fayefamily4761 Рік тому

    good I wish I could play it

    • @donut_ask
      @donut_ask  Рік тому

      Link in description :)

    • @ILoveGTAV
      @ILoveGTAV Рік тому

      ​@@donut_ask I downloaded link to add see IN APPLICATION

  • @aiyepro2022-ig8ct
    @aiyepro2022-ig8ct Рік тому

    good game
    tbh, i feel like this couldve been a lot simpler 😅

    • @decmant
      @decmant Рік тому

      it could have been a LOT simpler

  • @zachariestudio
    @zachariestudio Рік тому

    I have do the same things

  • @suraiyaparveen8695
    @suraiyaparveen8695 Рік тому

    Very very great video it is

  • @petitscratchcat
    @petitscratchcat Рік тому

    using clones this is litterally possible

    • @tuxat_
      @tuxat_ Рік тому

      this is the point of the project, you don't use any sprites to make a game

    • @petitscratchcat
      @petitscratchcat Рік тому

      @@tuxat_ yeah but it limits the project and you need to copy frame by frame a move bcz backdrops dont have any Move Blocks

    • @tuxat_
      @tuxat_ Рік тому

      @@petitscratchcat well yea but the point of this ''challenge project'' is to not use any sprites

    • @petitscratchcat
      @petitscratchcat Рік тому

      @@tuxat_ Iknow i know iknow i nkow

    • @tuxat_
      @tuxat_ Рік тому

      @@petitscratchcat lol ok then

  • @KeefeMonkey
    @KeefeMonkey Рік тому

    whats with the lists?

    • @donut_ask
      @donut_ask  Рік тому

      Stores values about where you can click.

    • @KeefeMonkey
      @KeefeMonkey Рік тому

      @@donut_ask can you just use mouse x and mouse y greater and smaller than?

    • @KeefeMonkey
      @KeefeMonkey Рік тому

      @@donut_ask and add custom blocks to add upgrades

    • @donut_ask
      @donut_ask  Рік тому

      I use custom blocks to add the numbers to lists which are then compared with the mouse x and mouse y blocks

    • @KeefeMonkey
      @KeefeMonkey Рік тому

      @@donut_ask okay

  • @urathore1981
    @urathore1981 Рік тому

    Then move

  • @iby29playzz89
    @iby29playzz89 Рік тому

    No sprites Cool!

  • @thetechpanda6151
    @thetechpanda6151 Рік тому

    Great video really enjoyed it!

  • @cheesepop7175
    @cheesepop7175 Рік тому

    seriously he could not even just make a non clicker game seriously clickers are boring

    • @donut_ask
      @donut_ask  Рік тому

      It's hard without sprites since there can be literally no movement.

  • @Red_F
    @Red_F Рік тому

    New sub :)

  • @Cheezyurboi
    @Cheezyurboi Рік тому +1

    there are some bad youtubers who have alot of subs, your channel is just the opposite.

  • @dezmondreynolds8054
    @dezmondreynolds8054 Рік тому

    wot a about 1 Sprites

    • @donut_ask
      @donut_ask  Рік тому

      Much easier, you can use clones

    • @dezmondreynolds8054
      @dezmondreynolds8054 Рік тому

      @@donut_ask AHAHAH JACKSEPICUA-camCHANNELFULLOFFUNTIMESANDFUNHIRICKXHASNOTHINGONMEIAMTHESUPERIORCHANNELIHAVEMORECHARACTERSTHANALLOFJACKSUA-camCHANNELSCOMBINEDHAHAHAHAIHAVEMORECHARACTERSTHANJACKSUCKSATLIFEJACKSUCKSATSTUFFJACKMASSEYWELSHJACKSUCKSATGEOGRAPHYJACKSUCKSATCLIPSSAMSMELLSOFAPRICOTSJACKSUCKSATPOPUPPIRATEETCETCIMAGINETHISONAPLAYBUTTONJESUSCHRISTBTWPLEASESUBSCRIBETHANKYOUVERYMUCHHIRICKXxXxXX

    • @dezmondreynolds8054
      @dezmondreynolds8054 Рік тому

      JACKSEPICUA-camCHANNELFULLOFFUNTIMESANDFUNHIRICKXHASNOTHINGONMEIAMTHESUPERIORCHANNELIHAVEMORECHARACTERSTHANALLOFJACKSUA-camCHANNELSCOMBINEDHAHAHAHAIHAVEMORECHARACTERSTHANJACKSUCKSATLIFEJACKSUCKSATSTUFFJACKMASSEYWELSHJACKSUCKSATGEOGRAPHYJACKSUCKSATCLIPSSAMSMELLSOFAPRICOTSJACKSUCKSATPOPUPPIRATEETCETCIMAGINETHISONAPLAYBUTTONJESUSCHRISTBTWPLEASESUBSCRIBETHANKYOUVERYMUCHHIRICKXxXxXXJACKSEPICUA-camCHANNELFULLOFFUNTIMESANDFUNHIRICKXHASNOTHINGONMEIAMTHESUPERIORCHANNELIHAVEMORECHARACTERSTHANALLOFJACKSUA-camCHANNELSCOMBINEDHAHAHAHAIHAVEMORECHARACTERSTHANJACKSUCKSATLIFEJACKSUCKSATSTUFFJACKMASSEYWELSHJACKSUCKSATGEOGRAPHYJACKSUCKSATCLIPSSAMSMELLSOFAPRICOTSJACKSUCKSATPOPUPPIRATEETCETCIMAGINETHISONAPLAYBUTTONJESUSCHRISTBTWPLEASESUBSCRIBETHANKYOUVERYMUCHHIRICKXxXxXX

  • @Plush-1kz
    @Plush-1kz Рік тому

    🤯

  • @topkatletkatoppro1025
    @topkatletkatoppro1025 Рік тому

    i making game with sprites

  • @happytodaywithdee9309
    @happytodaywithdee9309 Рік тому

    To be continued

  • @dont_mind_myname
    @dont_mind_myname Рік тому +2

    When I was just starting Scratch I would only make my games with backdrops 💀
    Of course I use sprites now

  • @ImranKhan-fy6ij
    @ImranKhan-fy6ij Рік тому

    wat

  • @dkhr_123
    @dkhr_123 7 місяців тому

    just use pen

    • @donut_ask
      @donut_ask  7 місяців тому

      Bro pen doesn't work on the stage

  • @PixelVortex236
    @PixelVortex236 Рік тому

    wot

  • @sl1melkuwu349
    @sl1melkuwu349 Рік тому

    nice and wdym u don't know how to make videos just try out random things :)

  • @liamhood16
    @liamhood16 Рік тому

    “I don’t know how to make videos, goodbye”

  • @imholatoydepana5248
    @imholatoydepana5248 Рік тому

    pen

  • @zcbon9864
    @zcbon9864 Рік тому

    Ez

  • @hust_man
    @hust_man Рік тому

    i can code better.☕🗿

  • @mikeandtonyarussell9167
    @mikeandtonyarussell9167 10 місяців тому

    #geometrydash

  • @Ray-uy4ez
    @Ray-uy4ez Рік тому

    I could do better.

  • @monowarabegum1443
    @monowarabegum1443 Рік тому

    Can you please stop showing your face please?

  • @andrewkelley4560
    @andrewkelley4560 Рік тому

    sorry you broke the rules why you may asked? the backdrop is a Sprite sorry

  • @SteveMinecraft001
    @SteveMinecraft001 Рік тому

    :face-blue-smiling: