View Full Version : Help on Flight SImulator
dubastot
12-05-2009, 09:35 AM
I am making a flying game right now and am trying to make a homing missile system. The problem is I can't seem to make a method with the object under cursor. I embedded comments into it to guide you. Thanks!
Edit: The real Flight simulator is below.
x2495iiii
12-05-2009, 11:28 AM
Unfortunately, there really isn't a way for Alice to detect when a mouse has hovered over an object. I was considering making a sort of complex system which used the cursor's distance from the top and left edges and compared them against an imaginary line from the camera to the object, but I'm not entirely sure how to do so.
dubastot
12-05-2009, 03:48 PM
Someone posted a world with the same method I want to have in mine. Do you think you could clone their method.
For some reason I can't post it so here is its name: The SIms 2 Beta
x2495iiii
12-05-2009, 04:03 PM
Which part did you want? There isn't a mouse hovering method in there.
x2495iiii
12-05-2009, 11:49 PM
I tried downloading that world, it won't open properly. Any chance you could re-upload it?
dubastot
12-06-2009, 08:06 AM
Sorry once again that was a bad world, here is a good one:
dubastot
12-08-2009, 06:22 PM
x249iii can you look at this and see what is wrong when I try to make the object under mouse thing.
x2495iiii
12-08-2009, 06:25 PM
On it.
x2495iiii
12-08-2009, 06:45 PM
Got it.
dubastot
12-08-2009, 09:37 PM
Thank you!:D