Author Topic: (no subject)  (Read 1670 times)

Anonymous

  • Member
  • *
  • Posts: 545
    • View Profile
(no subject)
« 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
« Last Edit: December 31, 1969, 06:00:00 PM by Anonymous »

Dont_Think_So

  • Member
  • *
  • Posts: 76
    • View Profile
(no subject)
« Reply #1 on: August 20, 2003, 09:31:15 PM »
You could just do something like this:

Code: [Select]
#mouseclick(x!,y!)
#checkbutton(x!,y!,id!)
#if(id!==0)
{
#setimage(blah blah blah)
}

...



Weeee!


Razz
« Last Edit: December 31, 1969, 06:00:00 PM by Dont_Think_So »

Anonymous

  • Member
  • *
  • Posts: 545
    • View Profile
(no subject)
« Reply #2 on: August 20, 2003, 10:07:12 PM »
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
« Last Edit: December 31, 1969, 06:00:00 PM by Anonymous »