Browse Search Popular Register Upload Rules User list Login:
Search:
Robocop walking

Image:
screenshot of the scene

Author: lowlol

Group: Default

Filesize: 66.62 kB

Date added: 2009-06-13

Rating: 5

Downloads: 819

Views: 2071

Comments: 1

Ratings: 1

Times favored: 0

Made with: Phun

Tags:

Scene tag

Collab forum topic: http://www.phunland.com/forum/viewtopic.php?id=8163


Walking for robocop almost complete, now I just need to work on the ankles and speed it up.

If walking stops just lift the ragdoll a bit and let it go and if that doesn't work type in scene.my.collide2 = 2; in console.

** Thyme notes **
Variables:
scene.my.hip1 = 0;
scene.my.hip2 = 0;
scene.my.knee1 = 0;
scene.my.knee2 = 0;
scene.my.collide1 = 1;
scene.my.collide2 = 2;

FIrst leg

Hip Hinge
_motorSPeed = {scene.my.hip1}

COllision left
_onCollide (e)=>{scene.my.hip1 = 0;}

collision right
_onCOllide (e)=>{scene.my.hip1 = -.2; scene.my.collide1 =1;}

Knee Hinde
_motorSpeed = {scene.my.knee1}

collision left
_oncollide = (e)=>{scene.my.knee1 = -.1}

collision right
_oncollide = (e)=>{scene.my.knee1 = 0}

bottom foot
_collideset {scene.my.collide1}
_onCOllide (e)=>{scene.my.hip1 = .2; scene.my.knee1 = .1; scene.my.collide1 = 0;}


Second leg

Hip Hinge
_motorSPeed = {scene.my.hip2}

COllision left
_onCollide (e)=>{scene.my.hip2 = 0;}

collision right
_onCOllide (e)=>{scene.my.hip2 = -.2; scene.my.collide2 =2;}

Knee Hinde
_motorSpeed = {scene.my.knee2}

collision left
_oncollide = (e)=>{scene.my.knee2 = -.1}

collision right
_oncollide = (e)=>{scene.my.knee2 = 0}

bottom foot
_collideset {scene.my.collide2}
_onCOllide (e)=>{scene.my.hip2 = .2; scene.my.knee2 = .1; scene.my.collide2 = 0;}
Please log in to rate this scene
edit
Similar scenes
Title: Robocop Ragdoll (for collab)
Rating: 6.5455
Filesize: 197.07 kB
Downloads: 1418
Comments: 2
Ratings: 5
Date added: 2009/06/08 19:22:03
Made with: Phun
Rating: rated 6.5
download
Title: The robocop powered car(for a contest)
Rating: 7.0769
Filesize: 0.54 MB
Downloads: 1422
Comments: 3
Ratings: 7
Date added: 2009/06/30 17:27:26
Made with: Phun
Rating: rated 7.1
download
Title: Robocop in crown VIctoria
Rating: 5
Filesize: 137.82 kB
Downloads: 1064
Comments: 0
Ratings: 1
Date added: 2009/06/10 00:51:09
Made with: Phun
Rating: rated 5
download
Title: robocop ragdoll
Rating: 5
Filesize: 68.56 kB
Downloads: 881
Comments: 1
Ratings: 1
Date added: 2012/05/11 15:25:54
Made with: Algodoo v2.0.1 Edu
Rating: rated 5
download
Title: RoboCop legs.
Rating: 5
Filesize: 44.4 kB
Downloads: 519
Comments: 0
Ratings: 1
Date added: 2009/06/08 22:35:07
Made with: Phun
Rating: rated 5
download
Title: A Walking Stickman 3.0 (Look!)
Rating: 6.7143
Filesize: 33.65 kB
Downloads: 74
Comments: 5
Ratings: 7
Date added: 2009/01/12 00:34:02
Made with: Phun
no image found for this scene
Rating: rated 6.7
download
This scene is a response to
show list
Title: Robocop
Rating: 5
Filesize: 34.47 kB
Downloads: 583
Comments: 0
Ratings: 1
Date added: 2009/06/07 10:08:50
Made with: Phun
Rating: rated 5
download
hey thats pretty cool. I don't know anything about how Thyme works... looks very promising, if only there was a better way to stabilize things