zikdot's Forum Posts

  • Hi everyone, just wondering what methods you use to get your games noticed out in the market?

    Just published my game into GooglePlay. It's a simple yet fun hand-eye coordination game.

    If you want to download it, it's free in GooglePlay store. Just type 'zikdot' into the search area and it will come up with the game

    called 'TAPIT'. Thanks guys!

    Link to the game: play.google.com/store/apps/details?id=com.zikdotapps.tapit

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Just completed my first C2 game. Its available on Google Play store (so only android devices for the moment).

    If you search 'zikdot' within google play it will come up with a game called 'TapIt'. If anyone has time to download it I would really appreciate it and happy to receive feedback, what needs changing etc.

    Thanks so much!

  • Just completed my first C2 game. Its available on Google Play store (so only android devices for the moment).

    If you search 'zikdot' within google play it will come up with a game called 'TapIt'. If anyone has time to download it I would really appreciate it and happy to receive feedback, what needs changing etc. Thanks so much!

  • thanks so much

  • Thank you very much:D

  • Thanks so much it worked.! Im not very gpod woth programming language what did the integer float part mean. I know an integer is a number thats about it

    Thanks again

  • Do I overwrite the other default image that is there or just add an identical one just with my icon? Thank you

  • Ive upload my game to google play store. I managed to get the splash screens working etc but the loading icon is still C2. How do I go about personalising my own? Do I replace the current one that is in the icon default folder within c2?

  • So I've been having problems with respawning am object. I designed a simple game where there is a square and when you click on it you gain 1 point. When you click on it the object respawns to a random location (which is what I wanted).

    I did this by doing the following

    'Set position'

    X axis....random (950)

    Y axis....random (450)

    Since the screen has been set to 1280 x 715 it gives plenty of excess space so that the square does not go of the screen. The cube is 90x90.

    So the problem is that when it respawns it occasionally goes half off the screen so only half of the cube is visible on the screen even when u set the randon position to 'x axis random (200)' and 'y axis random (100)' it still spawns partly off the screen. Any ideas????

    Thanks so much

  • Sorry just realised

  • So I've been having problems with respawning am object. I designed a simple game where there is a square and when you click on it you gain 1 point. When you click on it the object respawns to a random location (which is what I wanted).

    I did this by doing the following

    'Set position'

    X axis....random (950)

    Y axis....random (450)

    Since the screen has been set to 1280 x 715 it gives plenty of excess space so that the square does not go of the screen. The cube is 90x90.

    So the problem is that when it respawns it occasionally goes half off the screen so only half of the cube is visible on the screen even when u set the randon position to 'x axis random (200)' and 'y axis random (100)' it still spawns partly off the screen. Any ideas????

    Thanks so much