Gravitation platforms for the bge

Subscribers:
1,520
Published on ● Video Link: https://www.youtube.com/watch?v=yCmWJlatbcI



Duration: 12:36
176 views
9


Gravitation platforms for the bge

First I make a single use case (one platform)
always---------Python

then I make it work for each case(many copies of the script)
always------python

then I make it work against all targets in scene.objects:
One item running many platforms
always-------python (using scene.objects each frame)

I then store the list I generate from scene.objects one time
(reducing logic) and use the list to opperate on the whole scene without using scene.objects each frame
always------python (in 1 object for all platforms in the scene)

forum thread = http://blenderartists.org/forum/showthread.php?389021-Gravity-Platforms&p=2986223#post2986223







Tags:
bge
blender
game engine
platforms
physics
springs
motion