roofy
09-28-2006, 06:32 PM
I got 2 new problem. First, I would like for a ghost to fly around in front of the church object that can be found in the cd gallery. I have setup the scene where the ghost is in front of the building, and I was thinking of using the random number function to pick different points in space. Then be able to set the ghost's pointOfView to that random pick in space. However, I think I am going way over my head as for still being newbie to Alice. So I want to know, am I right that this would be too advance for to do right now? If so would you have any other suggestions to make my ghost fly in front of the church building.
2. The second problem is, I wanted to know is it possible to get say just the x value of an object's position?
I do not understand why it is really difficult to do things like this in Alice where in Shockwave it is so simple you would laugh your pants off.
in shockwave to get the x value of an object's position you do this...
myXValue = myObject.transform.position.x
... where myObject is obviously the object you want to get this value of
2. The second problem is, I wanted to know is it possible to get say just the x value of an object's position?
I do not understand why it is really difficult to do things like this in Alice where in Shockwave it is so simple you would laugh your pants off.
in shockwave to get the x value of an object's position you do this...
myXValue = myObject.transform.position.x
... where myObject is obviously the object you want to get this value of