Magistross's Recent Forum Activity

  • Posting this here as I think it could be of interest to you. I've done a dialogue template that works pretty well for RPG. I know it's not XML but the CSV option would allow you to use a program like Ron's Editor to rapidly edit your dialogues for translations and what not.

    edit: It's also worth noting that you could coerce the template to work with your XML file, I could help you with that.

  • Copy/pasting the entire event sheet in an empty one should work. However, you need to be sure that all objects (same types and names) and global variables referenced in your "copy" selection exists in your destination project, otherwise it won't paste at all.

  • You will most likely have to use "Load image from URL" and point to page with server side scripts that retrieve the image from the database.

  • There is no reason why it wouldn't work. AJAX.LastData is indeed a string. What device/browser are you using for your tests ? I just tested with Firefox and the "on complete" event sucessfully set my string variable to AJAX.LastData.

  • PickedCount and ZOrder are both common expressions. Most plugins have them you access their expressions list.

  • Well to be fair, there is no eval() function in Construct, so the "unorthodox" way is actually the ONLY way, making it not so unorthodox.

  • zeropad should work, maybe you did not use it correctly ?

    "Time: " & zeropad(floor(Timer / 60 % 60),2) & "m" & zeropad(floor(Timer % 60),2) & "s"[/code:1f2qab3r]
  • The easiest way to accomplish that is to switch from global variables to a dictionary object. The dictionary can hold any number of variables and each of them is indexed by a string key. So you can do Dictionary("name") = newValue or Dictionary(variable) = newValue.

  • There is no reason why it wouldn't work with iOS, Android or any other export option as it uses only basic C2 features. However, I never tested it, so don't take my word for granted.

    A video tutorial would be a great idea, but unfortunately, I can't speak English for the life of me... maybe an annotated video would suffice ?

  • Try this :

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You need to disable default controls in the behavior parameters and then create custom events that will call "Simulate control" for Left, Right and Jump respectively.

  • CSV has no data type distinction, everything is basically a string. It's in your interpretation of the data that you can decide if it's an int or a string.

Magistross's avatar

Magistross

Member since 4 Jul, 2011

Twitter
Magistross has 14 followers

Trophy Case

  • 13-Year Club
  • Entrepreneur Sold something in the asset store
  • 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
  • Regular Visitor Visited Construct.net 7 days in a row
  • RTFM Read the fabulous manual
  • Email Verified

Progress

20/44
How to earn trophies