Chadori's Forum Posts

  • Is that what he's saying? To download the old version of Intel XDK, and use the old cranberry ID (this one?: com.cranberrygame.phonegap.plugin.ad.admob) as well?

    Actually what you are using is the updated one. And it loads for a while(very long time) about(must be wrong 5 - 45 mins) and it will finish adding plugins, but that is not the real problem because on finished build and when you receive your apk, on install and run on phone, it will crash the game even before finishing the construct 2 logo and progressbar loading.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Download the old version. I'm still using it and works fine with me.

    That will be my last option. Maybe there is a better solution.

  • > Try

    >

    > > If Space pressed
    >   Object is on Layer 2
    >     -> Move Object to Layer 4
    >   Else
    >     -> Move Object to Layer 2[/code:37yr5ttw]
    > 
    
    It says that Else is not valid.
    

    If else is not valid then just change it to this:

    If Space pressed
      Object is on Layer 2
        -> Move Object to Layer 4
      Object is on Layer 2(invert)
        -> Move Object to Layer 2[/code:37yr5ttw]
  • >

    > > how can I have enemies attacking each other and having them attacking the player when in range

    > >

    >

    > Try this:

    > https://www.scirra.com/tutorials/474/pa ... e-of-sight

    >

    thanks but I already have path finding and line of sight events it was working till I created other enemy's and then the enemy attacks only the other enmeys

    Maybe you forgot to add the condition:

    *(Pick nearest/furthest) to (enemy.x, enemy.y)

    *For Each

    If still not enough, tell me. I'll try making an example but I suggest you to provide a sample/similar event .capx file so it'll be direct to the point.

  • 'Disable collisions' only affects 'On collision' and 'Is overlapping' events. Arguably a touch is not a collision, because the touch is not an object that is colliding with it, it's something else (a form of input). So I'm not sure if this should be changed anyway?

    No, I think that would cause issues. My point is since Touch is also dependent on Collision Polygons, I think adding in the manual that touch is based on collision polygons but not applicable by events nor object collision would suffice. This is a simple misunderstanding but if somehow some people will make a big game and somehow missed this, then it would be a big problem.

  • I added Admob in my app and after that my game on startup (Loading Progressbar) Crashes and force closes. But there was a time once that I successfully opened it and it showed the ads but only happened once and if I do it statistically it would be like this (1 try / 200 tries). I tested removing one by one the changes that I made before admob was added and the problem leads to the plugin added to IntelXDK called "Plugin ID: com.cranberrygame.phonegap.plugin.ad.admob" using the Thirdparty Plugins --> Cordova Plugin Registry ---> PluginID . I believe this works last year but I think since the Intel XDK new version been added this 2016 and new interface was also introduced, the Admob plugin doesn't work anymore.

    cranberrygame

    Ashley

    Please help ...

  • Shock. What an amazing HD game. When is the expected release? I am very fascinated that Construct 2 can make this kind of game.

  • That's gotta suck. Did that happen after update or when you create another project?

  • Nice Game XD

  • i just add "InAppBrowser plugin" on still not working

    as essa Ali say same wth me it only work on the computer but not on the phone

    browser -> "https://play.google.com/store/apps/details?id=com.wizdigitech.sudokunano"

    target = top

    Do you classify this as a bug? I think it is time to post this in the bug forum, what do you think? If you post this as a bug, I will gladly comment to confirm so that the scirra team will fix this knowing many has experienced this.

  • I'm new to construct 2. I can make a simple shoot em up for browser, but how hard is it to program a game for ios? Same thing but just adding touch controls?

    Same as learning how to ride a bike. You fall from the start but eventually you learn and be good at it. Remember there are no shortcut s but Construct 2 is an easy interface and has a good forum to answer all reasonable questions.

  • yes i build with crosswalk android it only work in the browser not on my phone

    here look

    Subscribe to Construct videos now

    Did you add the plugin "InAppBrowser" ?

    You two have the same problem at the moment:

    viewtopic.php?f=147&t=167946

  • Is there no way to just combine the two documents together or do I have to just go in and literally copy paste everything in individually.

    That feature your talking about does not exist at the moment and probably won't be made. The biggest reason there is, because it will mess up the game and combine unlike objects or make corrupted events.

    You need to do it manually, copy individually as LittleStain said.

  • no .... you have to do it on the next layout

    Thanks. Now I know XD

  • I am adding admob ads in my googleplay app and I don't know if Ad's autohide after change of layout. Does Admob Ad's autohide or destroy after change of layout?