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

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: Walking Robocop
Rating: 5
Filesize: 142.66 kB
Downloads: 797
Comments: 0
Ratings: 1
Date added: 2009/06/11 20:58:19
Made with: Phun
Rating: rated 5
download
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
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 legs.
Rating: 5
Filesize: 44.4 kB
Downloads: 520
Comments: 0
Ratings: 1
Date added: 2009/06/08 22:35:07
Made with: Phun
Rating: rated 5
download
Title: Robocop in seat
Rating: 5
Filesize: 83.83 kB
Downloads: 781
Comments: 0
Ratings: 1
Date added: 2010/01/01 15:32:57
Made with: Algodoo before v1.8.5
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:
Title Author Rating Downloads Comments Date added
Robocop lowlol 5 (1 vote) 583 0 2009/06/07 10:08:50
show grid
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