DozeMaster's Recent Forum Activity

  • interesting stuff GenkiGenga thanks for sharing, i was actually watching the diablo also, however is not what i expected, they where like, "ehm we didnt knew how to zsort even we had a huge team and a big budget"... i was more interested in the marketing approach then how they made it. however they did had some cool tips about the color reduction.

  • I could pay a small fee to sort this for me?

    Any help please.

    i gave you a tutorial with capx, in the same section if you type "swipe menu" you will find multiple answers, the only difference is that the swipe menus are using horizontal movement or vertical, you need both but u just need to copy paste the same code and change the coordonates of movement from x to y

  • I noticed I should find a way to reset the sequence from a certain point.

    I mean, if i touch the screen, soccer player will go frame 1 (kick) and if it is colliding, he must kick the ball to the other side. Problem is, that ball will always go forward until it touches A.x A.y. Is there a way to interrupt it earlier? like if the ball has hit a wall?

    just add overlapping with wall or on collision with wall change a variable and use that as a condition. im not sure what you have as a game, but if its simple enough u can post it here if its more complicated and u want to protect it send a capx to my pm. il look at it! and explain the changes i do.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • try using slidebars, is the easiest method and most accurate. plus the slidebar i think it can be customized with CSS(im pretty sure it takes css did not used them in a while) and you can make it look like a part of the game.

    or try this swipe tutorialhas inertia also

  • I tried using sine movement on A and B and it works as well

    you could'v drag the A and B point by hand forgot to tell you that! my bad

  • Thanks, dude.

    no problem, however R0j0hound's formula is much better just change the 250 number i added in the capx where is the variance or the curvature point.

    r0j0hound A to B QARP movement

    you could use instead of the 250 number distance(pA.x,pA.y,pB.x,pB.y)/2 feels more natural.

  • good job

  • If you want parabola movement you could use the qarp() expression

    Var t=0

    Every tick

    --- set t to time%2

    --- set t to (t>1)?2-t:t

    --- set X to qarp(a.x, (a.x+b.x)/2, b.x, t)

    --- set y to qarp(a.y, (a.y+b.y)/2-variance, b.y, t)

    that's neat "oh"

  • well depends....you can try using the circular motion examples that uses sin/cos functions or the lerp function but then again depends what you want to exactly achieve. wold the ball rotate on both 360 degrees or just above? cause for above i have a capx that can help you, for bellow also the same but youl need to add some conditions to trigger the movement of the mid ball. and then you wont be able to use solids or anything else anymore. but you can add your own event system collision box so its ok either way. but with bullet you should be able to do it, using gravity, it only will need gravity adjustment based on the distance between A and B

    here is a circular movement AtoBcapx using the sin/cos

  • ... also I need to find a way to apply C2 effects on meshes, Its possible but I just need to determine the right approach.

    that sounds awesome keep up the good work, i bet you will find the best approach.

  • I'm going to be busy next year ( the whole year), I've got some things to do in life that are going to prevent me from working on this plugin. So the best way to do it is to release one last version that's stable and holds most features.

    so the 0.6 is released yet or is just the announcement?

    all features you added are great, i cant wait to test them all out

  • Glad you liked the Demo and if you bookmark it I will be updating with more tricks as I go along.

    Oh and Merry Christmas and Happy Holidays!

    I shall, Merry Christmas to you too friend!

DozeMaster's avatar

DozeMaster

Member since 30 Jun, 2014

Twitter
DozeMaster has 36 followers

Trophy Case

  • 10-Year Club
  • Jupiter Mission Supports Gordon's mission to Jupiter
  • 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
  • x9
    Popular Game One of your games has over 1,000 players
  • x21
    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
  • RTFM Read the fabulous manual
  • x3
    Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

21/44
How to earn trophies

Blogs

  • Construct For Dummies - Simple Tutorial Collection

    I scour the Construct forums for users tutorial requests, and create small quick and simple tutorials using Construct's defaults features so anyone can use and apply them.

  • My Dev Logs

    Thinking on games 24/7 is fun and waste of time and unproductive if we don't bring those game ideas to life. In this blog im bringing my game ideas to life and log their development process.