Discuss Scratch

NeonG4
Scratcher
1000+ posts

Halp required: Cometstrike- 2p Fast-Paced Versus Fighter

Koamodo975 wrote:

Bilatedly
Upping
My topic using this
Post
Thanks for bumping, I didn't see the updated post. I'll work on an arc thing.

Visit my shop!
Be high contrast
Hi! I'm NeonG4! I help on the HWS forum, create lame projects, and give advice.
My advice: Read this => https://en.scratch-wiki.info/wiki/User:Jvvg/Essays/Some_thoughts_on_the_forums
ROYGBIV (Rainbow text)



Sigs can go on for a while lol


Hi
when green flag clicked
set [move (10) steps] to [10]
think [move (10) steps]



Golly gee, what if I say something important like: I'm making minecraft in scratch! Follow me or I'll steal your ovens' fans' cabinets' glass. Or just a glass from your cabinet next to your oven fan. Do ovens have fans? Maybe its a stove fan, idk.






















































































]

Generation 3: The first time you see this, copy and paste it on top of your signature in the Scratch forums, and increase the generation by 1. Social experiment.

Never gonna give you up, never gonna let you down.
You didn't learn.
NeonG4
Scratcher
1000+ posts

Halp required: Cometstrike- 2p Fast-Paced Versus Fighter

Koamodo975 wrote:

Bilatedly
Upping
My topic using this
Post
Okydokey, I'm done. https://scratch.mit.edu/projects/877691153/
If you want any changes, let me know. (I went on a hike, sorry for the late reply)

Visit my shop!
Be high contrast
Hi! I'm NeonG4! I help on the HWS forum, create lame projects, and give advice.
My advice: Read this => https://en.scratch-wiki.info/wiki/User:Jvvg/Essays/Some_thoughts_on_the_forums
ROYGBIV (Rainbow text)



Sigs can go on for a while lol


Hi
when green flag clicked
set [move (10) steps] to [10]
think [move (10) steps]



Golly gee, what if I say something important like: I'm making minecraft in scratch! Follow me or I'll steal your ovens' fans' cabinets' glass. Or just a glass from your cabinet next to your oven fan. Do ovens have fans? Maybe its a stove fan, idk.






















































































]

Generation 3: The first time you see this, copy and paste it on top of your signature in the Scratch forums, and increase the generation by 1. Social experiment.

Never gonna give you up, never gonna let you down.
You didn't learn.
Koamodo975
Scratcher
500+ posts

Halp required: Cometstrike- 2p Fast-Paced Versus Fighter

bump

“If a tree falls in the forest, and nobody hears the sound, did it really ever happen at all?
Did it really ever happen at all…?”
But… what about the bugs, and birds, and squirrels and rabbits and foxes and…
-Koamodo975, sometime in 2023
(Select any part of my siggy and shift+↓ to see more)
define Koamodo975
Ko-a-mo-do-9-7-5
/koamowdoh975/
noun
A very very epic guy
Similar: (Amazing) (Magnificent) (High-quality coder) (Aspiring Kevin Hart)

Hang around on the forums sometimes, try and make games without getting sidetracked.
NeonG4
Scratcher
1000+ posts

Halp required: Cometstrike- 2p Fast-Paced Versus Fighter

Koamodo975 wrote:

bump
Does my solution not work?

Visit my shop!
Be high contrast
Hi! I'm NeonG4! I help on the HWS forum, create lame projects, and give advice.
My advice: Read this => https://en.scratch-wiki.info/wiki/User:Jvvg/Essays/Some_thoughts_on_the_forums
ROYGBIV (Rainbow text)



Sigs can go on for a while lol


Hi
when green flag clicked
set [move (10) steps] to [10]
think [move (10) steps]



Golly gee, what if I say something important like: I'm making minecraft in scratch! Follow me or I'll steal your ovens' fans' cabinets' glass. Or just a glass from your cabinet next to your oven fan. Do ovens have fans? Maybe its a stove fan, idk.






















































































]

