Difference between revisions of "Move/slide an object up and down"
Jump to navigation
Jump to search
Move/slide an object up and down (edit)
Revision as of 03:06, 16 December 2010
, 03:06, 16 December 2010no edit summary
imported>QQuix (Sample code) |
imported>Lanceor |
||
Line 25: | Line 25: | ||
;====================== | ;====================== | ||
set xObject to aaqqActivator; aaqqPlatform ; aaqqPaint | set xObject to aaqqActivator; aaqqPlatform ; aaqqPaint | ||
set xStdSpeed to | set xStdSpeed to 5 ; <<< Change to your liking (units per second) | ||
set xMaxDisplacement to 100 ; <<< Displacement limit | set xMaxDisplacement to 100 ; <<< Displacement limit | ||
set xPosZ to xObject.getstartingpos z | set xPosZ to xObject.getstartingpos z |