Browse Search Popular Register Upload Rules User list Login:
Search:
Wrongway snake Component (not for futuresticjojo)

Image:
screenshot of the scene

Author: Lester12345

Group: Default

Filesize: 4.1 kB

Date added: 2014-07-15

Rating: 5

Downloads: 368

Views: 231

Comments: 1

Ratings: 1

Times favored: 0

Made with: Algodoo v2.1.0

Tags:

Scene tag

Arrow keys controlled in "postStep"

FUNCTION TYPE = "postStep":

(e)=>{
scene.addcircle({
pos := pos;
color := [1, 1, 1, 1];
radius := 0.125;
drawCake := false;
drawBorder := false;
density := ∞;
timeToLive := 1
});
keys.isDown("up") ? {
pos = pos + [0, 0.0125]
} : {};
keys.isDown("right") ? {
pos = pos + [0.0125, 0]
} : {};
keys.isDown("down") ? {
pos = pos - [0, 0.0125]
} : {};
keys.isDown("left") ? {
pos = pos - [0.0125, 0]
} : {}
}
Please log in to rate this scene
edit
Similar scenes
Title: Snake Pong!
Rating: 7.8571
Filesize: 127.04 kB
Downloads: 547
Comments: 2
Ratings: 7
Date added: 2009/01/26 00:02:24
Made with: Phun
Rating: rated 7.9
download
Title: snake just snake
Rating: 5
Filesize: 15.47 kB
Downloads: 483
Comments: 7
Ratings: 1
Date added: 2024/05/21 15:01:39
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Most disgusting snake ever recorded in algobox history
Rating: 5.2222
Filesize: 50.9 kB
Downloads: 1100
Comments: 2
Ratings: 3
Date added: 2024/05/23 01:50:54
Made with: Algodoo v2.1.1
Rating: rated 5.2
download
Title: Harry the Snake
Rating: 5
Filesize: 344.76 kB
Downloads: 471
Comments: 1
Ratings: 1
Date added: 2016/08/24 19:19:46
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Snake in water
Rating: 6.5
Filesize: 82.04 kB
Downloads: 1664
Comments: 5
Ratings: 4
Date added: 2011/08/08 08:05:55
Made with: Algodoo v1.9.8b
Rating: rated 6.5
download
Title: snake AI
Rating: 5
Filesize: 77.15 kB
Downloads: 669
Comments: 0
Ratings: 1
Date added: 2018/02/16 01:15:41
Made with: Algodoo v2.1.0
Rating: rated 5
download
onClick