Browse Search Popular Register Upload Rules User list Login:
Search:
Geomentry dash level 1 (updated)

Image:
screenshot of the scene

Author: eagleforceleader

Group: Default

Filesize: 1.76 MB

Date added: 2015-12-07

Rating: 5

Downloads: 1266

Views: 368

Comments: 7

Ratings: 1

Times favored: 0

Made with: Algodoo v2.1.0

Tags:

Scene tag

updated features:
1) make the player move just like geomentry dash
2) make the level more harder,scens more nearer as geomentry dash as I can
3) tested and possible.
player head: temporary using ultragamer's head.
script: thanks to FRA32 for that.
Last edited at 2015/12/07 08:01:09 by eagleforceleader
Please log in to rate this scene
edit
Similar scenes
Title: Geometry Dash - Working Level
Rating: 6.3334
Filesize: 169.12 kB
Downloads: 20901
Comments: 32
Ratings: 6
Date added: 2019/03/24 23:32:12
Made with: Algodoo v2.1.0
Rating: rated 6.3
download
Title: speed dash (v1.3)
Rating: 5
Filesize: 127.54 kB
Downloads: 4080
Comments: 5
Ratings: 1
Date added: 2022/01/20 20:54:40
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Triometry dash(ship level)
Rating: 5
Filesize: 315.63 kB
Downloads: 1869
Comments: 0
Ratings: 1
Date added: 2020/07/16 03:35:07
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Evolution Camp-1B
Rating: 4.5
Filesize: 443.59 kB
Downloads: 380
Comments: 9
Ratings: 2
Date added: 2016/01/31 18:55:09
Made with: Algodoo v2.1.0
Rating: rated 4.5
download
Title: Geometry Dash Level 1
Rating: 5
Filesize: 112.4 kB
Downloads: 783
Comments: 1
Ratings: 1
Date added: 2017/12/16 13:52:54
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: JSAB on algodoo (playable) with level?
Rating: 4.5
Filesize: 22.7 kB
Downloads: 3057
Comments: 2
Ratings: 2
Date added: 2021/09/27 20:14:59
Made with: Algodoo v2.1.0
Rating: rated 4.5
download
help:
somebody help me to broke the code:
(e)=>{
keys.isdown("-") ? {
e.this.angvel = -5;
e.this.vel = e.this.vel + [0.1, 0]
} : {
keys.isdown("=") ? {
e.this.angvel = 5;
e.this.vel = e.this.vel - [0.1, 0]
} : {
keys.isdown("w") ? {
e.this._jump ? {
e.this.vel = [2, 4];
e.this._jump = false;
e.this.angvel = -5
} : {}
} : {}
}
};
scene.my.pos = e.this.pos
}
into only "jump" button can be used. HELP!
change the "-" and the "=" to proper letter keys, else one breaks his hand using these controlls. Then it should work again(keyboards may have different button settings, thus maybe resulting in conflicts)
One note: Change the killing objects so that they dont kill you, and instead teleport you to the beginning, else I always need to restart, which quickly gets annoying. Also change the jump script so you dont instantly slow down when jumping
but is that possible to make a script that the cube can jump only using controls without adding moving left or right using controls?
Last edited at 2015/12/08 03:03:03 by eagleforceleader
Of course, just add to poststep: e.this.vel = [10,e.this.vel(1)]
how do you jump? you need to tell the controls. and how do you teleport obects like being able to teleport obects is one of my goal. and if possible I think for the attempts, you shoud make it count your attempts. without that feature, it will not be realistic.
Reply to megauser289:
you just only use space button to jump.
I don't know how to make the attempt count btw, I just know that when object teleport, it triggers another trigger but I don't know the script.

btw, I am eagleforceleader.