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: 500

Views: 276

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: 2441
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 Scene 2
Rating: 5.375
Filesize: 41.61 kB
Downloads: 313
Comments: 0
Ratings: 2
Date added: 2018/02/17 16:22:53
Made with: Algodoo v2.1.0
Rating: rated 5.4
download
Title: The Adventures Of Rainbow 4 - Scene 2
Rating: 6.1111
Filesize: 16.08 kB
Downloads: 1774
Comments: 6
Ratings: 3
Date added: 2019/06/06 12:48:40
Made with: Algodoo v2.1.0
Rating: rated 6.1
download
Title: ORANGE ADVENTURES
Rating: 5
Filesize: 67.56 kB
Downloads: 414
Comments: 0
Ratings: 1
Date added: 2019/07/26 03:46:27
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: 902
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: 283
Comments: 4
Ratings: 1
Date added: 2018/01/19 22:46:46
Made with: Algodoo v2.1.0
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