Different functions

Hello guys, I was wondering about how to:

  1. Make an object disappear when it is touched twice (double tapped)
  2. Lets consider we have a fixed screen and I want:
  • random character sprites
  • random numbers character sprites and at random locations.

Is that possible to do?

Thanks in advance!

  1. Assign a object variable = 0 to your sprite and add 1 (+1) when release the mouse.
    If variable=2 delete or hide object you want.

  2. Create Random Integer In Range position for X and Y of your Screen size.

1 Like