Generation 3: The first time you see this, copy and paste it on top of your signature in the Scratch forums, and increase the generation by 1. Social experiment.

Never gonna give you up, never gonna let you down.
You didn't learn.
-TUB-
Scratcher
100+ posts

Halp required: Cometstrike- 2p Fast-Paced Versus Fighter

Zooming:

set [scroll x v] to (((p1x) + (p2x)) / (2))
set [scroll y v] to (((p1y) + (p2y)) / (2))
set [scroll size v] to ((20000)/((p1x) - (p2x)))
if <(scroll size) > (100)> then
set [scroll size v] to (100)
end

define go to x: (x) y: (y)
go to x: (((scroll size) / (100)) * ((x) - (scroll x))) y: (((scroll size) / (100)) * ((y) - (scroll y)))
set size to (scroll size)

Arc projectiles:
define init arc projectile
set [xv v] to (((p2x) - (p1x)) / (30))
set [yv v] to ((((p2y) - (p1y)) + (450)) / (30))

define tick arc projectile
change [x v] by (xv)
change [y v] by (yv)
change [yv v] by (-1)

Screen Shake:
set [intensity v] to (60)
repeat (60)
change [scroll y v] by (([e^ v] of (((intensity) - (60)) * (0.1))) * ([cos v] of (((intensity) * (45)) * (20))
change [intensity v] by (-1)
end

- T U B -
The United Bathtubs


Select part of my signature and use shift+down arrow to see the rest





Koamodo975
Scratcher
500+ posts

Halp required: Cometstrike- 2p Fast-Paced Versus Fighter

Still need help here

“If a tree falls in the forest, and nobody hears the sound, did it really ever happen at all?
Did it really ever happen at all…?”
But… what about the bugs, and birds, and squirrels and rabbits and foxes and…
-Koamodo975, sometime in 2023
(Select any part of my siggy and shift+↓ to see more)
define Koamodo975
Ko-a-mo-do-9-7-5
/koamowdoh975/
noun
A very very epic guy
Similar: (Amazing) (Magnificent) (High-quality coder) (Aspiring Kevin Hart)

Hang around on the forums sometimes, try and make games without getting sidetracked.
NeonG4
Scratcher
1000+ posts

Halp required: Cometstrike- 2p Fast-Paced Versus Fighter

Koamodo975 wrote:

Still need help here
With what?

Visit my shop!
Be high contrast
Hi! I'm NeonG4! I help on the HWS forum, create lame projects, and give advice.
My advice: Read this => https://en.scratch-wiki.info/wiki/User:Jvvg/Essays/Some_thoughts_on_the_forums
ROYGBIV (Rainbow text)



Sigs can go on for a while lol


Hi
when green flag clicked
set [move (10) steps] to [10]
think [move (10) steps]



Golly gee, what if I say something important like: I'm making minecraft in scratch! Follow me or I'll steal your ovens' fans' cabinets' glass. Or just a glass from your cabinet next to your oven fan. Do ovens have fans? Maybe its a stove fan, idk.






















































































]

Generation 3: The first time you see this, copy and paste it on top of your signature in the Scratch forums, and increase the generation by 1. Social experiment.

Never gonna give you up, never gonna let you down.
You didn't learn.
Koamodo975
Scratcher
500+ posts

Halp required: Cometstrike- 2p Fast-Paced Versus Fighter

NeonG4 wrote:

Koamodo975 wrote:

Bilatedly
Upping
My topic using this
Post
Okydokey, I'm done. https://scratch.mit.edu/projects/877691153/
If you want any changes, let me know. (I went on a hike, sorry for the late reply)
srry didn't see your post
I mean, it curves, yeah, but it doesn't seem to aim…

“If a tree falls in the forest, and nobody hears the sound, did it really ever happen at all?
Did it really ever happen at all…?”
But… what about the bugs, and birds, and squirrels and rabbits and foxes and…
-Koamodo975, sometime in 2023
(Select any part of my siggy and shift+↓ to see more)
define Koamodo975
Ko-a-mo-do-9-7-5
/koamowdoh975/
noun
A very very epic guy
Similar: (Amazing) (Magnificent) (High-quality coder) (Aspiring Kevin Hart)

Hang around on the forums sometimes, try and make games without getting sidetracked.
Koamodo975
Scratcher
500+ posts

Halp required: Cometstrike- 2p Fast-Paced Versus Fighter

THIS AIN'T A NECROPOST I LOST THE COM FOR LIKE FIVE MONTHS
Just bumping

“If a tree falls in the forest, and nobody hears the sound, did it really ever happen at all?
Did it really ever happen at all…?”
But… what about the bugs, and birds, and squirrels and rabbits and foxes and…
-Koamodo975, sometime in 2023
(Select any part of my siggy and shift+↓ to see more)
define Koamodo975
Ko-a-mo-do-9-7-5
/koamowdoh975/
noun
A very very epic guy
Similar: (Amazing) (Magnificent) (High-quality coder) (Aspiring Kevin Hart)

Hang around on the forums sometimes, try and make games without getting sidetracked.
Koamodo975
Scratcher
500+ posts

Halp required: Cometstrike- 2p Fast-Paced Versus Fighter

Blasting this topic
Upwards
Making it the first
Post

“If a tree falls in the forest, and nobody hears the sound, did it really ever happen at all?
Did it really ever happen at all…?”
But… what about the bugs, and birds, and squirrels and rabbits and foxes and…
-Koamodo975, sometime in 2023
(Select any part of my siggy and shift+↓ to see more)
define Koamodo975
Ko-a-mo-do-9-7-5
/koamowdoh975/
noun
A very very epic guy
Similar: (Amazing) (Magnificent) (High-quality coder) (Aspiring Kevin Hart)

Hang around on the forums sometimes, try and make games without getting sidetracked.
NeonG4
Scratcher
1000+ posts

Halp required: Cometstrike- 2p Fast-Paced Versus Fighter

Koamodo975 wrote:

NeonG4 wrote:

Koamodo975 wrote:

Bilatedly
Upping
My topic using this
Post
Okydokey, I'm done. https://scratch.mit.edu/projects/877691153/
If you want any changes, let me know. (I went on a hike, sorry for the late reply)
srry didn't see your post
I mean, it curves, yeah, but it doesn't seem to aim…
I see. You want the projectile to aim for a point, and curve toward it.

I modified it, but I can't find the proper formula to modify the outgoing angle for the trajectory to land on a given x and y position. Sorry.

Last edited by NeonG4 (April 8, 2024 17:50:50)


Visit my shop!
Be high contrast
Hi! I'm NeonG4! I help on the HWS forum, create lame projects, and give advice.
My advice: Read this => https://en.scratch-wiki.info/wiki/User:Jvvg/Essays/Some_thoughts_on_the_forums
ROYGBIV (Rainbow text)



Sigs can go on for a while lol


Hi
when green flag clicked
set [move (10) steps] to [10]
think [move (10) steps]



Golly gee, what if I say something important like: I'm making minecraft in scratch! Follow me or I'll steal your ovens' fans' cabinets' glass. Or just a glass from your cabinet next to your oven fan. Do ovens have fans? Maybe its a stove fan, idk.






















































































]

