Chadori's Forum Posts

  • You buy the plugin and then not supported.

    This opinion is based on comments in the thread of the plugin.

    What do you mean, I haven't heard of this? I think he made it free but accepts donation?

  • Josek5494 - Wow nice update, best admob plugin yet. I just saw your reply, thanks for adding it.

  • Lalitinnovations - There must be something that conflicts with your events since that event above is a sure to work. Please re-evaluate your project.

  • Lalitinnovations - This simple event will make it work. It is the same as yours, I do not know what caused yours to fail but if I were to guess. You must have used the "Set value" action instead of the action "Add to Instance Variable". Kindly check or use my event.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • abdalghani - I am sorry but I do not understand what you mean. Can you make it in a condition & action format so that I can understand?

  • DeadByte : This should do the trick:

    Just change the value of the local variable to change the speed.

  • Nevermind again, it is a scml plugin bug. I'll probably report this to Brashmonkey instead.

  • I've noticed in the Admob website that when you create a new monetizing app you have three options :

    1) Banner-Ad

    2)Interstitial

    3)Reward Interstitial (Video)

    Has anyone tried adding the third option in any of their game?

    Thanks.

  • made a kingdom

  • Guyon - You can use 1280x720 (16:9 aspect ratio) which is what I use and it does fit all commonly used mobile devices. But there is also 's tutorial : http://tobyr.wtfgamesgroup.com/what-is- ... bile-game/ .He recommends : 1200x800 (3:2 Aspect Ratio) since he tested and proven it to fit on mobile devices good too.

  • Ashley - I will make a .capx to reproduce this. But I want to try to figure out whether it is a C2 or scml problem since it only happens when I update an scml object in C2. I might post it tomorrow.

  • Guyon - Construct 2 will be best since it is easier compare to programming it using javascript. Construct 2 already made Android Game development easier compare to programming. I will recommend you to use Construct 2 and once you are finished then export to cordova --> IntelXDK / Cocoon.IO. Honestly making games is better and easier in HTML 5 compare to Flash and Construct 2 made it easier by getting rid of programming. Making a dressup game will be better in C2 using some arrays and localstorage.

    This tutorial to build a C2 game to an apk using IntelXDK is outdated but it will get you started:

    IntelXDK:

    https://www.scirra.com/tutorials/4848/h ... alk/page-4

    Updated: for Cocoon.IO

    https://forums.cocoon.io/t/construct2-h ... ocoonio/45

    Good luck in shifting to Mobile Development <img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt=":D" title="Very Happy">

  • Nevermind, Solved. Not a C2 problem but a Spriter(scml) Plugin problem.

    Edit: I am not sure anymore if this is a C2 problem or a SCML plugin problem because this is the weirdest thing I have seen in Construct 2.

    -Sprites and Scml objects shouldn't be family, that's just wrong.

    Ashley ?

  • Problem Description

    Good thing I made a backup before updating to C2 R228 because when I opened my project every time in the new C2 r228 release, this error message shows up. I am not entirely sure what caused this since I just updated and reopened my project so I can't tell for sure but It has something to do with the family objects I had that made conflict with the update.

    Attach a Capx

    I can't post a sample .capx since I don't know the exact reason yet since it happened when I updated to C2 r228.

    Description of Capx

    N/A

    Steps to Reproduce Bug

    • Updated to C2 r228.
    • Opened a game project.
    • Error Message box always shows up.

    Observed Result

    Error Message always shows up when I open my project.

    Expected Result

    Project to open properly without error.

    Affected Browsers

    • N/A
    • N/A
    • N/A

    Operating System and Service Pack

    Windows 8.1 64-bit with everything updated.

    Construct 2 Version ID

    Construct 2 r228 beta release.

  • Also, the thing about SDKs is that once you learn programming using javascript the SDKs will be your set of tools to implement what you have learned. Example, programming/making games or apps in a specific platform. In Construct 2, the C2 Javascript SDK is used for making plugins, behaviors and effects that can be used to extend C2's capabilities for game development.