Browse Search Popular Register Upload Rules User list Login:
Search:
The Adventures of Rainbow Scene 1

Image:
screenshot of the scene

Author: WoodsPaul

Group: Default

Filesize: 53.5 kB

Date added: 2018-02-16

Rating: 5.4

Downloads: 496

Views: 272

Comments: 3

Ratings: 2

Times favored: 0

Made with: Algodoo v2.1.0

Tags:

Scene tag

I'm just started:(
Don't judge me I made this when I just entered Algodoo
When just started, I didn't do anything good...
Then, I learnt some small scriptings, and made this...
Thanks!
Last edited at 2018/02/18 18:21:45 by WoodsPaul
Please log in to rate this scene
edit
Similar scenes
Title: The Adventures Of Rainbow - Scene 1
Rating: 6.2
Filesize: 28 kB
Downloads: 2436
Comments: 7
Ratings: 4
Date added: 2019/06/04 13:46:56
Made with: Algodoo v2.1.0
Rating: rated 6.2
download
Title: The Adventures Of Rainbow 4 - Scene 2
Rating: 6.1111
Filesize: 16.08 kB
Downloads: 1771
Comments: 6
Ratings: 3
Date added: 2019/06/06 12:48:40
Made with: Algodoo v2.1.0
Rating: rated 6.1
download
Title: Rainbow balls adventures (Results)
Rating: 5
Filesize: 26.16 kB
Downloads: 237
Comments: 0
Ratings: 1
Date added: 2016/08/21 08:06:02
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: The Adventures Of Rainbow 4 Level 3 Test
Rating: 5
Filesize: 18.7 kB
Downloads: 896
Comments: 1
Ratings: 1
Date added: 2019/06/27 06:06:37
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: A rainbow marble that stays rainbow even when the scene is paused
Rating: 5
Filesize: 9.05 kB
Downloads: 279
Comments: 4
Ratings: 1
Date added: 2018/01/19 22:46:46
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: WaterBalloon Adventures Stage 1
Rating: 5
Filesize: 2.1 MB
Downloads: 2327
Comments: 6
Ratings: 1
Date added: 2013/10/14 03:28:49
Made with: Algodoo v2.0.2 Edu
Rating: rated 5
download
That's a nice thing.

Sadly, 99% of people don't put that much effort.

I hope to see better things in the future.
Nice game.
For better control Use this:
(e) = > {
Keys. Isdown ( "right ")? {
Vel = [10, 0]
} : {
Vel = [0, 0]
} + {
Keys. Isdown ( "left ")? {
Vel = [-10, 0]
} : {
Vel = [0, 0]
} + {
Keys. Isdown ( "up ")? {
Vel = [0, 10]
} : {
Vel = [0, 0]
} + {
Keys. Isdown ( "down ")? {
Vel = [0,-10]
} : {
Vel = [0, 0]
}
}
}
}
}
Thank you!
In fact, I didn't want gravity in the game, so instead of gravity-moves, I use controller:P