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

#1 2008-03-24 09:26:55

xjediboy11
Scratcher
Registered: 2008-03-01
Posts: 5

How to make a scroller or Platform game? =) :P

Does any know how to make a scroller. I tried, but it got all glitchy. (I.E scripts took to long to work)  yikes       big_smile        I seriously need help, i got all the sprites to make a game, but just don't know how?  Send Help A.S.A.P.
  smile 



cool
xjediboy11  cool

Offline

 

#2 2008-03-24 09:32:25

Mayhem
Scratcher
Registered: 2007-05-26
Posts: 1000+

Re: How to make a scroller or Platform game? =) :P

http://scratch.mit.edu/forums/viewtopic.php?id=2440

Lots of different ways, see the above thread.


Web-spinning Spider:  http://scratch.mit.edu/projects/Mayhem/18456
3D Dungeon Adventure:  http://scratch.mit.edu/projects/Mayhem/23570
Starfighter X: http://scratch.mit.edu/projects/Mayhem/21825
Wandering Knight: http://scratch.mit.edu/projects/Mayhem/28484

Offline

 

#3 2008-03-24 10:29:04

adriangl
Scratcher
Registered: 2007-07-02
Posts: 1000+

Re: How to make a scroller or Platform game? =) :P

take a scrolling project you really like and look and download it. then to make a simple thing, make a sprite with the script like this:
[blocks]<when green flag clicked><forever><if><key[ right arrow<change x by( 2 ]pressed?><when green flag clicked><forever><if><key[left arrow  ]pressed?><change x by( -2)[/blocks] and do the same thing for Y. Forever if up\down pressed change Y by 2\-2.


Scratchin' since 2007

Offline

 

#4 2008-03-26 10:23:44

xjediboy11
Scratcher
Registered: 2008-03-01
Posts: 5

Re: How to make a scroller or Platform game? =) :P

Well thanks for the tips. Do I need srcatch 1.2 to do a scroller. I have 1.1

Offline

 

#5 2008-03-26 11:08:23

bigB
Scratcher
Registered: 2007-06-09
Posts: 100+

Re: How to make a scroller or Platform game? =) :P

that should be fine


http://scratch.mit.edu/projects/bigB/260981 Draw to Text
http://scratch.mit.edu/projects/bigB/181829 3D Stunt Flyer

Offline

 

#6 2008-03-27 07:50:50

robbie
Scratcher
Registered: 2007-08-21
Posts: 1

Re: How to make a scroller or Platform game? =) :P

If you want to have the sprite jump to a platform, do this so it will land and stay.<when green flag clicked><forever><if><<  <not>  >><touching color[ <repeat until><touching color[ <change y by( -2    :-)

Offline

 

#7 2008-03-27 12:29:31

Mayhem
Scratcher
Registered: 2007-05-26
Posts: 1000+

Re: How to make a scroller or Platform game? =) :P

Have a look at my "Complex Jumping Demo" for a good example of a sprite interacting with platforms - not being able to jump up through them, as well as staning on them, and not partially sinking into them as some platformers allow their sprites to do.


Web-spinning Spider:  http://scratch.mit.edu/projects/Mayhem/18456
3D Dungeon Adventure:  http://scratch.mit.edu/projects/Mayhem/23570
Starfighter X: http://scratch.mit.edu/projects/Mayhem/21825
Wandering Knight: http://scratch.mit.edu/projects/Mayhem/28484

Offline

 

#8 2008-04-14 16:01:28

xjediboy11
Scratcher
Registered: 2008-03-01
Posts: 5

Re: How to make a scroller or Platform game? =) :P

does any1 really know how to make a scroller. I know platforms and junk like that but how do i make it "scroll". (I.E. Tanner-fbi's big cat, or that Mario platform, made by some other guy)

Offline

 

#9 2008-04-14 16:35:17

Mayhem
Scratcher
Registered: 2007-05-26
Posts: 1000+

Re: How to make a scroller or Platform game? =) :P

http://scratch.mit.edu/forums/viewtopic.php?id=2440

Lots of different ways, see the above thread.


Web-spinning Spider:  http://scratch.mit.edu/projects/Mayhem/18456
3D Dungeon Adventure:  http://scratch.mit.edu/projects/Mayhem/23570
Starfighter X: http://scratch.mit.edu/projects/Mayhem/21825
Wandering Knight: http://scratch.mit.edu/projects/Mayhem/28484

Offline

 

#10 2008-04-15 20:15:34

eringal2
Scratcher
Registered: 2008-04-14
Posts: 1

Re: How to make a scroller or Platform game? =) :P

i need help with normal games  sad  i can only edit premade

Offline

 

Board footer