PabloDev's Forum Posts

  • Hello, why the official Admob plugin C2 not shows videos rewarded?, only banner and interstitial.

  • glerikud Thanks !, I have it.

    We must differentiate between this:

    [quote:323f829c]Bundle ID, appodeal requires this information::

    [quote:323f829c]AppKey for appodeal plugin:

    This section does not understand it.

    Do not you need to fill?

  • Hello, please, can anyone help me with this ?.

    I'm testing the plugin appodeal ad.

    I created the apk, it is a test, only it contains two buttons to display banner and video rewarded.

    Ok, I have the AdMob account and synchronized appodeal admob account.

    Well ... what I have to do now to show ads on mobile ?.

    Is it necessary to upload the apk on google play for display ads?

    Do I have to fill in all the data (I mean pictures of game, description, game genre, etc ...) in google play just to try this test of ads ?.

  • Ok, thanks, I got what I wanted.

  • Thanks !, I've done some tests.

    I have a problem, I have 5 layers.

    On the Number layer 5 I have a graph with the "source atop" effect.

    I want this graph to its effect on other graphic in the layer number 0.

    That is, in this example.

    If you move the sprite to the layer number 2, then activate the number Layer 1, the sprite blend mode (source atop) does not affect the graph on the layer number 0

    I want the blend mode of the sprite on the layer 2 acts on the graphic in layer number 0.

    https://dl.dropboxusercontent.com/u/60803633/testEfecto.capx

  • Hello, I want to apply this effect to a layer, I think that this effect comes in C2.

    As it is called?.

  • Thank you all.

    Hang me if I'm wrong but I'd say it's not currently possible to solve this problem.

    You can delete the splashcreen of cordoba simply removing the plugin but the flash happens next seems to come from the initialization of the web view of cordoba, that I read.

    Here the latest information about this behavior:

    https://software.intel.com/en-us/xdk/faqs/crosswalk#construct2-crosswalk-white-flash

    The best result I obtained was this, using crosswalk:

    It is necessary to use splash screen.

    APK:

    https://dl.dropboxusercontent.com/u/60803633/testLoading%5B1%5D.apk

    Add these lines to intelxdk.config.additions.xml to get that result:

    [quote:2m3k7vm2]<platform name="android">

    <!-- set Crosswalk default background color -->

    <!-- see http://developer.android.com/reference/ ... Color.html -->

    <preference name="BackgroundColor" value="0x00000000" />

    </platform>

    <platform name="android">

    <!-- following requires the splash screen plugin -->

    <!-- see https://github.com/apache/cordova-plugin-splashscreen for details -->

    <preference name="SplashScreen" value="screen" />

    <preference name="AutoHideSplashScreen" value="false" />

    <!-- <preference name="SplashScreenDelay" value="30000" /> -->

    <preference name="FadeSplashScreen" value="false"/>

    <!-- <preference name="FadeSplashScreenDuration" value="3000"/> -->

    <preference name="ShowSplashScreenSpinner" value="false"/>

    <preference name="SplashMaintainAspectRatio" value="false" />

    <preference name="SplashShowOnlyFirstTime" value="false" />

    </platform>

  • Hi, thanks for the advice!, I managed to remove the cordova splashscreen removing the plugin but still not a clean boot !.

    Only this, something strange happens before the loading screen appears, should I remove that and make a clean start, direct access to the loading screen.

    In the video you can see a white screen, later the screen turns to black and a white bar appears at the bottom of the screen, finally appears the loading screen and white screen with a sprite.

    APK

    https://dl.dropboxusercontent.com/u/60803633/testXDK.apk

    capx

    https://dl.dropboxusercontent.com/u/60803633/testLoader.capx

    And the configuration in Construct:

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Interesting white flash you got there. Did you try to change the loader style? The mobile apps I made doesn't have this issue, but I'm not using the default loader style.

    Hi, I can not show the loading bar, really just the splashscreen of cordoba, plus the flashes do not disappear.

    Could you have a look to see if I'm doing something wrong please ?.

    APK

    https://www.dropbox.com/pri/get/Public/testLoading.apk?_subject_uid=60803633&w=AACBfGXUxmq-gtx96Gdaz6wqeQaEv9eaceG11OwRVKXEfg

    Capx

    https://dl.dropboxusercontent.com/u/60803633/testLoader.capx

  • Sorry!.

  • Hello, very soon I'll post my first game in play store and I would like to ask some questions here.

    I'm doing some tests with XDK and I have two questions.

    In this video you can see how start a game that guess is made with another engine then you can see how starts a test using XDK crosswalk.

    https://youtu.be/C50--M4FRUY

    1 - In the video you can see the spash screen of cordoba (I think that can not be deleted).

    In this fragment observed a strange flash, I want to eliminate that, It seems some sort of error at starting.

    Can I correct this flash ?.

    2 - Then you can see that, although I have activated the option of full screen, the application does not hide the time and the battery level up the game screen, is strange and I do not like.

    Can I correct this?.

    The first application running, which is not made with C2, works perfectly, so how can I get a similar behavior in my game ?.

  • I think it varies based on your traffic.

    I am currently using Admob and get $3-$5 per 1,000 video views. I am also using moblyft.com to help me maximize my revenue. I inserted moblyft video ads as a custom network in admob. MobLyft has been generating $8 - $12 per 1,000 views for me.

    I am currently earning $14,500k a month.

    14.500,00 USD = 13.139,90 EUR

    That's a lot of money for me.

    Is that benefit comes from a single game ?.

    How many games have published ?.

    By your name, you're not from Spain right?

    Ok, I see, it is likely to be an impostor.

  • AllanR

    99Instances2Go

    Thanks guys, I did not think to use image points but it sure helps me with that.

  • Hello, does anyone know if there is any way to access the coordinates where the points of collision box ?.

    For example, suppose that my character has a bounding box with 4 points, then I could refer to these points as follows:

    For the first point

    sprite.boundingBoxX (1)

    sprite.boundingBoxY (1)

    For the second point

    sprite.boundingBoxX (2)

    sprite.boundingBoxY (2)

    I mean these points

    I need to know if any of these points are within an area on the map.

  • Hey how are you building your game for Windows tunepunk? Are you using Visual Studio or Intel XDK?

    I started testing in Windows Phone today and surprise! I'm having problems with touch like you are. Not exactly like you describe but still, touch craps out. I tried building with VS and XDK and my game breaks with both methods

    Android has an option called "Developer options."

    In one of these options you can make a chart that appears on the screen when android it detects a touch.

    You can check if windows phone has a similar option.

    In my case, sometimes (I do not know the reason), with this test, android does not detect the touch and the graph not appear.

    However, when I write a message and repeatedly striking the screen, never fails and always the graph is displayed.