Discuss Scratch

DaTossBoi
Scratcher
500+ posts

Blokshop - Get your custom bloks here! :D

Username: DaTossBoi
Posts: 36
Deadline: None take all the time you need
Request: A hud Block, Similar to DooM (1993)'s HUD


Road to 1000 Posts

▰▰▰▰▰▰▰▰▰▰▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱ 40%
highlight my signature and press shift + down to see the rest of my signature



I am employed or an am employer here
ODST ASSAULT
Animation and Art Department - Head
ImAnPopularYoutuber1
Scratcher
100+ posts

Blokshop - Get your custom bloks here! :D

DaTossBoi wrote:

Username: DaTossBoi
Posts: 36
Deadline: None take all the time you need
Request: A hud Block, Similar to DooM (1993)'s HUD

What should be in the HUD? (Things like Mana, HP, Attack, Defense, Objectives…)




PS: would you like to give me an Internet? Then click on the blue text! also please click this: CLICK ME
notAlpha
Scratcher
21 posts

Blokshop - Get your custom bloks here! :D

DaTossBoi wrote:

Username: DaTossBoi
Posts: 36
Deadline: None take all the time you need
Request: A hud Block, Similar to DooM (1993)'s HUD


Taken. Ammo, Health, Face included?

notAlpha

Kindly check out My Profile






Important notice about scratch accounts in 2022 here.


debanane
Scratcher
100+ posts

Blokshop - Get your custom bloks here! :D

Username: debanane
Posts: 25
Position: is co-owner available?
Extra info: online about 1h and a half a day usually

Last edited by debanane (Dec. 11, 2020 13:53:15)


-debanane

print('too')
System.out.println(“tired”);
cout << “for”;
<p id=“id”>your<p>
document.getElementById(“id”).innerHTML = “problems,”
console.log('leave')
fmt.Println(“me”)
Console.WriteLine(“alone”);
ImAnPopularYoutuber1
Scratcher
100+ posts

Blokshop - Get your custom bloks here! :D

debanane wrote:

Username: debanane
Posts: 25
Position: is co-owner available?
Extra info: online about 1h and a half a day usually
It is available! (Sorry for the late reply)
But, the join forum has changed. Can you please fill it in again?




PS: would you like to give me an Internet? Then click on the blue text! also please click this: CLICK ME
DaTossBoi
Scratcher
500+ posts

Blokshop - Get your custom bloks here! :D

Username: tossboi_
Posts: 73
Position: promotion to co-owner (idc, it was just open)
Extra info: put my alt tossboi_, it will become my new account
How good are you at Scratch: 3/5
Also,how do you make a sprite duplicate to make like a battery count

Road to 1000 Posts

▰▰▰▰▰▰▰▰▰▰▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱ 40%
highlight my signature and press shift + down to see the rest of my signature



I am employed or an am employer here
ODST ASSAULT
Animation and Art Department - Head
notAlpha
Scratcher
21 posts

Blokshop - Get your custom bloks here! :D

DaTossBoi wrote:

Username: tossboi_
Posts: 73
Position: promotion to co-owner (idc, it was just open)
Extra info: put my alt tossboi_, it will become my new account
How good are you at Scratch: 3/5
Also,how do you make a sprite duplicate to make like a battery count

Popular has to determine promoting you.

Also to make a battery count, use the clone scripts, have each generate a random number, say green battery generates 5, its the fullest position. Then when the battery ‘dies’, delete that clone.

notAlpha

Kindly check out My Profile






Important notice about scratch accounts in 2022 here.


DaTossBoi
Scratcher
500+ posts

Blokshop - Get your custom bloks here! :D

notAlpha wrote:

DaTossBoi wrote:

~snip

Popular has to determine promoting you.

Also to make a battery count, use the clone scripts, have each generate a random number, say green battery generates 5, its the fullest position. Then when the battery ‘dies’, delete that clone.
got it
thanks
but how do you make more than one battery, like positioning it next to a different battery (using the clone scripts)
when green flag clicked
if <touching [ batterypickup] ?> then
create clone of [battery v]
end
then
idk
ill make an example (or try to)

Last edited by DaTossBoi (Dec. 16, 2020 18:25:05)


Road to 1000 Posts

▰▰▰▰▰▰▰▰▰▰▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱ 40%
highlight my signature and press shift + down to see the rest of my signature



I am employed or an am employer here
ODST ASSAULT
Animation and Art Department - Head
debanane
Scratcher
100+ posts

Blokshop - Get your custom bloks here! :D

ImAnPopularYoutuber1 wrote:

debanane wrote:

Username: debanane
Posts: 25
Position: is co-owner available?
Extra info: online about 1h and a half a day usually
It is available! (Sorry for the late reply)
But, the join forum has changed. Can you please fill it in again?

Username: debanane
Posts: 26
Position: co-owner
Extra info: online 1-2h per day
How good are you at Scratch 1-5: 4

-debanane

print('too')
System.out.println(“tired”);
cout << “for”;
<p id=“id”>your<p>
document.getElementById(“id”).innerHTML = “problems,”
console.log('leave')
fmt.Println(“me”)
Console.WriteLine(“alone”);
notAlpha
Scratcher
21 posts

Blokshop - Get your custom bloks here! :D

DaTossBoi wrote:

~snip


You could have an if/then like below

when green flag clicked
if <touching [previous battery v] ?> then
go to [next position over v]
end

notAlpha

Kindly check out My Profile






Important notice about scratch accounts in 2022 here.


DaTossBoi
Scratcher
500+ posts

