2009-10-29 10:11 PM
2009-10-30 05:00 AM
2009-10-30 11:32 AM
Joachim wrote:You could nove your hotspot from the same inverse distance.
I try to make a script with a moveable hotspot, that shall jump back automatically.
It should behave like a bell button: push the hotspot forward, then an action happens (another Parameter is changed), after that the button should jump back in the zero position.
Any ideas or experiences?
!!! -------- Number of Revolutions ---------- add2 0, -nTurn hotspot2 0, 0 , uid, nTurn, 1+128 : uid = uid+1 ! base hotspot2 0, -1 , uid, nTurn, 3 : uid = uid+1 ! ref hotspot2 0, nTurn, uid, nTurn, 2 : uid = uid+1 ! moving del 1
2009-10-30 04:29 PM
2009-10-30 04:59 PM
2009-10-30 05:37 PM
2009-10-30 06:00 PM
2009-10-30 06:27 PM
2009-10-30 06:55 PM
ztaskai wrote:Ahh, I can see the true reason teamwork2 was introduced - networked tic-tac-toe! Quality!
2. Try to stretch a placedArmchair 01from AC Library 13 to more than 2x2 meters. Then you'll see some triggering hotspots. (Sorry for the spoiler...)
2009-10-30 09:19 PM
Joachim wrote:I was afraid that it was not so simple, or to misunderstood the question. Sorry, I'm out of ideas.
Olivier, your suggestion, does not work, because the parameter value is still not zero (what I am needing). I think, there might be a trick with PARAMETERS and GLOB_MODPAR_NAME.