Fireche's Recent Forum Activity

  • Hello, you could put the spawn "code" into a group and when u want to deactivate the spawning u disable the group?

  • May I ask how you converted it into the C2 JSON format?

  • Sent you an e-mail aswell!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Looks interesting. What kind of algorithm do you use for the pathfinding? cheers

  • this doesnt help at all. I would like to convert it dynamically...while running the app. But thank you

    /e: it works like this: tokenat(AJAX.LastData,11, """") its not the best solution..but its fine. I don't need an array then aswell

  • okay..so the format is incorrect. Is there a way to convert it into the construct 2 format?

  • I have the following JSON and I would like to load it into an array but it wont work.

    Array - Load from JSON string ~

    The Array has a size of x3, y2 z1. Why isnt it working? :/

    {
      "x" : "y",
      "a" : "b",
      "c" : "d"
    }[/code:3e1p5rzt]
  • for me it stays a white screen. I do hear the sounds of her attacks tho.

  • okay I fixed it..i had to resize it in the animation frame ..

  • original size is 256x256. I use photoshop and exported it as .png file. I did not resize it before importing, I am using linear samping but point-sampling doesnt change anything. I also turned on pixel-rounding. Still..i try to resize it before importing but probably wont work aswell.

  • push

  • Fireche The username, password and database names will of course be changed once i figure it out hahaha <img src="{SMILIES_PATH}/icon_e_wink.gif" alt=";)" title="Wink"> And there will not be anything worthwhile on there anyway. It is going to be a map for a volunteer group of people that pick litter. Interesting for hackers aye <img src="{SMILIES_PATH}/icon_e_wink.gif" alt=";)" title="Wink"> What is PDO however?

    lennaert

    Nowadays you should use PDO instead of mysqli or mysql: http://php.net/manual/en/mysqlinfo.api.choosing.php It's more safe and it's the future <img src="{SMILIES_PATH}/icon_razz.gif" alt=":P" title="Razz"> Also never put SQL-Statements into your query. You will get hacked easily <img src="{SMILIES_PATH}/icon_e_wink.gif" alt=";)" title="Wink">

    You wrote in MYSQLI:

    $stmt = $con -> prepare("SELECT id FROM members where username='$username' and password='$password'")

    In PDO:

    $stmt = $con -> prepare("SELECT id FROM members where username = :username and password = :password")

Fireche's avatar

Fireche

Member since 23 Mar, 2015

Twitter
Fireche has 1 followers

Trophy Case

  • 9-Year Club
  • Jupiter Mission Supports Gordon's mission to Jupiter
  • Forum Contributor Made 100 posts in the forums
  • Coach One of your tutorials has over 1,000 readers
  • Regular Visitor Visited Construct.net 7 days in a row
  • RTFM Read the fabulous manual
  • Email Verified

Progress

15/44
How to earn trophies