Mystic Software Forums
Miscellaneous => Archives => Archive => Topic started by: Anonymous on August 20, 2003, 07:55:49 PM
-
just an idiot, but is there a way to have an image replace another image on screen.
For example. I'm making a "name change" screen, and when you click on a letter/number graphic, it will change a predetermined region on the top of the screen. I've yet to figure out how to do this. Would/Could I just use the #SetImage command on a click? Also, I was just wondering, how to set it to a limited number of spaces, (ie. 8 or 9 space name)?
Any help is appreciated, thanks Wink
-
You could just do something like this:
#mouseclick(x!,y!)
#checkbutton(x!,y!,id!)
#if(id!==0)
{
#setimage(blah blah blah)
}
...
Weeee!
Razz
-
okay, That's what I was going to originally do, just I figured there may be an easier way to get around it.
*Goes back to slave over Vortex