user5487's Forum Posts

  • link updated

    thanks a lot :]

    and how can i get those variable values for another sprites etc (radius lowAng highAng)?

    and what if my sprite was Horizontal or vertical ?

  • Another idea is the curve looks to be an arc on a circle. Here's one idea to constrain the ball to that arc:

    https://dl.dropboxusercontent.com/u/542 ... pprox.capx

    To make it perfect you'd need to tweak stuff. The radius, lowAng, highAng, the angle of the track and the origin of the track.

    i want this link , can you or anyone please reupload this file ? thanks

  • How do I drag sprite in a curve path ? only in path can drag

    dropbox.com/s/z40n394esflyp6s/draginpath.capx?dl=0

  • i did search very much but i did not found anything (at least tell me what to search)

    i can compile with every plguins cordova cli intelxde cocoon and ... but all of them build for separate processors

  • hello

    in this tutorial

    scirra.com/tutorials/71/how ... h-phonegap

    i see you can select universal option but in latest constrcut2 r244 there is no option like that ?!

    and i have an issue with intel xdk which build separate apk for arm and x86 processors but i want universal apk to work with both processors

    thanks

  • I should daily file a bug report, claiming that 'wait' is a bug, adding every project where i see improper use of 'wait'.

    Plz. I beg you (again). Do not use 'wait' (unless the logic flow does not depend on the delayed actions). Especially, do not use wait in loops.

    Loops are meant/designed to happen inside 1 tick. Using 'wait' to force a loop to happen in the time of several ticks will bring you into problems. If you want something to happen over the time of many ticks, use the big system loop.

    https://www.dropbox.com/s/unqxqpinyhii0 ... .capx?dl=0

    THANK YOU ALOT

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • hello how to create nods Properly with sprites

    when nods creating in sprite frame 0 it will work correct but when it changed it will not,

    but when i remove loopindex it will work on both frames but i must use loopindex

    my example if you see it please i must use loopindex

    dropbox.com/s/sswyjoxtk69t7i6/test5.capx

  • How do I set non duplicate frame ?

    thansk for help

    https://www.dropbox.com/s/qk1mcm3fe1u4x2w/test.capx?dl=0[/code:3v1abdre]
  • hey so i wonder how to put this code inside of a function or group without infinty loop?

    when i put the code inside of a function or Group that Loop wont stop and its count up to infinty

    scirra.com/tutorials/315/generating-random-numbers-without-duplicates