Blokshop - Get your custom bloks here! :D

notAlpha wrote:

DaTossBoi wrote:

~snip


You could have an if/then like below
I used this formula:
when green flag clicked
forever
switch costume to [(battery)v]
if <[(battery)] = [0]> then
repeat (10)
switch costume to [nobatteries v]
wait (0.075) secs
switch costume to [icon v]
end
switch costume to [icon v]
end
end

Road to 1000 Posts

▰▰▰▰▰▰▰▰▰▰▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱ 40%
highlight my signature and press shift + down to see the rest of my signature



I am employed or an am employer here
ODST ASSAULT
Animation and Art Department - Head
GrilledCheeseBurrito
Scratcher
1000+ posts

Blokshop - Get your custom bloks here! :D

Username: GrilledCheeseBurrito (don't see why I have to put this here…)
Posts: 100+
Position: Staff
Extra info: none
How good are you at Scratch 1-5 (1 is I just joined 3 days ago, 5 is I am almost as good as griffpatch): 3.5 (good coder, knows how cloud variables work, etc.)

This is my signature. it comes after anything I post! you can make your own here!


ImAnPopularYoutuber1
Scratcher
100+ posts

Blokshop - Get your custom bloks here! :D

DaTossBoi wrote:

Username: tossboi_
Posts: 73
Position: promotion to co-owner (idc, it was just open)
Extra info: put my alt tossboi_, it will become my new account
How good are you at Scratch: 3/5
Also,how do you make a sprite duplicate to make like a battery count
Sorry, I can't really make you co-owner if you are just gonna take orders and not take them.
On the other hand, NotAlpha here has been really helpful with the orders, promotions, etc and I am thinking about promoting him.
But, can you give me one of your projects as an example so I can see if you rival NotAlpha?
The one I pick who is more responsible, better at coding and friendly (in my opinion) will the promoted.
Second place will be the new Manager or Secretary.

GrilledCheeseBurrito wrote:

Username: GrilledCheeseBurrito (don't see why I have to put this here…)
Posts: 100+
Position: Staff
Extra info: none
How good are you at Scratch 1-5 (1 is I just joined 3 days ago, 5 is I am almost as good as griffpatch): 3.5 (good coder, knows how cloud variables work, etc.)
Sure!

Last edited by ImAnPopularYoutuber1 (Dec. 17, 2020 22:22:00)





PS: would you like to give me an Internet? Then click on the blue text! also please click this: CLICK ME
Rendangbike2
Scratcher
1000+ posts

Blokshop - Get your custom bloks here! :D

what does this do?




ImAnPopularYoutuber1
Scratcher
100+ posts

Blokshop - Get your custom bloks here! :D

Rendangbike2 wrote:

what does this do?
I guess we just make custom blocks for people.




PS: would you like to give me an Internet? Then click on the blue text! also please click this: CLICK ME
Ninja_666
Scratcher
100+ posts

Blokshop - Get your custom bloks here! :D

Username:Ninja_666
Posts:65
Edit:66 now
Position:Officer(Unless it's not making blocks)
Extra info:I have a project full of costom blocks
How good are you at Scratch 1-5 (1 is I just joined 3 days ago, 5 is I am almost as good as griffpatch): 3.6

Last edited by Ninja_666 (Jan. 23, 2021 01:19:54)


Highlight then control shift down/shift option down


Hey I wanna tell you a secret…















Umm….















Nothing
CewwiBoyHalo
Scratcher
1 post

Blokshop - Get your custom bloks here! :D

can I join?
Join form
Username: CewwiBoyHalo
Posts: 1 (this one)
Position: staff
Extra info: I can make custom blocks & code for about 20 - 30 mins each day, depends if I have homework. also where would I take orders & submit them? also is there a form I would have to do when filling out orders? I also use custom blocks a lot! and last, how would I submit code if i was part of the shop?
How good are you at Scratch 1-5: I would say 2.7, but please, check my projects & tell me.

Last edited by CewwiBoyHalo (Dec. 9, 2022 23:41:22)


Hewwo, I am a 7th grader who likes to do scratch in their spare time. I also make gifs, glitchy gifs, & random things on scratch. I want to join a shop soon, & I am kinda bad at navigating scratch forums.
DaTossBoi
Scratcher
500+ posts

Blokshop - Get your custom bloks here! :D

CewwiBoyHalo wrote:

can I join?
Join form
Username: CewwiBoyHalo
Posts: 1 (this one)
Position: staff
Extra info: I can make custom blocks & code for about 20 - 30 mins each day, depends if I have homework. also where would I take orders & submit them? also is there a form I would have to do when filling out orders? I also use custom blocks a lot! and last, how would I submit code if i was part of the shop?
How good are you at Scratch 1-5: I would say 2.7, but please, check my projects & tell me.
its been like a year man theres a very low chance that your going to get accepted but shoot ur shot ig

Road to 1000 Posts

▰▰▰▰▰▰▰▰▰▰▱▱▱▱▱▱▱▱▱▱▱▱▱▱▱ 40%
highlight my signature and press shift + down to see the rest of my signature



I am employed or an am employer here
ODST ASSAULT
Animation and Art Department - Head
joshuabirger
Scratcher
8 posts

Blokshop - Get your custom bloks here! :D

How much does this cost?
virosan
Scratcher
6 posts

Blokshop - Get your custom bloks here! :D

Username:Svirosan
Posts:1
Request (What you want):i want a custom block to make a joystick
Extra info:this is my first order please give my order quick:D:D:D

Powered by DjangoBB