PDA

View Full Version : TMC Button?


Sir Nash
01-20-2010, 08:40 AM
Just noticed that the TMC menu button's cursor has not been coded like the main menu when you hover your mouse, the cursor changes into a 'hand pointing finger', and when you leave the button it reverts back to normal. But on the TMC button, the cursor does not change. I don't know if the script was left out on purpose, if it was then my apologize.

Example script:

-- Change mouse to pointing hand finger
on mouseEnter me
sprite(whateverchannel#).cursor = 280
end

-- Make mouse go back to normal
on mouseLeave me
sprite(whateverchannel#).cursor = 0
end

May not exactly be the way TMyApp did it for the main menu, but that should work as well. Any who, was just curious if it was left out on purposes and it was forgotten.