poewar's Forum Posts

  • Hello everyone!

    I am using CC and there are lots of things to learn.

  • I made a cap file,I hope this will help you.

    dropbox.com/s/eoxyzt9hfq6oc6s/Arrow.cap

  • I don't know if this is an easy way.

    Have three private variables first: Ox, Oy, TD

    Ox = car's old X position.

    Oy = car's old Y position.

    TD = Total distance.

    now calculate the distance between old position and now position.

    Start

    • Set Ox = Car.X
    • Set Oy = Car.Y

    Always

    • Add private variable "TD" = distance(Ox, Oy, Car.X, Car.Y)
    • Set Ox = Car.X
    • Set Oy = Car.Y
  • There are ways to do this, you can use compare private variables or evaluate.

    v1 = min(v1, v2, v3, v4)

       -> do action 1

    v2 = min(v1, v2, v3, v4)

       -> do action 2

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Thanks RandomExile, these little green bulbs are enemy's bullets. :)

  • Here is the project I'm working on, it's a side scrolling shooting game made in construct classic. I'm also considering to make a top-down free roam mode? But there are still a lot of things to do.

    <img src="http://4.bp.blogspot.com/-ks7YbPzPv-s/UTxIeT9vu_I/AAAAAAAAAIg/RzbAtqQWPug/s1600/SSS20.png" border="0" />

    <img src="http://4.bp.blogspot.com/-uTofhr47yRY/UTxIezJu9wI/AAAAAAAAAIs/SnXoyjmAlvE/s1600/SSS22.png" border="0" />

    <img src="http://2.bp.blogspot.com/-smuVQXzzyRI/UTxIfjfIj7I/AAAAAAAAAJI/aDIRW4ZtL28/s1600/SSS26.png" border="0" />

    <img src="http://2.bp.blogspot.com/-PjYzR56DRTg/UTxIgiz2hCI/AAAAAAAAAJc/0OmUTPQ0Cc8/s1600/SSS29.png" border="0" />

    <img src="http://2.bp.blogspot.com/-mvRoiTOcZWI/UUMOMMc7_rI/AAAAAAAAAL8/X9IJvyAE5Yk/s1600/SSS33.png" border="0" />

    Right now I'm working on Stage 1.