ramones's Recent Forum Activity

  • Yeah the "on change" doesn't fire when you select the same file. In Chrome at least. It works in Firefox.

    As a workaround you can clear the selected file with some JavaScript.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • > What about the events that damage the enemy? Maybe you damage both enemies when you hit one. The event you showed would only destroy two enemies if they both have health <= 0.

    >

    ramones Here is the code for the player attacks. Whether it is the first code or the second they will both be destroyed.

    Right that will damage all enemies. You have to use:

    Player: On collision with Family -> Family: Subtract from health

    or

    Player: On collision with Sprite -> Sprite: Subtract from health

    Use either the Family or the Sprite in both the condition and action. You can't use the family in the condition and the sprite in the action or vice versa.

  • What about the events that damage the enemy? Maybe you damage both enemies when you hit one. The event you showed would only destroy two enemies if they both have health <= 0.

  • You have a typo in the filename.

    I think Dropbox has the correct mime types set up already. But even if it didn't it shouldn't stop your game from loading.

  • It should be just .htaccess

  • In your notepad++ screenshot the file is named .htaccess.htaccess. Have you fixed that?

  • Pick all the text objects with the variable set to true and then check if Text.PickedCount == Text.Count.

  • 'On collision' and 'Is overlapping/Trigger once' don't work the same way. If Sprite1 collides with 5 instances of Sprite2 then the 'on collision' event will trigger 5 times with a different Sprite2 picked each time. The 'Is overlapping/Trigger once' event would only fire once with all 5 Sprite2 objects picked.

  • I reported it before and it's come up a couple of times since then but it's working as intended.

  • Maybe you could return a URL and then have:

    AJAX: On completed -> Browser: Go to AJAX.LastData

  • Yes you can use the AJAX "Post to URL" action.

  • That's HTML5 website export. It's the same in Chrome/Firefox/IE.

ramones's avatar

ramones

Member since 17 Apr, 2012

Twitter
ramones has 4 followers

Trophy Case

  • 12-Year Club
  • x4
    Coach One of your tutorials has over 1,000 readers
  • x2
    Educator One of your tutorials has over 10,000 readers
  • Email Verified

Progress

15/44
How to earn trophies