ijoin's Recent Forum Activity

  • Is there any sites to download completed CAPX for self education purposes?

    Thanks

  • NVM, something wrong with the construct 2, once I restarted the program it works perfecly normal again

  • So, here is the situation

    I got several sprites and the z order is

    Sprite 1

    Sprite 2

    Sprite 3

    Sprite 4

    Sprite 5

    It only consist of 1 layer, and strangely my sprite number 1 always shown under the sprite number 2 and 3 which are the background

    So what is this and why is this happen?

    Any suggestion?

  • Any way to do that since using family is not efficient and total of my sprites reached near 150 spritesm so it's kinda messy

  • the woodcutter timber man on android?

    I think I can do it, it seems to be easy enough

  • So here is the condition

    Layout 1 and the other layouts-> landscape

    Layout 2 (the special stage) -> portrait

    I'm using ludei cocoon js APK

    Any way to do this?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Fixed, just a little php problem

  • So, in my search for a tutorial about posting score to Facebook, I found https://www.scirra.com/TutorialViewFresh.aspx?ID=908

    The code works perfectly, but it only shows highscore, now I want to add another variable called current level, so I changed the codes from

    <?php
    $score = $_GET["score"];
    $scorex = explode(":", $score);
    $highscore = $scorex[0];
    ?>
    <html>
    <head>
    <title>Game HighScore</title>
    <meta property="og:title" content="Highscore is<?echo $highscore;?>!"/>
    <meta property="og:image" content="http://weebe.nl/jellojumper/jello.png"/>
    <meta property="og:site_name" content="Game"/>
    <meta property="og:description" content="<?echo $highscore;?> Nice!?"/>	
    </head>
    <body>
    <meta http-equiv="refresh" content="0;URL=http://www.yourweb.com" />
    
    </body>
    </html>[/code:2k2f8oeg]
    
    to
    
    [code:2k2f8oeg]<?php
    $score = $_GET["score"];
    $scorex = explode(":", $score);
    $highscore = $scorex[0];
    
    $level= $_GET["level"];
    $levelx= explode(":", $level);
    $currlevel= $levelx[0];
    ?>
    <html>
    <head>
    <title>HighScore</title>
    <meta property="og:title" content="Highscore Level <?echo $currlevel;?> is <?echo $highscore;?>!"/>
    <meta property="og:image" content="http://weebe.nl/jellojumper/jello.png"/>
    <meta property="og:site_name" content="Game"/>
    <meta property="og:description" content="<?echo $highscore;?> Nice?"/>	
    </head>
    <body>
    <meta http-equiv="refresh" content="0;URL=http://www.yourweb.com" />
    
    </body>
    </html>[/code:2k2f8oeg]
    
    And in the game, I tried to pass 2 variables like this
    [code:2k2f8oeg]
    "https://www.facebook.com/sharer/sharer.php?u=http://www.yourweb.com/share.php?level="&currlev&":"&random(1,10)&"&"&"score="&highscore&":"&random(1,10)[/code:2k2f8oeg]
    
    Strangely it only reads the first variable passed which is currentlevel and skip the highscore variable
    
    Any helps?
    
    [b]Nvm, I tweaked it and fixed it [/b]
  • Bumper

    Tried clay.io but it's not working at all

    The leaderboard and post score to clayio works though

    Btw, Im using cocoonjs and converted it to apk

  • bump

  • Any existing tutorial to be followed?

    Been using cocoonjs to make it into apk

    Clay.io is not working, the facebook plugin is not working too

    Thanks

  • What do you mean?

    For making the graphics?

    I use combination of Firework, Photoshop and Illustrator

ijoin's avatar

ijoin

Member since 24 Apr, 2014

None one is following ijoin yet!

Trophy Case

  • 10-Year Club
  • Email Verified

Progress

11/44
How to earn trophies