TimDark's Forum Posts

  • 7 posts
  • Thank you.

    It's not exactly what I was looking for but it helped me fixing my issue.

  • Hello,

    In my game I will make this condition :

    (A and B) or C : do something

    Else : do something else

    How can I do that ?

  • Thank you ramones !

    I think this problem is now over.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Problem Description

    When I play a game without background I see refresh bug : the game area flash. (See observed result)

    It's only on Firefox and I have never seen it before.

    I have deactivated all my Firefox's plugin, but the problem persists ...

    Attach a Capx

    For exemple use the .capx in \Construct2\examples\8 directions 1 (simple movement).capx

    Observed Result

    Bug : http://image.noelshack.com/fichiers/2014/11/1394930108-bug.gif

    Affected Browsers

    • FireFox: YES
    • Internet Explorer: NO

    Operating System and Service Pack

    Windows 7

    Construct 2 Version ID

    R163

  • Thanks for your answer, but I don't know how can I use the pick by UID ...

    I find a pick by UID, but it's for condition, and me, I will use the UID like : UID Set value at (X, Y) to 1, if I pass an array's UID.

  • Hello everyone,

    I want to know if it's possible to make a function which can take an object in parameters.

    Lest me explain, in my game I have sprite objects ('Player1', 'Player2', ...), with an array container ('Player1Array', 'Player2Array', ...). This array is an historic of player's positions (Player1.X, Player1.Y, Player1.Angle).

    My game has several steps :

    1 - You control Player1 and the game record his movement.

    2 - You control Player2 (and the game record his movement). The game move Player1 by reading Player1Array.

    3 - You control Player3 (and the game record his movement). The game move Player1 by reading Player1Array and Player2 by reading Player2Array .

    4 - ...

    The record method is the same for all player objects, but not use at the same moment.

    I want to make a fonction to record player but I not be able to specify which player is concerned.

    Do you have solution for me ?

  • Hi everyone,

    I am Tristan, a french computer science student, and I am happy to join the C2 community !

  • 7 posts