sysads's Forum Posts

  • So far I created a global variable called ButtonClicked

    Then I created a func called OnButtonClicked and added sub events as seen below

    https://snipboard.io/hAq8fg.jpg

    Now I have a play button which when I click, I want to be able to play the sequence but how do i pass the sequence data to the function?

    https://snipboard.io/pxhLvl.jpg

  • Hi, I have a 3 sets of buttons (btn1, btn2, btn3) and when you click on each, it plays a different sound. Now I am trying to find a way when I click a different button like play button, this would read an array or Jason file with data like [1],[3],[2] meaning it will auto click btn1, followed by btn3, and btn2.

    Any guide would be appreciated.

  • Sorry was ill (not corona if you are wondering) so just recovering. Thanks for the examples, they really helped.

  • I have 2 objects, one is colored and the other is white.

    I want to spawn the objects randomly like this:

    1) Spawn x amount of white object

    2) Then spawn x amount of colored object

    So think of it like shooting a white bullet and in between colored bullet shoots out also

    Thanks

  • This was what I did at first but issue is when I remove the bullet angle of motion, the balls moves from left to right and not downwards

    So i changed the angle of the invisible spawning object to 90 so it forces the ball to go downwards but when it collides with the paddle, it move upwards and never comes down

  • Hi, I am currently working my way on how the bullet feature works and physics. I have a ball that has only bullet behavior and its spawn at X intervals.

    Each ball bounces of the pad which has only solid behavior.

    The issue am facing is when ball bounces off pad, the ball goes in opposite direction instead of falling downwards as per gravity.

    How do i force gravity on the ball so when it bounces off it slows down upward and then falls downward

    https://snipboard.io/s4nLjK.jpg

  • Hi I am using physics and not bullet but yet its not working as expected.

    https://snipboard.io/K7FPQN.jpg

    Result:

    https://snipboard.io/z4Jgio.jpg

    What could be wrong with this?

  • Hi I am looking to create a simple ball shooting game but in upward direction meaning no gravity. I have tried to use the bullet behavior but when I press down on screen the balls collides with each other.

    If you watch the first 10 secs of this video, I want the balls to shoot like that but upward direction

    Subscribe to Construct videos now

    Can anyone help with this. thanks

  • Thanks, didn't realize it had that feature

  • Hi all, I have a game I am working on. My object is placed on screen and I need to drag it left and right like Ping Pong. Any tutorial on how to implement the drag and drop left and right axes?

    Thanks

  • I have PM to you since I am still working on the graphics.

  • I thought that was the case before but its fine on all browsers and NW.js. Could the below level settings be the reason, because the loader screen and menu screen are fine except all level screen.

    https://snag.gy/YFRShx.jpg

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Yes I am using Scale Outer for fullscreen in browser. See my settings

    https://snag.gy/yPVbje.jpg

  • Thanks very much for your help. I will try that out.

    Just one more request, I exported game to cocoon.io and installed on my phone. When I get to the game play screen, I see both top and bottom a black screen covering them. Have you come across such in past?

    https://cdn-standard.discourse.org/uplo ... 55x500.jpg

  • Your implementation looks ok. I think the issue is that you request login "On start of layout". AFAIK the first login request must be manual so under "On tap" condition. Once user logs in then he will be automatically logged in each time he starts the game.

    ah ma ma mia, I see what you mean. Any example of such implementation?