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

#1 2009-01-26 17:30:03

726961
Scratcher
Registered: 2008-11-26
Posts: 100+

pen help, please, I need a super smart person.

Okay, I need help in a game I am making where a person snowboards down a hill. http://scratch.mit.edu/projects/eaglecottage/394457 exactly like that, sort of, but with a scroll Y. So, my question is how can you take a sprite, and stamp it so it looks like a path downhill, but the stamp moves upward, so that when the person turns, the path (tons of small blue dot stamps) moves with it, so it looks realistic.


http://scratch.mit.edu/projects/726961/604658 play it now! or else...

Offline

 

#2 2009-01-27 20:27:54

big-bang
Scratcher
Registered: 2008-02-21
Posts: 1000+

Re: pen help, please, I need a super smart person.

726961 wrote:

Okay, I need help in a game I am making where a person snowboards down a hill. http://scratch.mit.edu/projects/eaglecottage/394457 exactly like that, sort of, but with a scroll Y. So, my question is how can you take a sprite, and stamp it so it looks like a path downhill, but the stamp moves upward, so that when the person turns, the path (tons of small blue dot stamps) moves with it, so it looks realistic.

Pens don't move once written. You could have an array of invisible pen sprites constantly clearing and writing, and obeying "scrollY" but with a delayed reaction. Or you could just eliminate the middleman by making the sprites visible and getting rid of the pen blocks!
(I got this idea before looking at the game, so it could be misplaced. But I hope it helps!)


http://i47.tinypic.com/6edrbm.jpghttp://i45.tinypic.com/dw9hmw.jpghttp://i50.tinypic.com/f28tvn.jpghttp://i45.tinypic.com/ruwaop.jpg

Offline

 

Board footer