wortexpro's Forum Posts

  • 11 posts
  • Hi everyone,

    I'm currently working on two projects in Construct 3. When I make a change in the first project and click "preview," the change is displayed immediately. However, for the second project, the changes don't appear until I clear the browser data (cookies and cached images).

    Every time I make any changes in the second project, I have to clear the browser cache to see the results.

    Am I doing something wrong? Is there a specific setting I need to adjust to fix this?

    I would appreciate any help or suggestions!

    Thank you!

  • You do not have permission to view this post

  • hello. Is it possible to tween(Behavior) use second image point?(Not origin)

  • dropmefiles.net/en/Q92W

    Thank you very very much.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • There is not "LocalStorage" save tutorial. If you want to help me. you can explain it to me in a simple way.(I want it to just save and continue from that round after restart)

  • hello guys, in my project i have 6 (lvl) layout, all layout uses one event sheet. i want to do somting like this: when player complete any lvl game saves in LocalStorage and when restart the game and press play continue from the last saved level (i want only LocalStorage Saves) I just want to save and then continue.

    example:

    dropbox.com/scl/fi/o7o85a76fin9obrecjnem/EXAMPLE.c3p

    Tagged:

  • You do not have permission to view this post

  • You do not have permission to view this post

  • You do not have permission to view this post

  • You do not have permission to view this post

  • You do not have permission to view this post

  • You do not have permission to view this post

  • hello guys, when I uploading my game in the google play store, it says this:

    Your latest production release (10001 (1.0.1)) contains SDK issues

    com.google.android.gms:play-services-ads-lite:15.0.1 This SDK version has been reported as outdated. Upgrade to a newer version (19.3.0+).

    Starting from July 29, 2023 00:00 (UTC) you won't be able to release new versions which contain this SDK version.

    com.google.android.gms:play-services-ads:15.0.1 This SDK version has been reported as outdated. Upgrade to a newer version (19.3.0+).

    This SDK version has a note from the SDK developer. Here's what the SDK developer told us:

    This version is officially deprecated, and will soon disable ad loading. Please update to a new version. See developers. google. com/admob/android/deprecation for more details.

    Starting from July 29, 2023 00:00 (UTC) you won't be able to release new versions which contain this SDK version.

    plugins lit in my cordova project:

    <plugin name="cocoon-plugin-ads-android-admob" />

    <plugin name="cordova-plugin-statusbar" />

    <plugin name="cordova-plugin-androidx-adapter" />

    <plugin name="cordova-plugin-bb-nativeaudio" />

    <plugin name="cordova-plugin-advanced-nativeaudio" />

    I am using cordova latest version, gradle latest version and everything latest version. I couldn't understand how or where update this Can you tell me how to fix it

    i m using consturct 2

    i find this codes in my cordova project

    \platforms\android\app\build.gradle

    // SUB-PROJECT DEPENDENCIES START implementation(project(path: ":CordovaLib")) implementation "com.google.android.gms:play-services-ads:15.0.1" // SUB-PROJECT DEPENDENCIES END

    and in the cordova plugin as well

    \plugins\cocoon-plugin-ads-android-admob\plugin

    <framework src="com.google.android.gms:play-services-ads:15.0.1"/> <dependency id="cocoon-plugin-ads-android-common"/>

    15.0.1 is written everywhere

    please help me

  • hello. in my construct 2 game i using plugin "UltimateAds" and cordova project have plugin "cocoon-plugin-ads-android-admob" working perfetctli but cordova plugin working on "om.google.android.gms:play-services-ads:15.0.1" and google play console minimum required "19.3.0+". When I change in "project.properties" "cordova.system.library.1=com.google.android.gms:play-services-ads:15.0.1" to "cordova.system.library.1=com.google.android.gms:play-services-ads:19.3.0" It changes but the application crashes on startup, only works 16.0.0 and above no more. Is there any way to make this plugin work on 19.0.3+ versions? Or some alternative way to replace this plugin.

  • omg thank you very much, you are my hero!

    This is what I needed, Good work, God bless you

  • 11 posts