Hi again, I did have this in another post but no one anwsered it, please do not think off this as spamming
I got the following code from Dark forge :
` -------------------------------------------------------------------------
` Roll-over Text Change DarkForge FAQ 21/12/2000
` -------------------------------------------------------------------------
` Coded for a forum request in 10 mins one evening to show how to do a
` text roll-over without any sprite collision or complicated arrays.
hide mouse
` Create a basic new mouse pointer (image 1)
ink rgb(0,255,0),0
line 8,0,8,16
line 0,8,16,8
get image 1,0,0,17,17
` Create a basic new roll-over mouse pointer (image 2)
cls 0
circle 5,5,5
get image 2,0,0,16,16
data$="hello"
tx=200
ty=150
tw=text width(data$)
th=text height(data$)
rollover=1
do
cls rgb(0,0,50)
sprite 1,mousex(),mousey(),rollover
if mousex()>=tx and mousex()=ty and mousey()=tx and mousex()=ty and mousey()