![]() |
Show Names on Hover - Printable Version +- Mirage Source (https://mirage-engine.uk/forums) +-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61) +--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18) +---- Forum: Resources (https://mirage-engine.uk/forums/forumdisplay.php?fid=49) +---- Thread: Show Names on Hover (/showthread.php?tid=39) |
Show Names on Hover - Tutorial Bot - 01-06-2006 Author: Dark Dragon Difficulty: 1/5 By adding this tutorial, player names will not be displayed unless you hover your mouse over them. In frmMirage, change Private Sub picScreen_MouseMove to: Code: Private Sub picScreen_MouseMove(Button As Integer, Shift As Integer, x As Single, y As Single) In modGameLogic, under: Code: ' Game fps Code: 'Loc of pointer Now, in Sub Gameloop, change: Code: ' Lock the backbuffer so we can draw text and names Code: ' Lock the backbuffer so we can draw text and names |