Discuss Scratch

ycps5a031
Scratcher
22 posts

I need some help on improving this:

mmhmBeans
Scratcher
500+ posts

I need some help on improving this:

What exactly do you need help with? If you need some major help with revamping the game, better post in Collaboration.
iiDk__
Scratcher
100+ posts

I need some help on improving this:

you could try attaching the plane to your cursor
or making a custom cursor
when green flag clicked
forever
go to [mouse-pointer v]
end
:: hat
MushroomAnimation
Scratcher
2 posts

I need some help on improving this:

I can remix the game and make some improvements. https://scratch.mit.edu/projects/821324351

Last edited by MushroomAnimation (March 17, 2023 19:26:30)

Sniffles_Rule
Scratcher
42 posts

I need some help on improving this:

Perhaps have it so the plane can be controlled by arrowkeys
ycps5a031
Scratcher
22 posts

I need some help on improving this:

Sniffles_Rule wrote:

Perhaps have it so the plane can be controlled by arrowkeys
Done in 1.7 verse
ycps5a031
Scratcher
22 posts

I need some help on improving this:

medians
Scratcher
1000+ posts

I need some help on improving this:

Like project ideas? If so, try increasing the speed that the player moves (because I find it too slow to have a chance to even do anything). Auto shoot seems to be complete, as well as dragging and movement otherwise
The clonenumber variable must be sprite only, so change that by deleting and recreating the variable/running the code.
Your clones in the bullet sprite are creating clones because they receive the broadcast so add this:

That or move the broadcast code to the stage, and have the stage create a clone of the bullet like this (and remove the broadcast code on the bullet sprite):

ycps5a031 wrote:

That’s the original version
(link)
You cannot link to GD.

Last edited by medians (March 18, 2023 13:52:10)

ycps5a031
Scratcher
22 posts

I need some help on improving this:

medians wrote:

Like project ideas?
Your clones in the bullet sprite are creating clones because they receive the broadcast so add this:

That or move the broadcast code to the stage, and have the stage create a clone of the bullet like this (and remove the broadcast code on the bullet sprite):

Can I delete the broadcast like this?
when green flag clicked
forever

create clone of [bullet]

Last edited by ycps5a031 (March 19, 2023 10:15:08)

Powered by DjangoBB