ArcadEd's Recent Forum Activity

  • part12studios

    Personally I think the idea is good, and I have suggested that Cordova export be directly integrated into C2. The shot down reasoning is that this would require the developer(us) to download the JDK, ADK and I believe the NDK. In C2 we would then need to reference these folders for the build process.

    Thanks what you have to do in GameMaker anyway, and it's not that big of a deal. Would be an amazing option in C3.

    Though I have to say, I started converting all of my apps (9 in total) over to Cocoon.io over the last few weeks and it's been really good so far. Admob ads are working natively on ios and android. I got all the game center features working on iOS apps. I found some errors in their C2 plugins in the process and they were really fast to fix them. I'm going through the rest of the ios plugins to make sure everything works, then I'll be doing video tutorials for all of them. I truly believe it's the best option for putting out a professional product. Again, one mans opinion.

  • Hi Deadbyte, I'm going to add you on skype as well but I wanted to ask.

    What application do you work with for animations?

    What country are you located in? I only ask because of currency conversion. I work with a really talented artists right now, but he is in the UK and the conversion is really bad for me. Plus he is really busy at times so I am trying to find another artist I can trust, but would prefer someone in the US.

  • I've been streaming for a few weeks and I've decided I wanted to do a dedicated C2 stream at least twice a week.

    You can see the schedule here:

    http://www.learnconstruct2.com/live-stream.html

    or

    Tuesday 9pm MST - How To and Dedicated Topics. Questions are welcomed for the topic at hand.

    Thursday 9pm MST - Recreate Classic Games. How to break them down and reconstruct them.

    Sunday 10am MST - General Discussion. Questions and Answers free for all.

    I hope some of you can make it to learn, help, etc. I do plan on uploading all of the broadcasts to my youtube channel as well.

  • Bingo! Thanks so much, totally forgot about that.

  • I'm using AJAX to send data to a php file on my server.

    Sending URL looks like this.

    http://elf-games.com/twitch/checklogin. ... ss=texas18

    The php file on server is this. Obviously the ***** are data I don't want to show, but the connection is working fine.

    <?php
    
    $host="localhost";
    $username="*******";
    $password="********";
    $db_name="*******";
    $tbl_name="********";
    
    mysql_connect("$host", "$username","$password")or die("cannot connect");
    mysql_select_db("$db_name")or die ("cannot select DB");
    
    $myusername=$_GET['user'];
    $mypassword=$_GET['pass'];
    
    //to project MySQL injection
    $myusername = stripslashes($myusername);
    $mypassword = stripslashes($mypassword);
    $myusername = mysql_real_escape_string($myusername);
    $mypassword = mysql_real_escape_string($mypassword);
    $sql = "SELECT * FROM $tbl_name WHERE name='$myusername' and password='$mypassword'";
    $result=mysql_query($sql);
    
    $count=mysql_num_rows($result);
    
    if($count==1){
    	$_SESSION['myusername']=$myusername;
    	$_SESSION['mypassword']=$mypassword;
    	echo "Success";
    	//header("location:login_success.php");
    	
    } else {
    	echo "Wrong Username or Password";
    }
    ?>[/code:qxhqrrlp]
    
    I assumed the Echo responses are what would give me back my ajax.lastdata, but I'm getting nothing back.  Any ideas how I send data back to my ajax call?
    
    Thanks,
  • With Tom's help, I got it worked out.

    It wasn't just my phone that was the problem. The problem was I had some SEO tools installed on that domain. Attracta or something, and it was causing some weird redirect on mobile.

    I've moved the games to a domain that doesn't have that installed and all is working now.

  • So for years and years I have used Host Gator for my hosting, everything has been fine.

    However, recently I can't browse to any of my HTML5 games via my mobile device. They work fine on desktop, but when typing in the exact same URL on my phone browser (Firefox or chrome) I get a File Not Found error from my website. I've tried it a few hundred times <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">.

    here is one example url. http://www.elf-games.com/twitch/games/spaceshooter/

    I've contacted Host Gator and they have no clue. Has anyone else seen this or had this problem? I might try another web host to see if the issue is fixed.

  • I'm planning on doing a weekly stream for construct 2, if you get a chance, filling out this survey will really help. Thanks.

    https://www.surveymonkey.com/r/BLJMKZT

  • I mean when dumping the data into the array.

    At some point you need to put the info into the array, and that point you can check if that value exists. Unless you do need dups at some point

  • You can also use the array Contains Value action to check if that value is already anywhere in the array.

  • ehhh will be nice when they finish this beat em up tut

    Anyone is of course is welcome to continue it. I've just been too busy with other projects to make videos. I know I keep promising to continue it, just can't seem to find the time. Hopefully someday.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Yeah, the ONLY thing with the old CJS is no direct admob support and that's a killer for me. It's my only reason for wanting to jump to cordova/cocoon.io.

ArcadEd's avatar

ArcadEd

Early Adopter

Member since 3 Jul, 2012

Twitter
ArcadEd has 7 followers

Connect with ArcadEd

Trophy Case

  • 12-Year Club
  • 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
  • x10
    Coach One of your tutorials has over 1,000 readers
  • x2
    Educator One of your tutorials has over 10,000 readers
  • Regular Visitor Visited Construct.net 7 days in a row
  • RTFM Read the fabulous manual
  • Email Verified

Progress

20/44
How to earn trophies