Kyatric's Recent Forum Activity

  • Why not pinning to an invisible sprite which only purpose is the drag & drop ?

    Example capx

  • Sounds and music manual entry.

    Make a google search for "Server setting MIME type" and apply to your teammate's server.

  • Post your link as plain text, only the usage of [ url] tag is restricted on "newer" accounts.

    The limit is indeed perhaps a bit high, tweaks are being made regularly to the accounts and the forums.

    It's probably subject to changes.

  • You should post the capx (the sources) of your project, otherwise there's little to nothing we can do to help.

    You can try to check for errors in IE and see where the issue might be coming from.

  • :

    System expressions

    escape/unescape : I'm not sure but wouldn't URLEncode(str) and URLDecode(str) do the job ?

    toUppercase : uppercase(text)

    concate (concatenate ?) : & (ie "my first string " & " and my second string" => "my frist string and my second string")

    substr : mid(text, index, count)

    fromCharCode : it's not in indeed, but I made this alpha WIP plugin for that, still in development, use at your own risks.

    I don't believe RegEx are supported, but you can use find(src, text) to get the index of the first occurrence of "text" and then use mid() to retrieve it.

    For split I believe you can use tokenat(src, index, separator). Run a loop and set the tokens as values of an array.

    You can find more explicit example of use of tokenat() in the how do I FAQ IIRC.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • : Checkbox are available in the built-in button plugin too (probably better since built-in).

  • : what string expressions would you need ?

  • Your screenshoot does not show (the url seems wrong).

    It's not normal to get a popup on animation playing (if you haven't asked for it), but you're the only one I heard with such an issue, are you sure your browser and your graphic card drivers are up to date ?

  • Behaviors and effects already have actions to set them enabled or disabled.

    Manage it in a "Start of layout" event.

  • BTW very interesting to use loose boundaries (X <= target.X+1)

    As you notice in the text object, the value returned by lerp is a (big) float.

    So waiting for the exact value of Start.X and Start.Y takes quite some time.

    Checking for a 2 pixels range makes it more "intuitive".

  • You should post a capx and define precisely what's happening and what you would be expecting.

    The way you described things, it makes about impossible to provide any help.

  • I don't think it's an issue with Construct but rather with your code.

    The only way I could observe the result you talked about was when I caught/dragged again the item when it was coming back to the start.

    Look this example, I'm making it so you can't drag again the object before it went back to the start.

    And so I can't make it stop like in your project.

Kyatric's avatar

Kyatric

Member since 18 Aug, 2010

Twitter
Kyatric has 583,405 followers

Connect with Kyatric

Trophy Case

  • 14-Year Club
  • Jupiter Mission Supports Gordon's mission to Jupiter
  • x15
    Popular Game One of your games has over 1,000 players
  • Famous Game One of your games has over 10,000 players
  • x27
    Coach One of your tutorials has over 1,000 readers
  • x11
    Educator One of your tutorials has over 10,000 readers
  • x2
    Teacher One of your tutorials has over 100,000 readers
  • RTFM Read the fabulous manual
  • Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

23/44
How to earn trophies

Blogs