bigzaqui's Forum Posts

  • 5 posts
  • Hi guys,

    Remember my game? gameoftrolls.net23.net

    well, now I'm porting the game to tablets and I need to add the "virtual gamepad". So far I've already created the arrows using the "touch" object and 3 sprites. the problem now is with the 2 powers (the FAP gun and the ULTRA Scream)

    Currently I'm using two events:

    On F pressed -> do the things I need..

    On F released -> change again to normal mode

    The problem is that with Touch object I don't have a "on touch with the object finishes" and that's causing me a headache

    I'd like to create an event like

    "On F icon is being touched" -> Simulates key F being pressed

    "On F icon is not longer being touched" -> Simulates key F being released

    cheers!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi guys!

    This is my first game, I called "Game of trolls"

    It's really short because I'm using the free version.

    enjoy!

    Game of Trolls!

    Please tell me if you like it or not (why???)

  • thanks for your replies.

    I'm currently using the free version so I'm really limited with the layers, I'll use the zangerous suggestion.

    In a few days I'll upload the game, it's just awesome :)

  • Hi guys,

    In my game I have several ways to attack the enemy so I need to create a window to show the "help" like any other game (inside the layout I'm using), I was wondering if C2 has a specific way to do this or do I need to use another layout?

    thanks for your help

  • thanks for that code, worked perfectly

  • 5 posts