Scratch Forums

You are not logged in.

#1 2009-11-04 08:53:26

06dknibbs
Member
Registered: 2008-01-29
Posts: 898

Possible breakthrough on the dissapearing text problem!?

I was recently messing about on Scratch when I realised, when editing a costume and moving a part of that costume, any text vanishes until I click to stop moving. eidt: Then, If I resize the text, it stays gone until I stop editing the costume.

I then realised that repeatedly doing this led to any action I did elsewhere, deleted the text. I have tested this and it happens almost all of the time.

For example, I edit costume a few times, click to start the project and BOOM! All my text vanishes.

Could this be related in anyway? I know we discovered it gets triggered by lots of things, but maybe it all starts by editing a large costume?

1 of my theories is, the Scratch program MAY be thinking a object is being moved over it in the editor, therefore it goes behind everything causing the text to vanish?

Last edited by 06dknibbs (2009-11-04 09:00:53)


http://i404.photobucket.com/albums/pp129/06dknibbs/Untitled-5.jpg?t=1253916707
Don't know something about the forums? Try clicking here  smile

Offline

 

#2 2009-11-04 20:26:01

Paddle2See
Scratch Team
Registered: 2007-10-27
Posts: 3443

Re: Possible breakthrough on the dissapearing text problem!?

This sounds hopefull...but I am having trouble reproducing it.  I started with an empty project and created a large costume.  I added some text to the costume.  I then edited the costume and used the selection rectangle to grab a piece of it and move it around.  But I didn't see any changes to text.  Does this sound like what you were doing?


Treat others as you would like to be treated  smile

Offline

 

#3 2009-11-05 08:34:42

06dknibbs
Member
Registered: 2008-01-29
Posts: 898

Re: Possible breakthrough on the dissapearing text problem!?

I will try and get a project with it reproduced online tonight.

I think it may be the problem though as I remember the same glitch happened in Sphere whenever I edited the instructions sprite. (Try experimenting with it?)

--

I'll post the steps I do now...

1. Open a costume. (It has Scratch block print screens, a box that fills nearly the whole screen, and a lot of text as it explains what to do.)

2. Move the box to the middle.

3. Move the text onto the box.

4. Resize, it just vanished. Happens every time and If I don't resize, anything else I do outside of the costume sets it off.

Edit 3: 5. If it hasn't gone, highlight a few things with the select tool, this makes it vanish for good.

I'm going to try testing this in a few projects now...

Edit: Seems to happen after the project has a few sprites/scripts. (About 5 sprites and 5-10 scripts, even if there small)

Edit 2: It happened in about 3 out of 5 test projects. Trying to see a connection...  hmm

Last edited by 06dknibbs (2009-11-06 08:54:48)


http://i404.photobucket.com/albums/pp129/06dknibbs/Untitled-5.jpg?t=1253916707
Don't know something about the forums? Try clicking here  smile

Offline

 

#4 2009-11-05 08:57:10

06dknibbs
Member
Registered: 2008-01-29
Posts: 898

Re: Possible breakthrough on the dissapearing text problem!?

Another post, it seems to happen to everything I give these scripts or something similar.

Scripts 1,

Green flag
Go to (anywhere)
Go back (a lot) of layers.
Show

Script 2,

When I receive (anything)
Hide

Script 3,

When I receive (anything)
Repeat 10 times,
Change Ghost effect by 10,
Hide,
Set ghost effect to 0

Script 4,

Green flag,
Set (variable) to 0

Script 5,

Green flag,
Forever,
Switch to costume 1

Script 6,

When I receive (anything)
Go back 100 layers
Hide

--

I did this with a one sprite project with 2 costumes and it happened, I beleive something in those scripts may be causing it, I'm going to compare it to my old project Sphere...


http://i404.photobucket.com/albums/pp129/06dknibbs/Untitled-5.jpg?t=1253916707
Don't know something about the forums? Try clicking here  smile

