Discuss Scratch

-mage
New to Scratch
59 posts

How can I make this better

le project

When using my text engine in some projects, it gets slow (with run without screen refresh) how can I make this faster? the block in the project isnt ticked on purpose btw
MineTurte
Scratcher
500+ posts

How can I make this better

-mage wrote:

le project

When using my text engine in some projects, it gets slow (with run without screen refresh) how can I make this faster? the block in the project isnt ticked on purpose btw
Typically “if” statements + run without screen refresh = lag. The more the if statements, the more the lag. Also “wait” blocks do this but ten-fold.

(pronouns are she/her). Advanced Alpha Game Studios Manager. Our website: https://aags2.w3spaces.com
This is JuniperActias. AKA Moth mommy. If I helped you out consider following Juni-Bug (my new account)!




If you found this secret, say uwu
Signature gradients here













-mage
New to Scratch
59 posts

How can I make this better

MineTurte wrote:

-mage wrote:

le project

When using my text engine in some projects, it gets slow (with run without screen refresh) how can I make this faster? the block in the project isnt ticked on purpose btw
Typically “if” statements + run without screen refresh = lag. The more the if statements, the more the lag. Also “wait” blocks do this but ten-fold.
if statements never lag in custom blocks its always the arguments inside

you can repeat an if statement with <((1) + (1) = (1)> 1000 times per tick but if you change that to if touching it will lag

I am not using wait blocks so that is not the problem either
MineTurte
Scratcher
500+ posts

How can I make this better

-mage wrote:

MineTurte wrote:

-mage wrote:

le project

When using my text engine in some projects, it gets slow (with run without screen refresh) how can I make this faster? the block in the project isnt ticked on purpose btw
Typically “if” statements + run without screen refresh = lag. The more the if statements, the more the lag. Also “wait” blocks do this but ten-fold.
if statements never lag in custom blocks its always the arguments inside

you can repeat an if statement with <((1) + (1) = (1)> 1000 times per tick but if you change that to if touching it will lag

I am not using wait blocks so that is not the problem either
Hmm. Maybe just general lag? Weird because mine has 0 lag and ours are basically the same thing…

(pronouns are she/her). Advanced Alpha Game Studios Manager. Our website: https://aags2.w3spaces.com
This is JuniperActias. AKA Moth mommy. If I helped you out consider following Juni-Bug (my new account)!




If you found this secret, say uwu
Signature gradients here













-mage
New to Scratch
59 posts

How can I make this better

bump I need help
MineTurte
Scratcher
500+ posts

How can I make this better

-mage wrote:

bump I need help
How much lag? How many frames get dropped? (Also try not being in the editor when running and see if that slightly improves the FPS)

(pronouns are she/her). Advanced Alpha Game Studios Manager. Our website: https://aags2.w3spaces.com
This is JuniperActias. AKA Moth mommy. If I helped you out consider following Juni-Bug (my new account)!




If you found this secret, say uwu
Signature gradients here













-mage
New to Scratch
59 posts

How can I make this better

MineTurte wrote:

-mage wrote:

bump I need help
How much lag? How many frames get dropped? (Also try not being in the editor when running and see if that slightly improves the FPS)
a noticable like 30 down to like 20 frame drop when using this every frame
MineTurte
Scratcher
500+ posts

How can I make this better

-mage wrote:

MineTurte wrote:

-mage wrote:

bump I need help
How much lag? How many frames get dropped? (Also try not being in the editor when running and see if that slightly improves the FPS)
a noticable like 30 down to like 20 frame drop when using this every frame
Hmmm… I'll see what I can do. One sec

(pronouns are she/her). Advanced Alpha Game Studios Manager. Our website: https://aags2.w3spaces.com
This is JuniperActias. AKA Moth mommy. If I helped you out consider following Juni-Bug (my new account)!




If you found this secret, say uwu
Signature gradients here













MineTurte
Scratcher
500+ posts

How can I make this better

-mage wrote:

MineTurte wrote:

-mage wrote:

bump I need help
How much lag? How many frames get dropped? (Also try not being in the editor when running and see if that slightly improves the FPS)
a noticable like 30 down to like 20 frame drop when using this every frame
Okay I'm testing it out and I really don't see any lag problems? Even with run without screen refresh.

(pronouns are she/her). Advanced Alpha Game Studios Manager. Our website: https://aags2.w3spaces.com
This is JuniperActias. AKA Moth mommy. If I helped you out consider following Juni-Bug (my new account)!




If you found this secret, say uwu
Signature gradients here













-mage
New to Scratch
59 posts

How can I make this better

MineTurte wrote:

-mage wrote:

MineTurte wrote:

-mage wrote:

bump I need help
How much lag? How many frames get dropped? (Also try not being in the editor when running and see if that slightly improves the FPS)
a noticable like 30 down to like 20 frame drop when using this every frame
Okay I'm testing it out and I really don't see any lag problems? Even with run without screen refresh.
put it in a forever loop

i am using this for pen projects and for pen projects you have to draw erase and redraw every frame to visualize movement which is why I experience lag or my pc is bad
MineTurte
Scratcher
500+ posts

How can I make this better

-mage wrote:

MineTurte wrote:

-mage wrote:

MineTurte wrote:

-mage wrote:

bump I need help
How much lag? How many frames get dropped? (Also try not being in the editor when running and see if that slightly improves the FPS)
a noticable like 30 down to like 20 frame drop when using this every frame
Okay I'm testing it out and I really don't see any lag problems? Even with run without screen refresh.
put it in a forever loop

i am using this for pen projects and for pen projects you have to draw erase and redraw every frame to visualize movement which is why I experience lag or my pc is bad
Ah that makes sense. Well I can't right now test it but I will tomorrow! I'll update you on it then.

(pronouns are she/her). Advanced Alpha Game Studios Manager. Our website: https://aags2.w3spaces.com
This is JuniperActias. AKA Moth mommy. If I helped you out consider following Juni-Bug (my new account)!




If you found this secret, say uwu
Signature gradients here













Powered by DjangoBB