Generation 3: The first time you see this, copy and paste it on top of your signature in the Scratch forums, and increase the generation by 1. Social experiment.

Never gonna give you up, never gonna let you down.
You didn't learn.
Koamodo975
Scratcher
500+ posts

Halp required: Cometstrike- 2p Fast-Paced Versus Fighter

Bozo
Ungulates*
Master
Pasta
(bump)
*An ungulate is a hoofed mammalian creature, like a horse, or cow.

“If a tree falls in the forest, and nobody hears the sound, did it really ever happen at all?
Did it really ever happen at all…?”
But… what about the bugs, and birds, and squirrels and rabbits and foxes and…
-Koamodo975, sometime in 2023
(Select any part of my siggy and shift+↓ to see more)
define Koamodo975
Ko-a-mo-do-9-7-5
/koamowdoh975/
noun
A very very epic guy
Similar: (Amazing) (Magnificent) (High-quality coder) (Aspiring Kevin Hart)

Hang around on the forums sometimes, try and make games without getting sidetracked.
Koamodo975
Scratcher
500+ posts

Halp required: Cometstrike- 2p Fast-Paced Versus Fighter

Funky
Olive
Muffins
Outshine
Obnoxious
Pull
Up
Pants
bump


I don't know, okay? I DON'T EVEN KNOW.

