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

#1 2012-06-18 18:31:13

rocketshipsrock
Scratcher
Registered: 2012-03-08
Posts: 3

1s Scrolling

I've seen this before but never understood it. Can you help me with this?

Offline

 

#2 2012-06-18 19:41:19

daniel_j
Scratcher
Registered: 2012-05-22
Posts: 100+

Re: 1s Scrolling

scrolling is bery simple, but extremely fun.
I find it hard to explain using text, so check out some of my scrolling examples, the script is simple, it envolves variables and the * block.


http://i50.tinypic.com/2dhgnsx.jpg

Offline

 

#3 2012-06-18 19:44:34

berberberber
Scratcher
Registered: 2012-03-08
Posts: 1000+

Offline

 

#4 2012-06-19 02:51:26

SciTecCf
Scratcher
Registered: 2011-11-23
Posts: 1000+

Re: 1s Scrolling

I posted a tutorial on this here.


http://bit.ly/LCZEJRhttp://bit.ly/LSONcOhttp://bit.ly/LF3vIc
http://trinary.site40.net/images/scratchrank.php?username=SciTecCf&display=small

Offline

 

#5 2012-06-19 08:46:38

captaincrunch
New Scratcher
Registered: 2012-06-17
Posts: 12

Re: 1s Scrolling

is it possable to make x volocity in a scrolling game?

Offline

 

#6 2012-06-19 08:48:55

SciTecCf
Scratcher
Registered: 2011-11-23
Posts: 1000+

Re: 1s Scrolling

captaincrunch wrote:

is it possable to make x volocity in a scrolling game?

Yes, I'm pretty sure you can find a nice tutorial somewhere, I'm not very good at explaining things.  tongue


http://bit.ly/LCZEJRhttp://bit.ly/LSONcOhttp://bit.ly/LF3vIc
http://trinary.site40.net/images/scratchrank.php?username=SciTecCf&display=small

Offline

 

#7 2012-06-19 16:13:29

RedRocker227
Scratcher
Registered: 2011-10-26
Posts: 1000+

Re: 1s Scrolling

captaincrunch wrote:

is it possable to make x volocity in a scrolling game?

Yeah, just use a regular velocity script, and then put

change [scrollX v] by (xVel)
instead of the regular

change [scrollX v] by [a number]


Why

Offline

 

Board footer