Maniaticc's Forum Posts

  • 8 posts
  • now only work on Android 4.x.

  • But the game is developed in C2. I made other game in C2 and run perfectly on android 2.x. The only diferrence was the version of C2.

    The first game was developed C2 r114 and work perfectly on android 2.x

    The second game was developed C2 r126 and dont work =( on androiid 2.x , only work on android 4.x.

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

  • Pls, y rly need help whit this problem <img src="smileys/smiley19.gif" border="0" align="middle" />

  • Thank,worked perfectly!!!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • you can create a variable canClick for sprit1 and sprite2 it can be true or false. The init value is false, when you think the spirte is ready to click,change the value to true.

    on Click sprite

    canClick == True ---> Then do something

  • how can i do a clean transition between layouts? resizing backgrounds elements considering differents screens.

    my particular problem is when i resize from one layout to another and i can see a white glimpse. (watch video)

    youtube.com/watch

    The original size is 480x800, and the samsung galaxy tab 10.1 es 1280x800

    I use:

    1.-cocoonJS

    2.-Samsung galaxy tabII 10.1'

    3.-Android 4.0,

    4.-and for background-> anchor behavior

    thanks for all support.

  • I can't run cocoonjs project on Froyo and Gingerbread.

    any clues?

    Log :

    E/IDTKLog ( 5096): IDTK_LOG_ERROR: [IDTK] Invoked in function static com::ideateca::core::SPData com::ideateca::core::io::AbstractFileSystem::loadFile(const std::string&) line 47: IllegalArgumentException: Cannot open the given '/data/data/com.lastseal.smasher/files/ls.cdf' file path.

    W/ActivityManager( 2532): Launch timeout has expired, giving up wake lock!

    W/ActivityManager( 2532): Activity idle timeout for HistoryRecord{480f5ad8 com.lastseal.smasher/.smasherActivity}

    I/dumpstate( 5106): done

    D/Zygote ( 2415): Process 5096 terminated by signal (11)

    I/ActivityManager( 2532): Process com.lastseal.smasher (pid 5096) has died. <img src="smileys/smiley19.gif" border="0" align="middle" />

  • I can't run cocoonjs project on Froyo-Gingerbread -Android 2.x and 38% use Gingerbread. developer.android.com/about/dashboards/index.html =( <img src="smileys/smiley19.gif" border="0" align="middle" />

  • 8 posts