HandupOnYoHip
07-22-2009, 09:44 PM
If you had to make a circular minimap (http://images1.wikia.nocookie.net/wowwiki/images/4/47/Minimap_example.png), what would be your method?
Keeping in mind this is completely unneeded/unpractical/etc. without masking. If it was me, I would make a circular border on a higher layer, then make a bunch of showimgpart peices of varying width's to cover the entire compass space. Using a variable to denote the player's position on the minimap, showing which peices to draw(in this example, the minimap being a large enuf sized map, bigger then shown on screen).
Keeping in mind this is completely unneeded/unpractical/etc. without masking. If it was me, I would make a circular border on a higher layer, then make a bunch of showimgpart peices of varying width's to cover the entire compass space. Using a variable to denote the player's position on the minimap, showing which peices to draw(in this example, the minimap being a large enuf sized map, bigger then shown on screen).