TheDom's Recent Forum Activity

  • Did you try setting the layers order "on start of layout"? Should force it when you restart layout.

  • Well, I joined the group. It seems I'm the first. Let's see where it goes.

  • It has nothing to do with different layouts having layers of the same name. Without seeing your capx, I would say set the order of the layers "On Start of Layout".

  • I believe you have to edit the export.html in the project directoy

  • Create multiple conditions

    Sprite On Overlap > Wall_1 > Sprite > do something

    Sprite On Overlap > Wall_2 >

    Sprite On Overlap > Wall_1 > Sprite > do something else

    Sprite On Overlap (X) > Wall_2 >

    (X) being inverted

  • Give each bird an instance variable called "HitPoints" Numbers

    Set the value to 3

    On collision(hit) Bird > System Subtract -1 > from Bird "HitPoints"

    Bird "Hitpoints" (less than or = 0) <0 or = 0 > Bird Destroy

  • Yes

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Try This:

    Create a global variable called URL, set it to text, and leave the value blank

    Global text URL = ""

    System> On start of layout > System > Set URL to "http://www.whatever.com/your_music.mp4"

    System> On start of layout > Audio > Play "http://www.whatever.com/your_music.mp4"

    __________________________________or

    Use Play (by name)

    and put the following in the name and tag fields:

    "http://www.whatever.com/your_music.mp4"

    I didn't test this

    Hope this or some variation of this helps....

  • How is the object being created? on start of layout? Or is it already on the layout at start?

  • It's not a matter of which is better. It's a matter of what is appropriate to use in a given context.

    I strongly advise you read the manual on Global variables, local variables, and instance variables.

  • Go back to using on overlap and add the system condition "trigger once while true"

    Then create another identical condition only invert it and change the animation eye to closed.

  • Try making the object you want to destroy global.

TheDom's avatar

TheDom

Member since 7 Jul, 2012

Twitter
TheDom has 1 followers

Connect with TheDom

Trophy Case

  • 12-Year Club
  • x6
    Coach One of your tutorials has over 1,000 readers
  • Email Verified

Progress

14/44
How to earn trophies