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

#1 2012-10-16 19:43:55

fillergames
Scratcher
Registered: 2012-10-15
Posts: 1000+

How to reduce memory size in both way scrolling

i don,t know how to make scratch blocks here a basic breakdown

when flag clicked
set size to (200)
Forever
go to x (scrollx + 480 * 0) y (scrolly + 280 * 0)
---------

setting the size makes it bigger, that means anything you draw will be 2x the size to the player, saves alot of space for large projects!

Problems
makes objects look pixel like, wait till scratch 2.0 it will fix that.

glitches up on jave, in java objects can't be larger then the screen, will be fixed in scratch 2.0 it runs on flash. 

Hope this helps!


http://i50.tinypic.com/2ufvxc5_th.gif Grammer? Whats grammar?

Offline

 

#2 2012-10-16 19:49:47

MrFlash67
Scratcher
Registered: 2012-08-08
Posts: 500+

Re: How to reduce memory size in both way scrolling

fillergames wrote:

i don,t know how to make scratch blocks here a basic breakdown

when flag clicked 
set [size v] to (200) 
Forever
go to x: ((scrollx) + (480) (* (0))) y: ((scrolly) + ((280) * (0)))
---------

setting the size makes it bigger, that means anything you draw will be 2x the size to the player, saves alot of space for large projects!

Problems
makes objects look pixel like, wait till scratch 2.0 it will fix that.

glitches up on jave, in java objects can't be larger then the screen, will be fixed in scratch 2.0 it runs on flash. 

Hope this helps!

Sorry I can't help, here are the scratch blocks.


Who would win, SOPA or PIPA?

Offline

 

#3 2012-10-16 19:54:34

fillergames
Scratcher
Registered: 2012-10-15
Posts: 1000+

Re: How to reduce memory size in both way scrolling

how come size is orange, is supposed to be purple for a look block?


http://i50.tinypic.com/2ufvxc5_th.gif Grammer? Whats grammar?

Offline

 

#4 2012-10-16 20:19:22

fillergames
Scratcher
Registered: 2012-10-15
Posts: 1000+

Re: How to reduce memory size in both way scrolling

Bump


http://i50.tinypic.com/2ufvxc5_th.gif Grammer? Whats grammar?

Offline

 

#5 2012-10-16 20:48:14

ErnieParke
Scratcher
Registered: 2010-12-03
Posts: 1000+

Re: How to reduce memory size in both way scrolling

MrFlash67 wrote:

fillergames wrote:

i don,t know how to make scratch blocks here a basic breakdown

when flag clicked 
set size to (200)%
Forever
go to x: ((scrollx) + ((480) * (0))) y: ((scrolly) + ((280) * (0)))

Sorry I can't help, here are the scratch blocks.

Fixed.

Last edited by ErnieParke (2012-10-16 21:06:35)


http://i46.tinypic.com/35ismmc.png

Offline

 

#6 2012-10-16 21:04:32

fillergames
Scratcher
Registered: 2012-10-15
Posts: 1000+

Re: How to reduce memory size in both way scrolling

Thank you


http://i50.tinypic.com/2ufvxc5_th.gif Grammer? Whats grammar?

Offline

 

#7 2012-10-16 21:07:40

ErnieParke
Scratcher
Registered: 2010-12-03
Posts: 1000+

Re: How to reduce memory size in both way scrolling

fillergames wrote:

Thank you

Remember, MrFlash67 deserves some credit as well.  wink

Anyway, your welcome!


http://i46.tinypic.com/35ismmc.png

Offline

 

#8 2012-10-16 21:10:22

fillergames
Scratcher
Registered: 2012-10-15
Posts: 1000+

Re: How to reduce memory size in both way scrolling

thanks mrflash67 and erineparke


http://i50.tinypic.com/2ufvxc5_th.gif Grammer? Whats grammar?

Offline

 

Board footer