Discuss Scratch

isdoofyAlt
New to Scratch
7 posts

My Player Keeps Falling Into The Ground

For some reason, my player keeps falling into the ground. Can someone help me fix this?
ExtraMental
Scratcher
100+ posts

My Player Keeps Falling Into The Ground

The problem is a little bit too broad, could you explain what is supposed to happen and could you share the link to the project?

- Guy who talks and thinks like he is a wiki article (he is not).

I have over 100 posts now

If am not sleeping or doing something else I am watching the help with scripts discussion page
isdoofyAlt
New to Scratch
7 posts

My Player Keeps Falling Into The Ground

ExtraMental wrote:

The problem is a little bit too broad, could you explain what is supposed to happen and could you share the link to the project?
It is the one project on my profile. The player just sinks into the ground when you run around too much.
ExtraMental
Scratcher
100+ posts

My Player Keeps Falling Into The Ground

isdoofyAlt wrote:

ExtraMental wrote:

The problem is a little bit too broad, could you explain what is supposed to happen and could you share the link to the project?
It is the one project on my profile. The player just sinks into the ground when you run around too much.
The 2 sprites are messing up the code. There only needs to be one cat sprite.

This is my 100th post!

- Guy who talks and thinks like he is a wiki article (he is not).

I have over 100 posts now

If am not sleeping or doing something else I am watching the help with scripts discussion page
isdoofyAlt
New to Scratch
7 posts

My Player Keeps Falling Into The Ground

ExtraMental wrote:

isdoofyAlt wrote:

ExtraMental wrote:

The problem is a little bit too broad, could you explain what is supposed to happen and could you share the link to the project?
It is the one project on my profile. The player just sinks into the ground when you run around too much.
The 2 sprites are messing up the code. There only needs to be one cat sprite.

This is my 100th post!
oh okay
isdoofyAlt
New to Scratch
7 posts

My Player Keeps Falling Into The Ground

isdoofyAlt wrote:

ExtraMental wrote:

isdoofyAlt wrote:

ExtraMental wrote:

The problem is a little bit too broad, could you explain what is supposed to happen and could you share the link to the project?
It is the one project on my profile. The player just sinks into the ground when you run around too much.
The 2 sprites are messing up the code. There only needs to be one cat sprite.

This is my 100th post!
oh okay
but it is still glitching
isdoofyAlt
New to Scratch
7 posts

My Player Keeps Falling Into The Ground

isdoofyAlt wrote:

ExtraMental wrote:

isdoofyAlt wrote:

ExtraMental wrote:

The problem is a little bit too broad, could you explain what is supposed to happen and could you share the link to the project?
It is the one project on my profile. The player just sinks into the ground when you run around too much.
The 2 sprites are messing up the code. There only needs to be one cat sprite.

This is my 100th post!
oh okay
but it is still glitching
ExtraMental
Scratcher
100+ posts

My Player Keeps Falling Into The Ground

isdoofyAlt wrote:

isdoofyAlt wrote:

ExtraMental wrote:

isdoofyAlt wrote:

ExtraMental wrote:

The problem is a little bit too broad, could you explain what is supposed to happen and could you share the link to the project?
It is the one project on my profile. The player just sinks into the ground when you run around too much.
The 2 sprites are messing up the code. There only needs to be one cat sprite.

This is my 100th post!
oh okay
but it is still glitching
Is it the costume changing?

Last edited by ExtraMental (Feb. 21, 2023 01:22:22)


- Guy who talks and thinks like he is a wiki article (he is not).

I have over 100 posts now

If am not sleeping or doing something else I am watching the help with scripts discussion page
ExtraMental
Scratcher
100+ posts

My Player Keeps Falling Into The Ground

If it is then on the set costume definition do this:
define set costume
if <(frame) = [0]> then
switch costume to [stand v]

else
switch costume to ([floor v] of ((6) + ((frame) mod (9)))) //change the 10 to a 9

end
Hope this helps.

- Guy who talks and thinks like he is a wiki article (he is not).

I have over 100 posts now

If am not sleeping or doing something else I am watching the help with scripts discussion page

Powered by DjangoBB