Discuss Scratch

  • Discussion Forums
  • » Requests
  • » Weeg's Code shop! Ready for orders involving code! (ORDERS AND HIRING CLOSED UNTIL FURTHER NOTICE) [RSS Feed]
RobloxianMinecraft
Scratcher
1000+ posts

Weeg's Code shop! Ready for orders involving code! (ORDERS AND HIRING CLOSED UNTIL FURTHER NOTICE)

VeryFamus wrote:

RobloxianMinecraft wrote:

VeryFamus wrote:

RobloxianMinecraft wrote:

idea:
instead of all customers needing to order
we make a gallery of commonly ordered code so customers can come and pick up that code without needing to order
some ideas for code in that gallery:
  • physics & gravity
  • movement
  • simple platformer
  • multiplayer platformer
  • scrolling background
  • tile placer
  • text engine
  • shadow drawer

Here would be what is added there:
gravity
forever
Change [yvel v] by [-1]
if <touching [floor v]? :: sensing> then
Set [yvel v] to [1]
end
end
movement
forever
if <key [up v] pressed :: sensing> then
Change y by [10] :: motion
end
if <key [down v] pressed :: sensing> then
Change y by [-10] :: motion
end
if <key [left v] pressed :: sensing> then
Change x by [-10] :: motion
end
if <key [right v] pressed :: sensing> then
Change x by [10] :: motion
end
end
scrolling background
Forever
Go to x: (Xvelocity) y: (Yvelocity)
end
Just put down the simpler ones
scrolling background not that simple
it cant scroll off screen
see griffpatch scrolling background tutorial
https://scratch.mit.edu/discuss/youtube/5hbqZOL5rYw/
Forever
Go to x: (Xvelocity) y: (Yvelocity)
if <(XVelocity) > [max X]> then
Set [Xvelocity v] to [max x] :: variables
end
if <(XVelocity) < [minimum X]> then
Set [Xvelocity v] to [minimum X] :: variables
end
end
Max/minimum is to type the X where It should not show the void, at max/least. Those numbers depend on map length. That should work, at least for controlled scrolling
no! i mean infinite scrolling!

VIRUS THINGY, PUT IT AT THE TOP OF YOUR SIGNATURE <– i didnt start this ok?

Check out the Sodium Shop! its closed now lol
Also check out Cornmoji! Click here! also closed

(ツ) // one unicode character kumquat guard

I would indeed consider my forum signature to be quite small and/or short for the average Scratch forumer with over one thousand posts.
VeryFamus
Scratcher
1000+ posts

Weeg's Code shop! Ready for orders involving code! (ORDERS AND HIRING CLOSED UNTIL FURTHER NOTICE)

RobloxianMinecraft wrote:

VeryFamus wrote:

RobloxianMinecraft wrote:

VeryFamus wrote:

RobloxianMinecraft wrote:

idea:
instead of all customers needing to order
we make a gallery of commonly ordered code so customers can come and pick up that code without needing to order
some ideas for code in that gallery:
  • physics & gravity
  • movement
  • simple platformer
  • multiplayer platformer
  • scrolling background
  • tile placer
  • text engine
  • shadow drawer

Here would be what is added there:
gravity
forever
Change [yvel v] by [-1]
if <touching [floor v]? :: sensing> then
Set [yvel v] to [1]
end
end
movement
forever
if <key [up v] pressed :: sensing> then
Change y by [10] :: motion
end
if <key [down v] pressed :: sensing> then
Change y by [-10] :: motion
end
if <key [left v] pressed :: sensing> then
Change x by [-10] :: motion
end
if <key [right v] pressed :: sensing> then
Change x by [10] :: motion
end
end
scrolling background
Forever
Go to x: (Xvelocity) y: (Yvelocity)
end
Just put down the simpler ones
scrolling background not that simple
it cant scroll off screen
see griffpatch scrolling background tutorial
https://scratch.mit.edu/discuss/youtube/5hbqZOL5rYw/
Forever
Go to x: (Xvelocity) y: (Yvelocity)
if <(XVelocity) > [max X]> then
Set [Xvelocity v] to [max x] :: variables
end
if <(XVelocity) < [minimum X]> then
Set [Xvelocity v] to [minimum X] :: variables
end
end
Max/minimum is to type the X where It should not show the void, at max/least. Those numbers depend on map length. That should work, at least for controlled scrolling
no! i mean infinite scrolling!

Maybe infinite scrolling should be it’s own separate label…

some know me as the guy who only posted in suggestions
i have returned once more








Lamp oil, rope, bombs. You want it? It’s yours my friend. As long as you have enough rupies.
ThatCoder77471
Scratcher
1000+ posts

