Knuckle Cracker

Creeper World 3 => The Coder's Corner => Topic started by: iwishforpie2 on November 20, 2014, 10:30:24 AM

Title: Making screenimages or whatever you call them.
Post by: iwishforpie2 on November 20, 2014, 10:30:24 AM
How would you make images that appear when you click on something? I know this is possible, but how would I attach it to the bottom screen (buildings, units, all of that stuff)?
Title: Re: Making screenimages or whatever you call them.
Post by: Asbestos on November 20, 2014, 08:11:29 PM
F11 and F12. Or use Print Screen, then paste it into MSPaint or something.
Title: Re: Making screenimages or whatever you call them.
Post by: iwishforpie2 on November 20, 2014, 09:36:09 PM
? Alright, confused here. F11 and F12? MSPaint? The hotkey for F11 for some kind of command?
Title: Re: Making screenimages or whatever you call them.
Post by: Asbestos on November 20, 2014, 11:10:17 PM
Wait, do you want screenshots or something else?
Title: Re: Making screenimages or whatever you call them.
Post by: Flabort on November 21, 2014, 12:18:22 AM
Quote from: Asbestos on November 20, 2014, 11:10:17 PM
Wait, do you want screenshots or something else?
I think he wants to create a custom menu. Like, in-game images, where the units are located on the menu, something like that.
Title: Re: Making screenimages or whatever you call them.
Post by: iwishforpie2 on November 21, 2014, 09:50:28 AM
Yeah, like the PAC maps.
Title: Re: Making screenimages or whatever you call them.
Post by: Hubs on December 06, 2014, 09:25:23 AM
The PAC maps use setimage and position them offset from the core that builds the menu. You would first need to upload your custom image into the editor. Then add code to display the image and check for user input. If you want to see how it's done in the PAC maps look at the BuildTab.crpl script.