“If a tree falls in the forest, and nobody hears the sound, did it really ever happen at all?
Did it really ever happen at all…?”
But… what about the bugs, and birds, and squirrels and rabbits and foxes and…
-Koamodo975, sometime in 2023
(Select any part of my siggy and shift+↓ to see more)
define Koamodo975
Ko-a-mo-do-9-7-5
/koamowdoh975/
noun
A very very epic guy
Similar: (Amazing) (Magnificent) (High-quality coder) (Aspiring Kevin Hart)

Hang around on the forums sometimes, try and make games without getting sidetracked.
-TUB-
Scratcher
100+ posts

Halp required: Cometstrike- 2p Fast-Paced Versus Fighter

Zooming:

set [scroll x v] to (((p1x) + (p2x)) / (2))
set [scroll y v] to (((p1y) + (p2y)) / (2))
set [scroll size v] to ((20000)/((p1x) - (p2x)))
if <(scroll size) > (100)> then
set [scroll size v] to (100)
end

define go to x: (x) y: (y)
go to x: (((scroll size) / (100)) * ((x) - (scroll x))) y: (((scroll size) / (100)) * ((y) - (scroll y)))
set size to (scroll size)

Arc projectiles:
define init arc projectile
set [xv v] to (((p2x) - (p1x)) / (30))
set [yv v] to ((((p2y) - (p1y)) + (450)) / (30))

define tick arc projectile
change [x v] by (xv)
change [y v] by (yv)
change [yv v] by (-1)

