shinkan's Forum Posts

  • You can Include event sheets. Right click somewhere on event sheet window and choose "Include event sheet"

  • Player - Platform is on floor -> Audio - Play sound - this will trigger sound every tick. You need to add "Trigger once while true" if you want to play it only once

    but for things like footsteps you could play sound based on animation frame numbers - to play sound only when player foot is touching floor.

    For example:

    animation frame = 2

    or

    animation frame = 4

    trigger once -> play sound

  • set animation to "page" & speechnumber

    This will result in page1, page2 page(any variable value you have)

  • Kyatric Alright, thanks.

  • loops can go to negative values,

  • Make a group in scirra company?

  • Kyatric Yea I know, but unchecking "Notify me on response" won't turn off account alerts for current topics?

    I mean, I have never received any emails from forum till today, it started about an hour or two ago.

    It's a bit unclear, "Notify me upon replies by default" it's related to email notification, or forum notifications?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Tom Where can I change my setting to not send me an email from every post I wrote something or someone used shinkan to address me?

    I didn't change or setup anything and suddenly I received like 20 emails from forum in last 15 minutes.

    Edit: And they are still coming to my email box.

    Edit2: For some reason it subscribes any topics automatically when I post something on it.

  • uff, finally haha... No worries man!

    Glad it's all sorted and we have a bug confirmation.

  • lennaert seriously do you read what I wrote?

  • thats classified

    ...there was a lot of (and still are) requests. And one of those wa icon for families.

  • No one is talking about different speed for same animation in same instance

    open up and start preview. instance of the left have speed 5, instance on the right speed = 50

    open image editor, change speed for anim2 from 50 to 0. run preview again

    instance on the left keeps playing, instance on the right is stopped (0 speed)

    image editor again. change anim2 back to 50. Change anim1 from 5 to 0. Preview again.

    both instances are stopped.

    Edit: It looks like using Initial animation property is overriding and sets up speed for all animations, from one on top of the animations list (name of animation doesn't matter) in Image editor.

    Doing same thing with events (like on the image) works fine.

  • You can't unfortunately. It's for Ashleys eyes only

  • How it's not related? If your object have two animations "anim1" speed set to 5 and "anim2" speed set to 10.

    And you place two instances on layout, and set one initial animation to "anim1" and second one to "anim2" and you hit preview. You will see two instances playing two different animations with different speed.

  • Look at the image.

    Setting Initial animation here do not take account of each animation speed if "Default" animation have speed set to 0.