Discuss Scratch

OneFrog
Scratcher
5 posts

Hide forever glitch

If the code is…

when I receive [boring message]
forever
hide
end

…then…

if <asked question> then
show
end

When ‘asked question’ happens it shows for a fraction of a second then disappears. Please help as it makes my projects seem glitchy and buggy.

Last edited by OneFrog (July 20, 2017 11:19:38)

powercon5
Scratcher
1000+ posts

Hide forever glitch

It's because your showing it again. If you don't want it to show don't show it. You could stop the script that shows it or use variables.

if <(show) = [yes]> then
show
end
Then when you hide you also do
set [show v] to [no]



Witty signature.





MineLox92Videos
Scratcher
100+ posts

Hide forever glitch

OneFrog wrote:

If the code is…

when I receive [boring message]
forever
hide
end

…then…

if <asked question> then
show
end

When ‘asked question’ happens it shows for a fraction of a second then disappears. Please help as it makes my projects seem glitchy and buggy.

It's because you have it on hide forever. Try this:

when I receive [blah balh v]
repeat until <(show thing) = [true]>
hide

end

if <whatever> then
set [show thing v] to [true]
show

end

Last edited by MineLox92Videos (July 21, 2017 16:00:09)

astroglider661
Scratcher
100+ posts

Hide forever glitch

Im glad your problem has been solved, but I think this should have been posted this on the “Help with scripts” forum.

Last edited by astroglider661 (July 21, 2017 23:45:48)


my last signature was cringe
LordOfMuffins
Scratcher
100+ posts

Hide forever glitch

It's because you have it hide forever. You will have to have that script stopped in order to stop it from hiding. I'm reporting this to be closed.


The Furry Fandom
Please consider checking out my animation account, @TheKiingOfMuffins
Harakou
Scratcher
1000+ posts

Hide forever glitch

Where has OP indicated their problem is resolved?
OneFrog
Scratcher
5 posts

Hide forever glitch

LordOfMuffins wrote:

It's because you have it hide forever. You will have to have that script stopped in order to stop it from hiding. I'm reporting this to be closed.

But I can't. It's apart of a very important program.
OneFrog
Scratcher
5 posts

Hide forever glitch

Problem resolved. Thanks guys.
when green flag clicked
if <You fixed it> then
Laugh
else
Cry
end

I'm laughing alright!

Powered by DjangoBB