Screen Shake:
set [intensity v] to (60)
repeat (60)
change [scroll y v] by (([e^ v] of (((intensity) - (60)) * (0.1)) :: operators) * ([cos v] of (((intensity) * (45)) * (20))
change [intensity v] by (-1)
end

- T U B -
The United Bathtubs


Select part of my signature and use shift+down arrow to see the rest





Koamodo975
Scratcher
500+ posts

Halp required: Cometstrike- 2p Fast-Paced Versus Fighter

-TUB- wrote:

Zooming:

set [scroll x v] to (((p1x) + (p2x)) / (2))
set [scroll y v] to (((p1y) + (p2y)) / (2))
set [scroll size v] to ((20000)/((p1x) - (p2x)))
if <(scroll size) > (100)> then
set [scroll size v] to (100)
end

define go to x: (x) y: (y)
go to x: (((scroll size) / (100)) * ((x) - (scroll x))) y: (((scroll size) / (100)) * ((y) - (scroll y)))
set size to (scroll size)

Arc projectiles:
define init arc projectile
set [xv v] to (((p2x) - (p1x)) / (30))
set [yv v] to ((((p2y) - (p1y)) + (450)) / (30))

define tick arc projectile
change [x v] by (xv)
change [y v] by (yv)
change [yv v] by (-1)

Screen Shake:
set [intensity v] to (60)
repeat (60)
change [scroll y v] by (([e^ v] of (((intensity) - (60)) * (0.1)) :: operators) * ([cos v] of (((intensity) * (45)) * (20))
change [intensity v] by (-1)
end
Ey thanks! Didn't see your other post

“If a tree falls in the forest, and nobody hears the sound, did it really ever happen at all?
Did it really ever happen at all…?”
But… what about the bugs, and birds, and squirrels and rabbits and foxes and…
-Koamodo975, sometime in 2023
(Select any part of my siggy and shift+↓ to see more)
define Koamodo975
Ko-a-mo-do-9-7-5
/koamowdoh975/
noun
A very very epic guy
Similar: (Amazing) (Magnificent) (High-quality coder) (Aspiring Kevin Hart)

Hang around on the forums sometimes, try and make games without getting sidetracked.
Koamodo975
Scratcher
500+ posts

Halp required: Cometstrike- 2p Fast-Paced Versus Fighter

bumping

Last edited by Koamodo975 (April 19, 2024 18:57:38)


“If a tree falls in the forest, and nobody hears the sound, did it really ever happen at all?
Did it really ever happen at all…?”
But… what about the bugs, and birds, and squirrels and rabbits and foxes and…
-Koamodo975, sometime in 2023
(Select any part of my siggy and shift+↓ to see more)
define Koamodo975
Ko-a-mo-do-9-7-5
/koamowdoh975/
noun
A very very epic guy
Similar: (Amazing) (Magnificent) (High-quality coder) (Aspiring Kevin Hart)

Hang around on the forums sometimes, try and make games without getting sidetracked.
Koamodo975
Scratcher
500+ posts

Halp required: Cometstrike- 2p Fast-Paced Versus Fighter

bump (my code isn't compatible with the last solution)

Last edited by Koamodo975 (April 18, 2024 18:57:11)


“If a tree falls in the forest, and nobody hears the sound, did it really ever happen at all?
Did it really ever happen at all…?”
But… what about the bugs, and birds, and squirrels and rabbits and foxes and…
-Koamodo975, sometime in 2023
(Select any part of my siggy and shift+↓ to see more)
define Koamodo975
Ko-a-mo-do-9-7-5
/koamowdoh975/
noun
A very very epic guy
Similar: (Amazing) (Magnificent) (High-quality coder) (Aspiring Kevin Hart)

Hang around on the forums sometimes, try and make games without getting sidetracked.
Koamodo975
Scratcher
500+ posts

Halp required: Cometstrike- 2p Fast-Paced Versus Fighter

welp another bump
maybe I should change the name of the topic

“If a tree falls in the forest, and nobody hears the sound, did it really ever happen at all?
Did it really ever happen at all…?”
But… what about the bugs, and birds, and squirrels and rabbits and foxes and…
-Koamodo975, sometime in 2023
(Select any part of my siggy and shift+↓ to see more)
define Koamodo975
Ko-a-mo-do-9-7-5
/koamowdoh975/
noun
A very very epic guy
Similar: (Amazing) (Magnificent) (High-quality coder) (Aspiring Kevin Hart)

Hang around on the forums sometimes, try and make games without getting sidetracked.
Koamodo975
Scratcher
500+ posts

Halp required: Cometstrike- 2p Fast-Paced Versus Fighter

At least I have a name for the game now…

Last edited by Koamodo975 (April 19, 2024 19:10:27)


“If a tree falls in the forest, and nobody hears the sound, did it really ever happen at all?
Did it really ever happen at all…?”
But… what about the bugs, and birds, and squirrels and rabbits and foxes and…
-Koamodo975, sometime in 2023
(Select any part of my siggy and shift+↓ to see more)
define Koamodo975
Ko-a-mo-do-9-7-5
/koamowdoh975/
noun
A very very epic guy
Similar: (Amazing) (Magnificent) (High-quality coder) (Aspiring Kevin Hart)

Hang around on the forums sometimes, try and make games without getting sidetracked.
Koamodo975
Scratcher
500+ posts

Halp required: Cometstrike- 2p Fast-Paced Versus Fighter

bump

“If a tree falls in the forest, and nobody hears the sound, did it really ever happen at all?
Did it really ever happen at all…?”
But… what about the bugs, and birds, and squirrels and rabbits and foxes and…
-Koamodo975, sometime in 2023
(Select any part of my siggy and shift+↓ to see more)
define Koamodo975
Ko-a-mo-do-9-7-5
/koamowdoh975/
noun
A very very epic guy
Similar: (Amazing) (Magnificent) (High-quality coder) (Aspiring Kevin Hart)

Hang around on the forums sometimes, try and make games without getting sidetracked.

Powered by DjangoBB