Kyatric's Recent Forum Activity

  • Commented capx

    Not tested with touch object, but it works with mouse, and touch is about the same logic.Kyatric2011-12-10 22:07:58

    [edit 03-05-2017]

    Commented Capx

  • Plugins article in the manual

    And also a list of the 3rd party made plugins and behaviors.

    <img src="smileys/smiley2.gif" border="0" align="middle">

  • I don't have vista, never had so I'm not sure.

    Make a search on google, there are tons of sites devoted to this topic I guess.

    Also MoveTo is a custom plugin, not one that comes bundled with C2.

    If you use this plugin in your capx, send it to someone who hasn't the plugin installed, this person won't be able to open your capx, unless they install the same plugin too.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • openabel: there's an example here, and the capx is in your c2 install\examples folder.

  • You can get the url through the Browser expression "url". From there, you could check that the first characters are either "http:" or "https".

    Indeed, for AJAX to work on SSL, the page from where the call is made and the target page must both be https.

    I didn't know about the https to http not working, it makes no real sense to me.

    Another thing to take into account is cross-domain incompatibilities.

    Your ajax call has to be made from the same domain as the target. (to confirm)

  • There are examples of camera handling in the how do I FAQ that correspond to your needs.

    Check the section "Scrolling/Camera", it's worth it.

  • Sounds like you could use an array there.

    One paragraph/cell.

    When clicking a button, you set text(2) to the value of the correct cell (the paragraph you're aiming for).

    You would have to fill the array at some point, but your question doesn't let know much about your implementation, so hard to tell.

    You could always fill a text object and "analyze" its content with system expressions like tokenat.

    Question2

    Webstorage would allow you to store the paragraphs as 10 keys, and be able to (like with an array) to pull out the value/paragraph when needed.

    Nevertheless, you would have first to save the 10 keys for this to work.

    Ajax would allow you to send only the paragraph you need.

    Ex: click button 3

    Send a request to your webserver "I_Want_Paragraph", parameter 3

    Returns the paragraph.

    Get this data and display it in the text(2).

    I hope I make sense and that my explanation is clear.

    From what you ask/tell, I'd say the array is the better solution.

    But I might be wrong. Hope I gave you some clues.

  • You have a CSV plugin in the plugins section that might be of help there.

  • And if reinstall doesn't improve anything, try reset Construct2 Preferences - LINK

  • As the swing behavior is a custom 3rd party, you should report this issue in the behavior's topic, to let the author know about the issue, and possibly let him correct it.

    I have noticed too a difference in the "breathing" movement of the character, smooth and "small" in FF, looks larger (the pieces of the character have a bigger course than on FF) and less smooth/more choppy in chrome.

  • You can host your game on dropbox and access the public url from the ipad's browser.

    You can also check this other tutorial to make a iOS web app.

  • It appears that for the past couple of days, the mibbit IRC widget hasn't been working.

    The server and #construct room work, but the access through the site doesn't.

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
  • x10
    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