roidayan's Forum Posts

  • What about checking distance between 2 or more instances of the same object.

    I have 3 instances of the same object moving around the screen with foreach.

    How can I check distance between 2 of them?

    I want to make them change direction if they're going to bump to each other.

  • Hi,

    any news about this?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • thanks :) the condition once while true works.

    the last wait is there because I wanted to add another action after it.

  • Hi,

    I have a strange problem with setting animation frame action.

    Not sure if its something I'm doing wrong but seems a bug from some tests I tried.

    I have a traffic light sprite with 3 animations for red,yellow,green.

    the event sheet is like this:

    <img src="http://dl.dropbox.com/u/1264554/construct2/screenshot.4.png" border="0">

    Frame 1 is set but frame 0 is not.

    When I set at the end action to destroy the sprite it works.

    So the events are reaching to the end but animation is never set to frame 0.

    • If I just disable setting frame 1 I do see frame 0.
    • If I just disable the wait between set frame 1 and set frame 0,

    I also see frame 0.

    • If I drag the actions to the start layout condition and disable the

    bulltet motion all frame works.

    I tried to disable the bullet motion and just use move to position,

    but still skipping set of frame 0.

    Here is a link to the capx file:

    http://dl.dropbox.com/u/1264554/construct2/test.capx

    any idea whats wrong with it?

    Thanks,

    Roi

  • yea just updated the drivers now and it works.

    thanks.

  • Hi,

    I'm getting an error when trying to start a new project.

    I choose the type of the project to be a capx file.

    Then I get the message:

    Error creating OpenGL view: failed to create context.

    and the app crashes.

    OS: Windows 7

    Graphics card: Intel G41 Express Chipset

  • Hi all,

    hoping to have some fun here.

    Thanks,

    Roi