HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Camera Locations

10-05-2004, 12:31 AM#1
[Death]
I have a camera that goes to another camera. In between the transition, the camera immediately puts the X and Y co-ordinates of the current camera into a variable, then goes to another camera, kind of like a vision, then after a short while, it goes back. The problem is... I don't know how to make it go back. GUI doesn't give me any options of replacing the X and Y co-ordinates of the current camera with the variables. This most likely needs JASS, which is why I asked here. Plus, I don't know JASS .
10-05-2004, 01:09 AM#2
curi
sure it does, "panning" a camera means moving it's location (and maybe some other stuff, forget). you can create a location from the x and y vals, and pan there.
10-05-2004, 11:22 AM#3
[Death]
Hmm, I just delved deeper into what you said, and sure enough, Panning a Camera can use variables for a point... at least I hope so, I'll have to test after I go to school :/

And thanks! I feel stupid after this... Especially since I know a lot about GUI and triggering spells and such .