Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » My script only works every other time.
- -EmeraldThunder-
-
Scratcher
1000+ posts
My script only works every other time.
Sorry to bother you but why does this script only work every other time.
Thank you.

Thank you.

- 95045290
-
Scratcher
70 posts
My script only works every other time.
Could you provide the link of your project?
- -EmeraldThunder-
-
Scratcher
1000+ posts
My script only works every other time.
Could you provide the link of your project?Okay.
- 95045290
-
Scratcher
70 posts
My script only works every other time.
You need one block to fix this:
set [i1 v] to (0)Put it at the beginning of the “define render text” block
- -EmeraldThunder-
-
Scratcher
1000+ posts
My script only works every other time.
You need one block to fix this:That just breaks it further.set [i1 v] to (0)Put it at the beginning of the “define render text” block
- 95045290
-
Scratcher
70 posts
My script only works every other time.
Did you test itYou need one block to fix this:That just breaks it further.set [i1 v] to (0)Put it at the beginning of the “define render text” block
Last edited by 95045290 (March 3, 2021 20:03:17)
- -EmeraldThunder-
-
Scratcher
1000+ posts
My script only works every other time.
Yes. Everything vanished.Did you test it?You need one block to fix this:That just breaks it further.set [i1 v] to (0)Put it at the beginning of the “define render text” block
- 95045290
-
Scratcher
70 posts
My script only works every other time.
You need one block to fix this:I mean:set [i1 v] to (0)Put it at the beginning of the “define render text” block
set [i1 v] to (1)
- -EmeraldThunder-
-
Scratcher
1000+ posts
My script only works every other time.
I mean:You need one block to fix this:set [i1 v] to (0)Put it at the beginning of the “define render text” block
set [i1 v] to (1)I know. That is the script that I used.
- deck26
-
Scratcher
1000+ posts
My script only works every other time.
If I run that block manually it writes the numbers 1 to 23 in a column. It seems to work consistently for me in Firefox.
- -EmeraldThunder-
-
Scratcher
1000+ posts
My script only works every other time.
If I run that block manually it writes the numbers 1 to 23 in a column. It seems to work consistently for me in Firefox.Strange. Anyway I have fixed it now.
- Discussion Forums
- » Help with Scripts
-
» My script only works every other time.