Weeg's Code shop! Ready for orders involving code! (ORDERS AND HIRING CLOSED UNTIL FURTHER NOTICE)

RobloxianMinecraft wrote:

idea:
instead of all customers needing to order
we make a gallery of commonly ordered code so customers can come and pick up that code without needing to order
some ideas for code in that gallery:
  • physics & gravity
  • movement
  • simple platformer
  • multiplayer platformer
  • scrolling background
  • tile placer
  • text engine
  • shadow drawer
what if the customer doesn't want one of those things


A Terminal-Based Scratch Programmer for Windows and Linux


Also,
osu!lazer



VeryFamus
Scratcher
1000+ posts

Weeg's Code shop! Ready for orders involving code! (ORDERS AND HIRING CLOSED UNTIL FURTHER NOTICE)

ThatCoder77471 wrote:

RobloxianMinecraft wrote:

idea:
instead of all customers needing to order
we make a gallery of commonly ordered code so customers can come and pick up that code without needing to order
some ideas for code in that gallery:
  • physics & gravity
  • movement
  • simple platformer
  • multiplayer platformer
  • scrolling background
  • tile placer
  • text engine
  • shadow drawer
what if the customer doesn't want one of those things
Then the customer then orders from us.

some know me as the guy who only posted in suggestions
i have returned once more








Lamp oil, rope, bombs. You want it? It’s yours my friend. As long as you have enough rupies.
5xsavvy
Scratcher
100+ posts

Weeg's Code shop! Ready for orders involving code! (ORDERS AND HIRING CLOSED UNTIL FURTHER NOTICE)

Could I do some of the orders plz???






jaydar1012374
Scratcher
100+ posts

Weeg's Code shop! Ready for orders involving code! (ORDERS AND HIRING CLOSED UNTIL FURTHER NOTICE)

5xsavvy wrote:

Could I do some of the orders plz???
yeah


Tem Shop
Employee and creator of Weeg's Code Shop here!
ThatCoder77471
Scratcher
1000+ posts

Weeg's Code shop! Ready for orders involving code! (ORDERS AND HIRING CLOSED UNTIL FURTHER NOTICE)

VeryFamus wrote:

ThatCoder77471 wrote:

RobloxianMinecraft wrote:

idea:
instead of all customers needing to order
we make a gallery of commonly ordered code so customers can come and pick up that code without needing to order
some ideas for code in that gallery:
  • physics & gravity
  • movement
  • simple platformer
  • multiplayer platformer
  • scrolling background
  • tile placer
  • text engine
  • shadow drawer
what if the customer doesn't want one of those things
Then the customer then orders from us.
oh yeah. wait you work here


A Terminal-Based Scratch Programmer for Windows and Linux


Also,
osu!lazer



-TheGD3Master-
Scratcher
100+ posts

Weeg's Code shop! Ready for orders involving code! (ORDERS AND HIRING CLOSED UNTIL FURTHER NOTICE)

e

Last edited by -TheGD3Master- (Dec. 20, 2021 01:28:02)






ThatCoder77471
Scratcher
1000+ posts

Weeg's Code shop! Ready for orders involving code! (ORDERS AND HIRING CLOSED UNTIL FURTHER NOTICE)

-TheGD3Master- wrote:

e
a sports


A Terminal-Based Scratch Programmer for Windows and Linux


Also,
osu!lazer



VeryFamus
Scratcher
1000+ posts

Weeg's Code shop! Ready for orders involving code! (ORDERS AND HIRING CLOSED UNTIL FURTHER NOTICE)

ThatCoder77471 wrote:

VeryFamus wrote:

ThatCoder77471 wrote:

RobloxianMinecraft wrote:

idea:
instead of all customers needing to order
we make a gallery of commonly ordered code so customers can come and pick up that code without needing to order
some ideas for code in that gallery:
  • physics & gravity
  • movement
  • simple platformer
  • multiplayer platformer
  • scrolling background
  • tile placer
  • text engine
  • shadow drawer
what if the customer doesn't want one of those things
Then the customer then orders from us.
oh yeah. wait you work here

Yes, in fact second in command

some know me as the guy who only posted in suggestions
i have returned once more








Lamp oil, rope, bombs. You want it? It’s yours my friend. As long as you have enough rupies.
ThatCoder77471
Scratcher
1000+ posts

Weeg's Code shop! Ready for orders involving code! (ORDERS AND HIRING CLOSED UNTIL FURTHER NOTICE)

bum 0000p


A Terminal-Based Scratch Programmer for Windows and Linux


Also,
osu!lazer



VeryFamus
Scratcher
1000+ posts

Weeg's Code shop! Ready for orders involving code! (ORDERS AND HIRING CLOSED UNTIL FURTHER NOTICE)


