Gregster's Forum Posts

  • Thanks! You are a rock star! That worked.

    Whats you opinion .. have arrow control (D pad) for movement, or just use touch on the screen?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I have a game that is working in the web preview. For direction I am using the on touch method to detect where the user clicks on the screen. In my current testing I am using the space bar to shoot.

    So far that works well.

    (So far I love Construct2. I just upgraded to the personal license and tested moving to the mobile test.)

    The problem is now that I am going to a mobile test with the intel xdk app, I dont have a space bar to shoot.

    So I thought I would add a fire button.

    When I add a fire button the shop wants to move to that part of the screen when the user clicks fire.

    So my problem is design and coding. Do I add something to the detect on the screen to say "if the user touches the screen, and the user is not touching the button then move here."

    Or do you rec using a right left pad with a fire button control on the screen.

    I would use the accelerometer to detect movement, but not sure I like that either.

    Whats you opinion?

    thanks

    -G