Good, it's better for me because i'm making aninteractive house and there are doors close to each other.
This gives (in this case) a hell of much more control!
After trying a while :shock: , saw that the doors have to be actors for the Near sensor to react, and react :o (just have to test the values) :D Thank you very much for your help, thoro! p.s. - I've put the same question in elysiun.com, before put it in here, and got no help (and dont think the ques...
Here is the case. I have more than one door in a house, and i wan't to to use the (Right Mouse click Sensor) to open the doors (but just "that" door expecificaly). Already have the realtime thing working almost the way i want, but when Right click, all doors open or close at the same time. Is possib...
Sorry, i've put the wrong /tumble.py) Here's the Right one. # tumble.py by onk, 11.1999 import Blender import math from Blender import * from math import * import whrandom # Number of frames for "once around" - the more # frames, the slower the small lamp will tumble speed = 100 pi2 = pi * 2 lamp = ...
I start learning Blender Python 2 days ago, hope it is not to late (if it not help you, maybe others). I've changed a bit the code (pure luck, i gess) and it worked! Here's the (tumble.py) for 2.25 # tumble.py by onk, 11.1999 (changed, of course) import Blender import math from Blender import * from...