Richard Stennett's Recent Forum Activity

  • Come on guys, please. This has me really stumped, a link or anything to a solution would be ideal.

    I don't expect this done for me, just need some advice in the right direction

  • Does no one know how to fix this problem?

  • Another simple idea to try and achieve what your after could be Overlapping at offset option.

    You might be able to achieve the effect you desire using this option rather then a normal overlap?

  • Similar to what you just tried, try a small adjustment as a temp fix.

    If Object1.X > Object2.X + 5

       Object1.X < Object2.X - 5       Then set angle.

    I know construct doesn't always = an exact number when objects are moving, so set a small segway for it to use instead.

    Hope this solves the problem, or brings someone nearer an answer

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Link to the a file in question.

    dl.dropbox.com/u/74175978/Helepcopter_Test.capx

    I've been trying to work this problem out for a while now to no avail for the past few days.

    I'm trying to build a simple helicopter design with something attached to it via a rope.

    In the example above I have had to remove all custom sprites and images, so I hope black boxes will suffice for now.

    As you can see the rope looks odd and doesn't stick to the helicopter.

    Any help you can suggest will be greatly appreciated.

  • Simple, on the event 'every tick', add another condition to the event that checks against the global variable.

    Should look a little like this

    Every Tick - Create Sprite

    Global variable < 10

  • Found the problem, uploaded the version to a web server and tested it on several machines in case it was an error on my console.

    Turns out the way the events where positioned inside of Construct was the problem.

    The move player function was 3rd on the start of layout where it should have been in the 1st position.

    Hope this helps anyone who may suffer a similar problem

  • So more information I have found that has confused me even further.

    I set up a key press that sends the player from the 1st Layout to the 2nd Layout.

    This method is working perfectly no matter how many times I go back and forth.

    Any idea's on why the clicking with a mouse button is causing issues when the event for clicking and keyboard press are identical apart from the difference between a mouse and a keyboard?

  • Having a major issue with changing a layout on a platform based game.

    I'm going to describe the problem as best I can as I am unable to upload the capx and I have been unable to repeat the problem in a new project so please bear with me.

    The player is set to a basic Platform behaviour with custom key movement.

    Layout 1 properties

    Global Variables

    PlayerX - 40

    PlayerY - 4000

    • Start of Layout - Set player position to (PlayerX, PlayerY)
    • End of Layout - Set Global Variable to players current position

    Layout 2 properties

    Global Variables

    NumberFall = 3

    • Start of Layout - Set player position to (60, 3000)
    • End of Layout   - Set NumberFall = 3

    Player is outside layout

    Numberfall is > 3              Set player position to (60, 3000)

    Numberfall = 3   - Change to Layout 1

    On the 2nd layout if the player falls outside of the layout then the player is set back to 60, 3000

    After the 3rd fall the player is sent back to Layout 1

    When the player re-clicks the link to return to the second layout the Player is being moved to the co-ords of 600, 600 and after it lands destroying itself.

    No where in my code is that set to happen.

    I really hope I've done enough to get some idea's from other people on how to solve this as I'm stumped.

    Sorry again for not being able to upload a bugged capx for people to look at.

  • Arrays?

    I wouldn't even know where to begin there lol.

    I'll start researching arrays and see if I can find a solution from there and I'll let you all know how I get on. Can only help if I post the answer to my own problem lol.

  • Again Thanks to Ugotsta for sending me the details for sending out my game as it stands.

    Bubble Game

    I hope this helps with viewing what I am trying to achieve. I have commented in all the sections to show what I am trying to do or what it is doing.

    All I have to do now is get the bubbles to pop when 3 or more of the same colour are connecting.

  • Thanks Ugotsta, but I'm already at this stage that you sent me. (destroying colours 1 on 1).

    I'm trying to achieve when 3 or more blue orbs connect, all connected orbs are destroyed. If 2 blue orbs connect then nothing happens and the game continues.

    Btw I like how you linked up the mouse to control the aiming range, I'm using keyboard controls but your method just feels easier.

Richard Stennett's avatar

Richard Stennett

Member since 17 Apr, 2012

None one is following Richard Stennett yet!

Connect with Richard Stennett

Trophy Case

  • 12-Year Club
  • Email Verified

Progress

13/44
How to earn trophies