(using cscript)
I'm trying to create a presentation with 3dgs and here is what I need but am having problems doing so.
I am going to be making spheres in 3d space and need to be able to click on one then another and have a beam/line show up between them. I'm sure the best way to do that would be to click on one, store the temp value of the xyz of it's center then click on another (and this is the hard part I think) and get it's vector info reletive to the first sphere. This way I'd have the xyz origin for the beam from the first one, then just rotate the other one to face the 2nd, but then make sure it's long enough to reach the center of it.
Any ideas?
thanks
edit: I tried the mouseover code for the first part, but can't get it to work. (EVENT_TOUCH under help) it keeps telling me "parameter unknown emask" so I guess I need help with that part too. I got this working with lite-c, but I don't know if I want to do my project that way (not much exp, but I might have to)
Last edited by Nicholas; 11/21/09 18:28.