Offline

 

#5 2009-11-05 12:18:52

fg123
Member
Registered: 2008-11-13
Posts: 1241

Re: Possible breakthrough on the dissapearing text problem!?

I agree with paddle. It seems to be caused by a lot of problems.


http://img514.imageshack.us/img514/2517/ubd4754.png
http://img81.imageshack.us/img81/1420/ubd7041.png

Offline

 

#6 2009-11-05 12:19:06

scratch_yoshi
Member
Registered: 2009-06-12
Posts: 185

Re: Possible breakthrough on the dissapearing text problem!?

From 06dknibbs
Another post, it seems to happen to everything I give these scripts or something similar.

Scripts 1,

Green flag
Go to (anywhere)
Go back (a lot) of layers.
Show

Script 2,

When I receive (anything)
Hide

Script 3,

When I receive (anything)
Repeat 10 times,
Change Ghost effect by 10,
Hide,
Set ghost effect to 0

Script 4,

Green flag,
Set (variable) to 0

Script 5,

Green flag,
Forever,
Switch to costume 1

Script 6,

When I receive (anything)
Go back 100 layers
Hide

--

I did this with a one sprite project with 2 costumes and it happened, I beleive something in those scripts may be causing it, I'm going to compare it to my old project Sphere...

It would be easier if you explained them in blocks:
Script1:

greenflag
go to   anywhere
go back   alot of     layers
show
Script2:

when I receive   anything
hide
Script3:

when I receive   anything
repeat   10
change   ghost     effect by   10
hide
set   ghost     effect to   0
end
Script4:

greenflag
set   variable  to   0
Script5:

greenflag
forever
switch to costume   1
end
Script6:

when I receive   anything
go back   100     layers
hide

Hope that helped!  wink

Last edited by scratch_yoshi (2009-11-05 17:31:10)


A crack is going into a program or language and just mess around with it; while a hack is the same thing, but to solve a problem.http://tinyurl.com/y9qeafh<----Clicky!

Offline

 

#7 2009-11-05 16:03:33

06dknibbs
Member
Registered: 2008-01-29
Posts: 898

Re: Possible breakthrough on the dissapearing text problem!?

I don't like using the blocks on the forums most of the times  smile

They don't fit together and some overlap which can make the unreadable...


http://i404.photobucket.com/albums/pp129/06dknibbs/Untitled-5.jpg?t=1253916707
Don't know something about the forums? Try clicking here  smile

Offline

 

#8 2009-11-05 17:30:09

scratch_yoshi
Member
Registered: 2009-06-12
Posts: 185

Re: Possible breakthrough on the dissapearing text problem!?

From 06dknibbs
I don't like using the blocks on the forums most of the times  smile

They don't fit together and some overlap which can make the unreadable...

Yeah, but all you really need to use them for is examples.  wink  (Why do I always wink??)


A crack is going into a program or language and just mess around with it; while a hack is the same thing, but to solve a problem.http://tinyurl.com/y9qeafh<----Clicky!

Offline

 

#9 2009-11-05 20:31:37

fg123
Member
Registered: 2008-11-13
Posts: 1241

Re: Possible breakthrough on the dissapearing text problem!?

scratch_yoshi wrote:

From 06dknibbs
I don't like using the blocks on the forums most of the times  smile

They don't fit together and some overlap which can make the unreadable...

Yeah, but all you really need to use them for is examples.  wink  (Why do I always wink??)

Sorry for being off topic, but I agree with 06dknibbs. I rather save a picture and upload it to imageshack.


http://img514.imageshack.us/img514/2517/ubd4754.png
http://img81.imageshack.us/img81/1420/ubd7041.png

Offline

 

#10 2009-11-05 22:15:24

Chrischb
Member
Registered: 2008-07-24
Posts: 1219

Re: Possible breakthrough on the dissapearing text problem!?

Yay! Finally another piece of news! I'll leave a link to this in my thread... which has a link to it from JSO's thread...


