Hi...
I'm trying to make a Radar that show pawns location using scaleform.. Others like hp bar, timer, etc..All working except the "MINIMAP"
Here is my scaleform...
The blue dot (pawn location) will move around on the ring (Yellow line)..
Based on my research on UTGame minimap, they using canvas to draw the dots (location) on the minimap (Correct me if I my research are wrong)
I would like to ask, can scaleform do like canvas??
Only when the pawn is there, then scaleform will show the dots.. If possible to do so, what should I do on the scaleform (flash)
I know how to calculate the range between pawn A and pawn B, but how I can get the degree of pawn A (facing direction) to to pawn B ??
Picture will upload later....
Thanks....
I'm trying to make a Radar that show pawns location using scaleform.. Others like hp bar, timer, etc..All working except the "MINIMAP"
Here is my scaleform...
The blue dot (pawn location) will move around on the ring (Yellow line)..
Based on my research on UTGame minimap, they using canvas to draw the dots (location) on the minimap (Correct me if I my research are wrong)
I would like to ask, can scaleform do like canvas??
Only when the pawn is there, then scaleform will show the dots.. If possible to do so, what should I do on the scaleform (flash)
I know how to calculate the range between pawn A and pawn B, but how I can get the degree of pawn A (facing direction) to to pawn B ??
Picture will upload later....
Thanks....
Comment