dazedangels's Forum Posts

  • Setting up admob always feels like hit or miss even on the best of days.

    I've found that when the app won't load it's because I have the code strings switched around.

    Below is a demo I made. Read through the explanation to ensure that you have the admod strings in the correct spots. Then download the demo and take a look.

    howtoconstructdemos.com/basic-google-admob-demo-with-home-screen-basic-level-menu-local-storage-win-lose-scenarios-c3

    Hope that helps.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I've found that sharing while using C3's preview with my laptop's browser doesn't work - mostly because I don't have any social programs installed so Windows just pops up some odd gray screen. Try C3's remote view and test it with your phone.

    The image of the code below is from a Wordle clone I built. I have it setup so it takes a screenshot then posts it to social media, it works well, but again, only on a phone or tablet where social media programs are installed.

    Hope it helps.

  • This happens to me, but only when I am running C3 in multiple tabs with different games - so I assume I'm confusing the program.

    Let's say I'm trying to build some special menu that I used 3 games ago and I can't remember how I did it. So I open that game in another tab and start to copy and paste from one game to the other ...... then I see something stupid that I did in the second game and attempt to fix it and save ...... Typically, that's when I give C3 a coronary and I get that error.

    Or if I have C3 open on 2 different laptops, that usually takes longer to get an error, but usually something goes crazy.

    I use C3 in Chrome, not sure if the same thing happens in FF, but I assume it would.

  • I use C3, from time to time on my Chromebook (with detachable keyboard), but I use a mouse. I don't know how well it would work if I used the keyboard's touchpad or if I removed the keyboard and just used the tablet part with my finger. It would probably drive me mad.

  • You do not have permission to view this post

  • I got it. Covid Brain needs a bit longer lol

    Thank you everyone!

  • dop2000,

    Thank you for the reply, sorry for the delay - Covid.

    I can't set r to PlatformInfo.CanvasDeviceWidth÷ViewportWidth(0)

    Is PlatformInfo supposed to be something else my head is just to Covid clogged to realize it?

    Thanks.

  • This would be great if this worked with banner ads.

    Why leave out banner ads?

  • C3/Mobile.

    I have the game taking screenshots, but is there any way to edit this so it only takes a screenshots of a specific area on the screen and not the entire screen.

    Thank you.

  • You do not have permission to view this post

  • C3/Mobile game

    I'm attempting to setup in-app purchases using C3's directions in the manual (link below)

    I admit I have limited knowledge of this process and don't know where to learn more.

    I think to understand the directions in the manual, I need a better understanding of in-app purchase and Construct 3 (at least I hope that's all I need.)

    Does anyone know of a good tutorial, either video or written?

    The YouTube videos that I'm finding aren't giving enough detail.

    Thank you.

    construct.net/en/make-games/manuals/construct-3/plugin-reference/google-play

  • You do not have permission to view this post

  • winstreak,

    You Are My New Favorite Person!!

    Thank you so much for making a video for me.

  • fedca, I've been wondering what 'systems expressions' where called - I will Google that - I've been calling it 'the Math' Thank you!!

    winstreak

    Thank you. I'll watch it now.

  • I have a text object with a 5 letter word. The word is generated randomly out of a group of words.

    When the player presses hint, I want to show the last letter of that randomly chosen word.

    Is there away to do that?

    The only way I can think of is to shorten and expand the text object, but that won't work because letters like W are wider than I. There has to be away to do a count and then pick the last letter out of the letter count.

    Am I close?

    Thank you.