lennaert's Recent Forum Activity

  • Every animation have their own properties (Speed, Loop, Reapeat...)

    So why then there's an option to set initial animation/frame/visibility for each instance ?

    If Initial animation for each instance is different in layout editor, why animation speed should be taken from default animation? that have no sens at all

    check my post above.

    If you change a speed setting for 1 instance, it updates all instances in the editor

  • Ok here is a kicker !!

    first, set all defaults animations to 0. (the copies)

    Then set only 1 of them to 100.

    now check your other intances "defaults" they all changed to 100 , while you only changed 1.

    So yes, they effect eachother.

    The last set setting of an instance will count towards all of the objects instances.

  • GenkiGenga it is a bug. Setting one instance animation speed should not affect any other instances if they have set different initial animation.

    How would setting a different initial animation make the objects animation propperties unique ?

    EDIT:

    from the manual

    Sprite properties

    Animations

    Click the Edit link to open the Image and Animations editor for the object. All instances of the object type share a single set of animations.

    check bold part.

  • Its by design:

    You have 2 sprite instances, same name, SAME PROPPERTIES. if you change propperties of 1, it changes the propperties of both those instances. (as in effect, they are 1 object, just has a copy about in the layout)

    edit: in your example, each instance has one of the animtions set to 0, in effect, setting both instances their animations to 0.

    If you clone an object, you get 2 sepperate instances, each needing a unique name.

    If you change the propperty of one, it does not change the other.

  • You made a copy of the instance.

    Which make both objects the same.

    Clone your object, and try again

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • The target platform for deployment will determine most of your limitations.

  • I tested this too and happens too on my computer.

    But:

    Your layout is bigger then your project size.

    The pieces that dissapear are simply out of view, because the screen does not know where it should go.

    If you change your layout size to the same size of your project, fixes it.

    If you add scroll to behaviour to your square object (same size layout, or bigger then project view) , fixes it too.

    Looks to me this is more of a design mechanic problem.

  • Did you change the order back ?

    Meaning, trigger once below the jumping.

  • It does not need a fix, it requires "more"

    If you have an idle animation:

    event:

    on anmation jumping finished

    action:

    play idle animation

    when the animation changes, the trigger once condition gets reset.

  • If you shoot, and then jump again, do you get sound then ?

    (Im thinking the animation needs to change before its triggered again on jumping)

  • Set animation "Jumping" playing

    is animation "Jump" playing.

    Jump is not the same as jumping

  • Browser.ExecJS("window.var =" & AJAX.LastData & ";")

    are you refering to a variable named "var" ? if so, if I am not mistaken, that is not allowed, and probably considered illegal in javascript

    Perhaps change it to:

    Browser.ExecJS("window.MyvariableName =" & AJAX.LastData & ";")

lennaert's avatar

lennaert

Early Adopter

Member since 8 Oct, 2013

Twitter
lennaert has 13 followers

Connect with lennaert

Trophy Case

  • 11-Year Club
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Forum Hero Made 1,000 posts in the forums
  • x5
    Popular Game One of your games has over 1,000 players
  • Famous Game One of your games has over 10,000 players
  • x2
    Coach One of your tutorials has over 1,000 readers
  • Educator One of your tutorials has over 10,000 readers
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • Enduring Visitor Visited Construct.net 90 days in a row
  • RTFM Read the fabulous manual
  • x2
    Great Comment One of your comments gets 3 upvotes
  • Delicious Comment One of your comments gets 10 upvotes
  • Email Verified

Progress

25/44
How to earn trophies