This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.
  • Index
  •  » Show and tell
  •  » Scroll Engine v1 - A scrolling engine for advanced scratchers

#1 2012-03-26 00:42:41

gamerkeeg
Scratcher
Registered: 2009-01-16
Posts: 32

Scroll Engine v1 - A scrolling engine for advanced scratchers

Hi guys, Its difficult and time consuming to build a 2d engine for scratch. So i decided to build my own simple engine for scrolling and share it so everyone can use it.

It only uses 5 sprites and 18 scripts so it runs very fast and is easy to edit.

How it works: The large map (this version features 5x5 but the model is expandable to infinity)is divided up to 4 different sprites so that each one gets a few unique pieces of the puzzle. The sprites move to make the map scroll. To make your own project with the engine, simply replace the existing frames with ones of your own. A grid better explaining this is in the costumes of the stage.

Now there is no excuse for not building that game you have always wanted to make  smile

Tell me what you think about it, im open for comments, criticism and questions

v1 (link to project)


v1.1http://scratch.mit.edu/projects/gamerkeeg/2427749

v1.1 ships testhttp://scratch.mit.edu/projects/gamerkeeg/2427819

v1.1 features a more efficient and simple x and y setting script  big_smile

Last edited by gamerkeeg (2012-03-27 22:30:27)

Offline

 

#2 2012-03-26 00:45:02

TorbyFork234
Scratcher
Registered: 2012-03-01
Posts: 1000+

Re: Scroll Engine v1 - A scrolling engine for advanced scratchers

(link to project).
You know, URL tags are always helpful...

Nice scrolling engine though!

Offline

 

#3 2012-03-26 00:46:25

gamerkeeg
Scratcher
Registered: 2009-01-16
Posts: 32

Re: Scroll Engine v1 - A scrolling engine for advanced scratchers

Sorry i havent posted in this forum  big_smile , could you please share the syntax for sharing a url?

Offline

 

#4 2012-03-26 00:54:05

TorbyFork234
Scratcher
Registered: 2012-03-01
Posts: 1000+

Re: Scroll Engine v1 - A scrolling engine for advanced scratchers

Ok...

Code:

[url=(Insert Url here)]Insert Text Here[/url]

So for your project it would be

Code:

[url=http://scratch.mit.edu/projects/gamerkeeg/2422866](link to project)[/url]

would equal to
(link to project)

Offline

 

#5 2012-03-26 00:57:10

gamerkeeg
Scratcher
Registered: 2009-01-16
Posts: 32

Re: Scroll Engine v1 - A scrolling engine for advanced scratchers

thanks  big_smile

Offline

 

#6 2012-03-26 09:40:44

gamerkeeg
Scratcher
Registered: 2009-01-16
Posts: 32

Re: Scroll Engine v1 - A scrolling engine for advanced scratchers

Just created a gallery for future scroll engine games. Right now im in the process of testing a 5x5 ships game similar to sid miers pirates. For the full version i will be porting the engine to 10x10.

http://scratch.mit.edu/galleries/view/158926

Last edited by gamerkeeg (2012-03-26 09:41:07)

Offline

 

#7 2012-03-27 22:23:53

gamerkeeg
Scratcher
Registered: 2009-01-16
Posts: 32

Re: Scroll Engine v1 - A scrolling engine for advanced scratchers

v1.1 and ships test is out! see original post  big_smile

Offline

 

#8 2012-03-28 02:14:12

gamerkeeg
Scratcher
Registered: 2009-01-16
Posts: 32

Re: Scroll Engine v1 - A scrolling engine for advanced scratchers

Just had an interesting idea.. instead of only using 4 sprites as scrolling windows, i am going to try and use 9 or even 16 to allow realistic zooming in and out while scrolling on a live background  big_smile

I might have to adapt the engine to run at normal speed while the game is set to turbo mode to allow for the extra moving sprites

Offline

 
  • Index
  •  » Show and tell
  •  » Scroll Engine v1 - A scrolling engine for advanced scratchers

Board footer