Forum: Precision Position Tracker (PPT)
04-22-2009, 05:54 AM
|
|
Replies: 1
Views: 33,822
Sensor gets confused
I have 4 sensors that I use currently for my program. Sometimes I switch the program only to track three, but the problem is the computer that tracks the sensors seems to switch sensors once in...
|
Forum: Vizard
04-18-2009, 10:11 AM
|
|
Replies: 1
Views: 23,145
disable ppt sensor
Is there a way to track 4 sensors and have the computer disable which ever sensor you designate and then have then activate it later on.
IE - you have ppt1 and ppt2 as sensonrs. I want to ignore...
|
Forum: Vizard
04-14-2009, 11:34 AM
|
|
Replies: 1
Views: 32,145
stopping a sequence
HI,
This is the code Im running:
def moveFlowers():
x,y,z = ball1.getPosition()
|
Forum: Vizard
04-11-2009, 10:06 AM
|
|
Replies: 4
Views: 31,888
|
Forum: Vizard
04-10-2009, 12:13 PM
|
|
Replies: 1
Views: 68,568
multiple objects
Im trying to think of a faster way to write this code. I have 3 objects. All 3 objects work as a whole. For example. Object 1 fits inside of object 2 and object 2 fits inside of object 3. So...
|
Forum: Vizard
04-08-2009, 12:14 PM
|
|
Replies: 4
Views: 31,888
stopping ontimer
My program runs on onkeydown() that are assigned to different def func:. When i switch from func A to func B. A is still running. The reason is I think is becuase of the ontimers that I have...
|
Forum: Vizard
04-07-2009, 05:27 PM
|
|
Replies: 1
Views: 20,296
|
Forum: Vizard
04-07-2009, 11:12 AM
|
|
Replies: 1
Views: 20,296
vizact.onkeydown()
Im trying to write a program where I have 3 funcs and I want to que those funcs onkeydown(). THe problem I am having is when I hit a keydown button and want to go to a different funcs that same func...
|
Forum: Vizard
03-31-2009, 10:59 AM
|
|
Replies: 8
Views: 36,981
|
Forum: Vizard
03-31-2009, 09:50 AM
|
|
Replies: 1
Views: 24,093
stopping a function
Hello,
I have def func1() and def func2() that do not run on timers of there own. I have a def maintask() that controls when each of the def() will start. The problem I am having is once func1()...
|
Forum: Vizard
03-31-2009, 09:18 AM
|
|
Replies: 3
Views: 26,622
Ok thanks for that... If I wanted to do it via...
Ok thanks for that... If I wanted to do it via pressing keys and not a timer how would I do that. I got it to work but I have trouble after I go on to the next function... I can never go backwards....
|
Forum: Vizard
03-27-2009, 03:22 PM
|
|
Replies: 8
Views: 36,981
|
Forum: Vizard
03-27-2009, 03:02 PM
|
|
Replies: 8
Views: 36,981
Well I tried to upload a .wrl file and it...
Well I tried to upload a .wrl file and it wouldn't let me. So pretty much this file has moving animation to it that loops. It also has 5 skins of color on it as well. The program runs slow. Im...
|
Forum: Vizard
03-25-2009, 04:15 PM
|
|
Replies: 8
Views: 36,981
|
Forum: Vizard
03-24-2009, 07:46 PM
|
|
Replies: 8
Views: 36,981
|
Forum: Vizard
03-24-2009, 01:25 PM
|
|
Replies: 8
Views: 36,981
.clone() or .copy()
Hello,
Im writing a program that adds a node3d and lets the node run for 3.5 seconds and then removes the node3d when its triggered by some speed. The node is also looping animation(IE it appears...
|
Forum: Vizard
03-24-2009, 09:18 AM
|
|
Replies: 3
Views: 26,622
Timer Question
Hello,
I have a program that I want to run for 10 minutes. In those 10 minutes I want it to check for the time. For the first 3 minutes I want it to run one function. After the 3 minutes...
|
Forum: Vizard
03-19-2009, 10:20 AM
|
|
Replies: 4
Views: 20,560
|
Forum: Vizard
03-19-2009, 08:51 AM
|
|
Replies: 4
Views: 20,560
|
Forum: Vizard
03-18-2009, 05:53 AM
|
|
Replies: 4
Views: 20,560
Well I dont want a spinning action to happen. ...
Well I dont want a spinning action to happen. The animation(the .wrl file) moves. This is an example. We have the sun. The sun rise from one area and sets in another area. On a certain cue I want...
|
Forum: Vizard
03-17-2009, 05:57 PM
|
|
Replies: 4
Views: 20,560
stop and starting a .wrl file
Hello,
Im trying to make a animation happen once if. Im planning on using it in a def.
Do i initate the .wrl file before the def?
How can I make the .wrl disapear after the animation runs...
|
Forum: Vizard
03-17-2009, 05:36 PM
|
|
Replies: 3
Views: 31,630
|
Forum: Vizard
03-17-2009, 11:59 AM
|
|
Replies: 1
Views: 26,164
Multiple Programs Running
Is there a way to run multiple programs at the same time using the same sensors?
Im guessing no because when i try to run different programs at the same time it does not work and only allows me to...
|
Forum: Vizard
03-13-2009, 09:05 AM
|
|
Replies: 1
Views: 44,662
Calculating Speed with sensor
Hello,
Right now I am trying to figure out how to calculate speed with a sensor. I know that speed is the rate of change with respect to time. So change of position / time.
I know I need to...
|
Forum: Vizard
03-10-2009, 10:30 AM
|
|
Replies: 1
Views: 25,558
|