rfisher's Forum Posts

  • Kyatric

    Well I replaced it with a sprite which is the green header(anchored) in the picture. The black box(scroll to) is a object that moves around bouncing off any solid object. When the black box moves up or down the header can be displaced by as much as 5-10 pixels until the black box stops moving, then it is correct.

    <img src="http://www.fishertextiles.com/ex2.jpg" border="0" />

  • I have a anchored titled background that doesn't keep up with a object with scrollto behavior. Is there another way to do this?

  • Ashley

    Here is the capx

    And here is the not released behavior which seems to be working but i must be doing something wrong that is causing the problem.

    Bounce Behavior

  • I'm trying to pass a float variable from a custom behavior i made and i keep on getting assertion failure. If I type in the static number it works. Why can't i use this variable from the behavior?

    <img src="http://www.fishertextiles.com/ex.jpg" border="0" />

  • Thank You.

  • Ashley

    In my quest to learn about how behaviors and plugins work I came accross this.runtime.registerCollision. Can anybody tell me why and when do you need to use this.

  • Very cool game, the only thing i saw was some random 1 pixel spaces between sprites/background. I'm Looking foward to playing it for a longer time.

    NICE JOB!

  • pinastro

    Here is the CAPX for the demo you saw.

    Demo capx

    Its really simple the way it works. I do plan on adding an Array string that will hold the way points then using a invisible sprite, but i haven't implemented it yet.

    I'm not sure on your question (a), but i would have to say no.

    For question (b) the answer is yes.

  • I did this with my behavior i made. Here is a demo.

    Demo

    Behavior

  • Try Construct 3

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

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

    Yes, because you can disable the behavior so you can turn it on and off when you want.

  • zsangerous

    Just updated again. I changed the previous Up, Down, Right, Left to Up 3-way, Down 3-Way, Right 3-Way, and Left 3-Way since those direction do move the object in 3 directions. I also added Up, Down, Right Left which just move the object in that direction. Let me know if there are any bugs.

  • Joannesalfa

    I have a update which might fix the problem since i could not duplicate your problem. Download the plugin again and try it again.

    As for removing diagonals from the behavior directions of up, down, right, left. I was trying to make the movement random and sporadic. I will add more behavior directions that will include what you want.

  • didn't work for me with IE9 and the latest Chrome. It shows the message that my browser needs to upgraded.

  • delgado

    download the behavior again, it should work after you do that.

  • delgado

    runawaydelay was supposed to do this, but i left out the code for some reason. I just put it back in.

    It stops the movement for the amount of seconds you set runawaydelay to after it either hits a solid object or reaches max distance.