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

#1 2012-03-05 14:44:24

pottsy123
New Scratcher
Registered: 2012-03-05
Posts: 2

Dragon chase

hello. I have used scratch for a while now I have decided to show my game. It is called dragon chase. You use the mouse pointer to control a dragon while running from a knight and collecting coal. One clever feature is that the knight speeds up as the game goes on. This shows how I did it.

when I receive [start v]
forever
wait [0.1] secs
change [score v] by [1]
end
when I receive [start v]
show
forever
point towards [sprite 1 v]
move < (score) / [100] > steps
end

Offline

 

#2 2012-03-05 15:04:42

pottsy123
New Scratcher
Registered: 2012-03-05
Posts: 2

Re: Dragon chase

I don't know how to edit posts but here is the link to the game
<a href='http://scratch.mit.edu/projects/pottsy123/2375244'><img src='http://scratch.mit.edu/static/projects/pottsy123/2375244_med.png' width='425' height='319' alt='Scratch Project'></a>

Offline

 

#3 2012-03-05 15:09:52

Reamm
Scratcher
Registered: 2007-11-10
Posts: 100+

Re: Dragon chase

Great script. I've also scripted a game with sort of the same script, but it's not available yet. I checked out the game & it was very awesome. Great Job!

Offline

 

Board footer