predbites's Forum Posts

  • Hi all,

    I have a large level and would like to drag the screen around using the mouse (touch as well but the mouse is important first). I can make the screen scroll but can't seem to work out how to drag the screen?

  • Good Morning All,

    I have an object that has bullet motion and moves in a straight line from left of the screen to right. I would like object1 to change direction when it overlaps object2 100% (they are both the same size) but I can't get it to work. If I choose object1 overlapping object2 then set angle, object1 changes direction the moment they touch but I need it to be when they are completely overlapping.

    I tried to round the X's and Y's and that allowed object1 to change direction most of the time (It still didn't work every time)

    I then tried something different:

    If object1 X and Y = object2 X and Y then set angle.

    Object1 just kept going. I set text items to the X's and Y's and I believe the problem is the motion of object1. It's X is never exactly the same as object2.

    Does anyone have any other ideas?

  • Excellent, I hadn't thought about using the variable as the array ref.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I did try that but I couldn't seem to work out how to run through the list to create a different creature each time with a gap of 2sec.

  • Hi all,

    I am trying to create a tower defense type game but I am having problems making a list of enemies appear, I'll try to explain...

    What I want is there to be a line of, lets say: enemy1, enemy2, enemy1, enemy3. with a 2 second gap between them and I would like to create them from a sprite "Start".

    I am able to do this with all the same enemies but I can't seem to work out how to get it to work for different ones??