I tryed to import a sprite, and a Squeak message popped saying that space was low... what should I do?
Offline
Does your project have a lot of scripts/sprites or a script with a very large number (eg: Pen size - 10,000,000 ) ? Otherwise the Sprite your trying to import may be to big.
It's usually what causes this error for me .
Offline
06dknibbs wrote:
Does your project have a lot of scripts/sprites or a script with a very large number (eg: Pen size - 10,000,000 ) ? Otherwise the Sprite your trying to import may be to big.
It's usually what causes this error for me.
Actually, it has no scripts because I was just starting, and the sprite is only 14 KB. sry, I should have said that in the description.
Offline
12three wrote:
06dknibbs wrote:
Does your project have a lot of scripts/sprites or a script with a very large number (eg: Pen size - 10,000,000 ) ? Otherwise the Sprite your trying to import may be to big.
It's usually what causes this error for me.
Actually, it has no scripts because I was just starting, and the sprite is only 14 KB. sry, I should have said that in the description.
Then it might be the Sprite.
Have you tried importing any other Sprites to see if that works?
Offline
That's happened to me a few time while editing excessively long scripts - but it doesn't make sense since your sprite is only 14kb - also this should probably go in Troubleshooting, no? I'll move it there just for you!
For now, I'd just try saving your project until importing sprites.
Offline
06dknibbs wrote:
12three wrote:
06dknibbs wrote:
Does your project have a lot of scripts/sprites or a script with a very large number (eg: Pen size - 10,000,000 ) ? Otherwise the Sprite your trying to import may be to big.
It's usually what causes this error for me.
Actually, it has no scripts because I was just starting, and the sprite is only 14 KB. sry, I should have said that in the description.
Then it might be the Sprite.
Have you tried importing any other Sprites to see if that works?
I think it was the sprite, because I tryed importing others, and it worked. Thanks for your help.
Offline
coolstuff wrote:
That's happened to me a few time while editing excessively long scripts - but it doesn't make sense since your sprite is only 14kb - also this should probably go in Troubleshooting, no? I'll move it there just for you!
For now, I'd just try saving your project until importing sprites.
Thnx, I can never seem to choose between the two.
Offline