This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2007-07-02 15:49:15

adnan1
Scratcher
Registered: 2007-07-02
Posts: 2

Dynamic sprite allocation

First of all I'd like to say that this is a great project. My kids and I are getting into it and really enjoying it.

My questions are:

1. Is it possible to create sprites at random from a master sprite of type A e.g. a repeated character / thing in a game ?  I guess this may be tricky because of name allocation to the new sprite and what to do with actions involving the non-A sprites on the master sprite.  So, have I answered my own question, and all sprites have to be allocated, albeit hidden, at the start of the program ?

2. Do you compress and uncompress large files in downloads / uploads ? One of kids has a program that does not do much but has lots of backgrounds so is slow to load.

Thanks in advance,
Adnan

Offline

 

#2 2007-07-02 16:33:45

kevin_karplus
Scratcher
Registered: 2007-04-27
Posts: 1000+

Re: Dynamic sprite allocation

1. You answered your own question.  Scratch has no dynamic allocation.

2. There is a hidden feature under the "extras" button to compress sounds and images.
Quality suffers a bit, but projects can get smaller.

Offline

 

#3 2007-07-02 16:38:49

adnan1
Scratcher
Registered: 2007-07-02
Posts: 2

Re: Dynamic sprite allocation

Thanks for the reply, Kevin.

Offline

 

Board footer