Reflextions's Forum Posts

  • It's not easy, you need server-side service such as .php, .asp or some language to GET and POST scores in database via AJAX, also you should allow cross-domain.

    There an easy solution, you should look up about Clay.io plugin.

    Do clay.io leaderboards have to be implemented on that site, or would it also work with something like an android game?

  • Drag and drop object

    on touch set x,y start points

    on release set x,y end points

    get angle(start.x,start.y,end.x,end.y)

    get distance(start.x,start.y,end.x,end.y)

    To determine speed for object through something ike impulse applied:

    with a simple approach, use the distance as a reference for power. ie The longer someone dragged, the bigger the impulse applied.

    Or you could do something fancy, like, setting begin and end time of the drag too and comparing to distance traveled, then apply impulse proportianally.

    Thanks, but I think you misinterpreted my original post or I didn't phrase it well, but I'm not trying to get a catapult effect, I want to be able to drag a rag-doll independently and have it's velocity and whatnot carry through once released. But this must all be done through physics otherwise it will mess up all the collisions and such.

  • I'm trying to be able to drag and throw a ragdoll with touch. The controls now are way too jumpy, and I don't know how to approach this. Does anyone have an idea?

    The Project

    Relevant Code

    Thanks!

  • Awesome, what are appbackrs plans regarding amazon?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • So all we have to do is put "appbackr" in the validation comments for our tizen apps to qualify for appbackr benefiets?

  • Burump

  • Since this thread has already been posted, and I have the same question, and the previous response has disappeared. I'll post my issue here.

    I'm trying to be able to drag and throw the ragdoll with touch. The controls now are way too jumpy, and I don't know how to approach this. Does anyone have an idea?

    The Project

    Relevant Code

    Thanks!

  • Bump, Links still broken.

  • shudapanda.serw5.com

    Play the game and try placing a bamboo.

    Is this something like what you want?

    If it is, I'll send you the file for example!

    Hey, could I get the source as well?

  • Sushin@

    Oh..That actually works great.

    One problem though. I'm trying to get it to work with right clicking instead of left clicking which drag and drop stupidly doesn't seem to support. How can I do this without drag and drop?

    THROW3 EXAMPLE

    (Drag and drop removed)

    chrisbrobs

    Could you repost the link?

  • The player must get through 100 different rooms per game, and having a pool of 250 allows for many unique playthroughs.

    Like a dungeon crawler?

  • I used <font face="Times New Roman, Times, serif">int(random(1,250))</font> and it accepted. I will report back with results.

    Sounds good, just curious, why do you have 250 layouts?

  • Still interested?

  • Very helpful, but I ran into an error: i.imgur.com/xKxm3h0.png

    You must have your global value set as text, set it as a number. You'll also have to set your variable as a string in the go to layout by name event. Use this:

    str(nextlevel)

  • how much would it costs me to get someone to build me the following game .

    it should be a kind of a clone from Legends of yore.

    - Grid movement

    - dungeons are randomly generated

    - items with stats

    - potions

    - weapons

    - enemies

    - Save and load your game (with items and stuff )

    - npcs

    just contact me if you can do this and YOU will name me a price !

    You have to consider a lot of things, are you providing the art, sound, and music? Why are you trying to clone another game?