Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I would also like to know how did you make the ui for when you click on the screen

(+1)

Well... I'm not a great tutor but I'll try to explain.

Here's an example:

>on left mouse button click

>create new sprite (mouse.X + 105; mouse.Y)

>create new text (mouse.X + 105; mouse.Y)

(Just example values and names)       You need to have a sprite and a text somewhere on the layout to be able to create them.

If you're new then don't think about animations or any fancy stuff just yet, learn the basics first.

I don't know if you're a beginner and understood any of this. If you are then I advise you to check out some tutorials on http://www.scirra.com

(1 edit)

Ok, thanks :) , But how do you make it go away?

>on right click

>destroy sprite

>destroy text

is the easiest way do to it

thanks, :)