Sami424's Forum Posts

  • I tried submitting the build to app store connect and it got rejected because the watch ads button didn't do anything. Here's the message they sent me:

    Test ads and real ads work in the Xcode simulator but they don't work when I try them on my iPad. Any help is appreciated.

    ADMOBS disable ad serving if you have not yet verified your billing adress, you do this by entering a pin code they send you via mail.

    That can be one reason, will say if you log in to your admobs dashboard.

    Otherwise, your app has to be published on app store for admobs to show ads, else it will just be TEST ADS.

    So if your test ads are not showing, like fredrik said you have probably not done the events correctly, load the ad, then show it.

  • I been using Construct for a long time, and making dozens of games with it

    But I still don't know how to update a web game (exported)

    The old version still shown when I already override the HTML5 files (cache not updated), even the game version is increased.

    I can fix it by clear browser cache for "last 1 hour", but other players that already play the game still play the old version.

    Is there any configuration to override cache ? so I dont need to clear browser cache to see a changes

    If your server uses for example cloudflare, you can clear the cache in cloudflare for all users, when you have updated your game.

  • You can achieve the wall jumping mechanics using events i think, atleast thats what i did.

  • Use ADMOBS, the families program is harder to get approved for depending on your game/app, better to publish without the families program, i did that and it worked for me and got approved.

    On the other hand, in ADMOBS you can change audience settings, so you can switch to ads for families BUT it has a revenue decrease of -60%.

  • Could you send a screenshot?

  • in old edition of construct 3 i can add admob testing ads and shown in mobile test android .....recently when add admob testing ads and go to mobile device to test it ...ads doesn't appear....

    It should work if ADMOBS in C3 is set to TEST MODE, i recently tried and it gave me a test rewarded video.

  • You do not have permission to view this post

  • ironside#6435 I need someone to do projects with :) Its alot of work solo.

  • > Then do like if currentmonth = 0 then lastday = 31 , if currentmonth=1(feb) then lastday = 28

    yes that I can do but I'm trying to do it automatically. because feb month cannot be done in this way. So I am figuring out to do it automatically. If there any way of getting current month's first and last day.

    Check this JS guide: codegrepper.com/code-examples/javascript/get+last+day+of+month+js

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I'm trying to get Construct to perform a calculation if a certain variable is set a certain way. But I cannot figure out how.

    The global variable cfcf can only be C or F. If it is C I want it to convert the value of OVTEMP (imagine OVTEMP is normally in fahrenheit) using the formula OVTEMP * 9 / 5 + 32 and then storing the new number in OVTEMP.

    It is impossible. I've tried a thousand different things and none work. I could even do this in BASIC in seconds but I cannot find the right way to talk to javascript to get it to do something so simple. Where am I going wrong?

    Picture from old post on how to set global variables in js

    So i guess you should try to use runtime.globalvars.YOURVARIABLE and then set it to your JS variable, example FOO

  • Hi,

    I want to make a calendar using date plugin, Problem I'm facing here is How do I get First & Last day of the current month. Somehow I'm able to get First day of the first week but how do I get last day of last week?

    When using date.getday(date.now) you will get the current day of the week, 0 = sunday so 0 is the last day of the week.

    EDIT: I noticed now that you ment first and last day of the MONTH, i will check it out and come back xD sry its early.

    EDIT AGAIN: So you could just add variables to make it easy, where you use date.getmonth(date.now) and get the current month ,0 - january, 11-decemeber

    Then do like if currentmonth = 0 then lastday = 31 , if currentmonth=1(feb) then lastday = 28

  • dop2000 i know you did something similar to this a few years ago, but your example is outdated and does not work anymore (updated c3).

    I have a halfworking barcode scanner atm using the libraries from above

    , but i cant make it so my text object sets the text to the information scanned from barcode.

    This would REALLY help me out since i own my own shop, any help appriciated.

    Ready to pay to get this working. In the meanwhile i will keep trying to make it work.

  • construct.net/en/forum/construct-3/how-do-i-8/set-bullet-angle-axis-166554

    I replied there to someone else, you prob should use zelevation to make bullet appear flying forward.

  • Bump. Is this something that is tricky for most other Construct 3 users? I've been afk with Construct 3 forums so with so much new 3D stuff, I can imagine like many others, 3D in Construct opens up a lot of new parameters that are just not easily relatable.

    I still know 2D fine and that's great, but there are some really exciting 3D things going on, but there's not a lot of comprehensive tutorials yet on how to work with the latest 3D camera and features.. new stuff coming faster than youtubers can produce comprehensive videos.

    I look at the demos and while they work and do things, it feels like there's a pretty big leap from knowing Construct 3 in 2D and reading the events these demos include and understand how the developer knew what values do what and how to make them behave in very specific ways.

    Add me on discord ironside#6435

    I have been working in 3d the past few weeks, we will try to figure it out :)

  • This looks like the same thing that was mentioned in this thread. The build service was already fixed yesterday and I just checked again and it still seems to be working fine now.

    Exported yesterday without problems so yes.