HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

some trigger help...

04-20-2008, 04:42 AM#1
Hunter of Shadows
Alright, how do you lock the screen onto a certain point?
GUI only please

JASS just makes my head hurt
04-20-2008, 08:19 AM#2
Tide-Arc Ephemera
The Camera section of commands should have a section dedicated to locking cameras to objects. I don't have WE but check that area. If not, the Player section MIGHT have it.
04-20-2008, 03:41 PM#3
Hunter of Shadows
I'm fully aware of that, I'm not completely hopeless with GUI :P

That doesn't really help to be honest, but okay
04-20-2008, 04:41 PM#4
PurgeandFire111
Try this:


If that doesn't work, then use a periodic trigger.
Trigger:
Melee Initialization
Events
Conditions
Collapse Actions
Unit - Create 1 Dummy for PLAYER at LOC facing Default building facing degrees
Camera - Lock camera target for PLAYER to (Last Created Unit), offset by (0.00, 0.00) using Default rotation

Use a dummy unit so that you can lock it to it. And what I mean by "Periodic Trigger", just add the periodic event for about 0.1 or so and they won't be able to scroll off. (They can, but it will lock back real fast)
04-21-2008, 12:12 AM#5
Hunter of Shadows
that helps a great amount

thanks

+rep
04-21-2008, 12:55 AM#6
Here-b-Trollz
Learn JASS nub :P

Even though it wouldn't help in this situation...