Menu Code

BlitzMax Forums/BlitzMax Programming/Menu Code

DaY(Posted 2005) [#1]
Ok im not shore if this is posted in the right place
but here is my menu code with mouse over yes its very simple but ive only acturly sat down and coded something last night i.e. my first blitzmax program.

i have a image locked to the mouse cords so i can use imagescollide to check for mouseclick's and for the mouse over part, but there HAS to be a better way of doing this with out having to draw all the imaged each loop prehaps im missing sommet but is there not a set image to mouse cursor type command ? here is my code let me know how it can be improved coz heh im a n00b ;)

http://www.pimpswithgrenades.com/files.asp?getfile=files/other/mouseovermenu.zip


Damian
p.s. Escuse my bad spelling/grammer im Dyslexic


boomboommax(Posted 2005) [#2]
why use imagescollide, just use the mousex() and y