bangoo's Recent Forum Activity

  • I need to place objects on coordinates indicated in a separate file. I also need to record text and numbers to the variables of objects from the file.

    Should I use XML files and plugin? Any tips, tuts or capx?

  • The last code block above should work for that by changing the center variables.

    If you like you can poke around my capx I made to try it out. I got a little carried away but it might give some ideas.

    Is it possible to use pathfinding instead of move to angle?

    Center.Angle+90

    (Self.column-0.5*(columns-1))*32

    I have no idea how to make sprites rotate towards the click before moving along the path.

  • There is a sprite moving on mouse click.

    Is there any way to find the angle between two coordinates (vector) of the sprite and the mouse click coordinates?

  • It's obvious that HTML5 and Construct2 are not good decisions for complex projects.

    The following example is the evidence of the HTML5 limititations.

    It is a sketch of a small battle. It was impossible to make it in browsers due to the quantity of images and the project was exported to NW.

    Please wait when you press start.

    win64 drive.google.com/file/d/0Bwi8-uKblyMEbFpqUUN3UEdfZm8/view

    win32 - drive.google.com/file/d/0Bwi8-uKblyMEY3VyLXdPSHFCXzQ/view

    mac64 drive.google.com/file/d/0Bwi8-uKblyMEdm9BWkdtZGRRM1U/view

    mac32 drive.google.com/file/d/0Bwi8-uKblyMEN3ZEakJWWVRyX00/view

    The rts sketch has loooong list of bugs.

    I would like if you post me your FPS and PC. It doesn't work on tablets and phones.

  • use instance variables

    var=1 is instance variable

  • A little remark:

    There are multiple enemies with the same var="1": A1, A2, A3, A4 etc.

    All these enemies are connected with the object "B" which also has var="1".

    Player destroyes enemies A1, A2... but can't destroy B.

    I need to eleminate B if all A with var "1" are destroyed.

    There are other enemies on screen with var 2,3...

  • I have two type of objects:

    "A" with the variable "1" and "B" with the same variable "1".

    How do I destroy "B" with the Variable "1" if all of the objects "A" with the same Variable are destroyed?

  • I want to rotate the object slowly towards the clicked enemy.

    I try the following code:

    On right button clicked 
    Cursor is over the Enemy
                       Pick [b]player [/b]where player.selected=1
                       Every 0,1 seconds----->rotate 20*dt degrees towards (LastX,LastY)[/code:2t3958gt]
    
    But the player rotates only once, is this can be done withot plugins.
  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Great example! Is it possible to drop the bullet at mouse click coordinates?

  • Does anybody khow how to make isometric trajectory of a missle or an arrow? Is it possible with a bullet behavior? Any ideas?

  • Browsers can fall back to canvas2d if the graphics driver is buggy or the hardware is unsupported. Different browsers have different requirements so it may work in certain browsers but not others. Make sure your graphics driver is up to date, but if that doesn't work you probably need new hardware.

    Non-Construct 2 examples on WebGl run fine in my IE 11 browser, the problem occurs with Construct 2.

bangoo's avatar

bangoo

Member since 8 Jan, 2015

None one is following bangoo yet!

Trophy Case

  • 9-Year Club
  • Email Verified

Progress

10/44
How to earn trophies