I fall: It's a tragedy. You fall: It's comedy.

Offline

 

#11 2009-11-06 06:18:32

06dknibbs
Member
Registered: 2008-01-29
Posts: 898

Re: Possible breakthrough on the dissapearing text problem!?

Hmm, Itried each script by itself and nothing...

Can anyone else mess around with them, see if anything happens?


http://i404.photobucket.com/albums/pp129/06dknibbs/Untitled-5.jpg?t=1253916707
Don't know something about the forums? Try clicking here  smile

Offline

 

#12 2009-11-07 03:57:51

Paddle2See
Scratch Team
Registered: 2007-10-27
Posts: 3443

Re: Possible breakthrough on the dissapearing text problem!?

06dknibbs wrote:

Hmm, Itried each script by itself and nothing...

Can anyone else mess around with them, see if anything happens?

Have you shared a project that you think might show the problem?  I'd love to see it if you have  smile


Treat others as you would like to be treated  smile

Offline

 

#13 2009-11-08 01:36:19

06dknibbs
Member
Registered: 2008-01-29
Posts: 898

Re: Possible breakthrough on the dissapearing text problem!?

Paddle2See wrote:

06dknibbs wrote:

Hmm, Itried each script by itself and nothing...

Can anyone else mess around with them, see if anything happens?

Have you shared a project that you think might show the problem?  I'd love to see it if you have  smile

Well my Sphere project has the glitch, but only on the instructions sprite which has very similar scripts as well as size, text etc:

I'm going to try and get a few tests uploaded today, I wasn't able to get on much over the last few days...

Last edited by 06dknibbs (2009-11-08 07:17:39)


http://i404.photobucket.com/albums/pp129/06dknibbs/Untitled-5.jpg?t=1253916707
Don't know something about the forums? Try clicking here  smile

Offline

 

#14 2009-11-08 01:38:16

fg123
Member
Registered: 2008-11-13
Posts: 1241

Re: Possible breakthrough on the dissapearing text problem!?

Post the links!  wink


http://img514.imageshack.us/img514/2517/ubd4754.png
http://img81.imageshack.us/img81/1420/ubd7041.png

Offline

 

#15 2009-11-16 20:02:44

ThePCKid
Member
Registered: 2009-09-16
Posts: 186

Re: Possible breakthrough on the dissapearing text problem!?

fg123 wrote:

Post the links!  wink

the links!  wink
HAPPY?


http://img65.imageshack.us/img65/7573/1687lo5.png
http://img88.imageshack.us/img88/5585/20264is8.png

Offline

 

#16 2009-11-17 08:38:36

06dknibbs
Member
Registered: 2008-01-29
Posts: 898

Re: Possible breakthrough on the dissapearing text problem!?

My thread, got spammed? D:

Anyway, I can't seem to figure anything more about this. I thought I was close, but nothing new.

If a moderator is lurking, feel free to close this thread if it is no longer needed.  smile


http://i404.photobucket.com/albums/pp129/06dknibbs/Untitled-5.jpg?t=1253916707
Don't know something about the forums? Try clicking here  smile

Offline

 

#17 2009-11-17 09:11:16

Paddle2See
Scratch Team
Registered: 2007-10-27
Posts: 3443

Re: Possible breakthrough on the dissapearing text problem!?

Well...I still have hopes that something will break on this case...so let's leave it open for a while longer.


Treat others as you would like to be treated  smile

Offline

 

#18 2009-11-19 06:56:00

06dknibbs
Member
Registered: 2008-01-29
Posts: 898

Re: Possible breakthrough on the dissapearing text problem!?

Ok  smile

I'm going to try the glitch on my laptop at home tonight, maybe to see if it happens on different computers?...


http://i404.photobucket.com/albums/pp129/06dknibbs/Untitled-5.jpg?t=1253916707
Don't know something about the forums? Try clicking here  smile

Offline

 

Board footer