We are the Shock blocks, a fellow coding company that likes to SHOCK our customers with our products!

Partner Form:
Shop name: The Shock Blocks
Shop banner (optional):
[url=https://scratch.mit.edu/discuss/topic/566858/][img]https://cdn2.scratch.mit.edu/get_image/project/619597742_240x180.png[/img][/url]
Read the Regulations: UPUPDOWNDOWNLEFTRIGHTLEFTRIGHTBASELECTSTART
Notes: no

some know me as the guy who only posted in suggestions
i have returned once more








Lamp oil, rope, bombs. You want it? It’s yours my friend. As long as you have enough rupies.
jaydar1012374
Scratcher
100+ posts

Weeg's Code shop! Ready for orders involving code! (ORDERS AND HIRING CLOSED UNTIL FURTHER NOTICE)

VeryFamus wrote:


We are the Shock blocks, a fellow coding company that likes to SHOCK our customers with our products!

Partner Form:
Shop name: The Shock Blocks
Shop banner (optional):
[url=https://scratch.mit.edu/discuss/topic/566858/][img]https://cdn2.scratch.mit.edu/get_image/project/619597742_240x180.png[/img][/url]
Read the Regulations: UPUPDOWNDOWNLEFTRIGHTLEFTRIGHTBASELECTSTART
Notes: no
Accepted!


Tem Shop
Employee and creator of Weeg's Code Shop here!
VeryFamus
Scratcher
1000+ posts

Weeg's Code shop! Ready for orders involving code! (ORDERS AND HIRING CLOSED UNTIL FURTHER NOTICE)

Removed due to accidental post

Last edited by VeryFamus (Dec. 22, 2021 14:34:35)


some know me as the guy who only posted in suggestions
i have returned once more








Lamp oil, rope, bombs. You want it? It’s yours my friend. As long as you have enough rupies.
jaydar1012374
Scratcher
100+ posts

Weeg's Code shop! Ready for orders involving code! (ORDERS AND HIRING CLOSED UNTIL FURTHER NOTICE)

VeryFamus wrote:

jaydar1012374 wrote:

?
bump???

Last edited by jaydar1012374 (Dec. 22, 2021 14:35:07)



Tem Shop
Employee and creator of Weeg's Code Shop here!
VeryFamus
Scratcher
1000+ posts

Weeg's Code shop! Ready for orders involving code! (ORDERS AND HIRING CLOSED UNTIL FURTHER NOTICE)

jaydar1012374 wrote:

VeryFamus wrote:

jaydar1012374 wrote:

?
bump???
I was getting your banner and I accidentally posted it

some know me as the guy who only posted in suggestions
i have returned once more








Lamp oil, rope, bombs. You want it? It’s yours my friend. As long as you have enough rupies.
jaydar1012374
Scratcher
100+ posts

Weeg's Code shop! Ready for orders involving code! (ORDERS AND HIRING CLOSED UNTIL FURTHER NOTICE)

VeryFamus wrote:

jaydar1012374 wrote:

VeryFamus wrote:

jaydar1012374 wrote:

?
bump???
I was getting your banner and I accidentally posted it
oh lol


Tem Shop
Employee and creator of Weeg's Code Shop here!
jaydar1012374
Scratcher
100+ posts

Weeg's Code shop! Ready for orders involving code! (ORDERS AND HIRING CLOSED UNTIL FURTHER NOTICE)

BIG ANNOUNCEMENT

Heya! I thought we needed a bump banner because VeryFamus accidentally posted our shop banner, so I made one quickly and put in an order on the tem shop (shop that i work at and was started by a good buddy of mine)


Tem Shop
Employee and creator of Weeg's Code Shop here!
jaydar1012374
Scratcher
100+ posts

Weeg's Code shop! Ready for orders involving code! (ORDERS AND HIRING CLOSED UNTIL FURTHER NOTICE)



wooooooo!
bump banner!

(credits: art by jaydar1012374, hosting by The Tem Shop)


Tem Shop
Employee and creator of Weeg's Code Shop here!
5xsavvy
Scratcher
100+ posts

Weeg's Code shop! Ready for orders involving code! (ORDERS AND HIRING CLOSED UNTIL FURTHER NOTICE)

jaydar1012374 wrote:

ACTIVITY CHECK
Every so often, there will be an activity check. You have to respond to these in 3 days by quoting the post and saying something, or else you'll get a strike. Over 3 strikes, and you're fired.
RESPONDED

NOT RESPONDED
fijoqewpfjwef po j






  • Discussion Forums
  • » Requests
  • » Weeg's Code shop! Ready for orders involving code! (ORDERS AND HIRING CLOSED UNTIL FURTHER NOTICE) [RSS Feed]

Powered by DjangoBB