brendanpoke's Recent Forum Activity

  • In my game after a while a window appears inviting the player to install another of my apps (using browser -> go to URL).

    How can I use gameanalytics to check if the user has tapped the image? (and if he is connected to the internet because I want to have confirmation that he has viewed my page of the other app in the play store)

  • I'm trying to create a special level in my game where the spaceship travels in circles to a space station. (which appears to rotate as it is made up of 8 frames).

    The viewport view does not move.

    Only stars and nebulae move (family called axis).

    my idea was to make it so that when the nebulae and stars go out of the layout width they return to x=0.

    When their x value goes below 0 they go back to 3416. (the viewport size for x is 854).

    But obviously something is wrong.

    Probably I'm missing something that I should consider and so I ask you, maybe there is someone who immediately understands what is the problem.

    So how should I do it?

    I also leave a screenshot of the code I tried and a link to my google drive to download the c3p file (if needed).

    https://drive.google.com/file/d/1OybYrRKOcEAyl3wyJ0UvcNrvxDuSI0QT/view?usp=sharing

  • What do you think is the best (or simplest) way to make a mechanical octopus?

    What I imagined is a boss at the end of my level of the space shooter game.

    The octopus has a tentacle that moves towards and away from the spaceship and the player must dodge it and attack the boss.

    But I would like it to be realistic and nice to look at.

    Do you have any advice?

    your example is perfect and nice to look at.

    I can't figure out how to make the tentacles variable, i.e. I don't want each tentacle to make the exact same movement.

    and each tentacle piece must have a slightly different angle from the previous piece.

    Your example is well done because I notice that when the octopus pulls up its tentacles and they curl they are not exactly the same as each other. the first tentacle is more closed than the second.

    In short, everything must be very random and not static while maintaining specific attack and movement functions.

    In your example each piece of tentacle has its own angle, but when the octopus raises its tentacles both do so, so they have the same function in the same period.

    I'm studying to understand how to make the octopus raise one tentacle at random and the others stay down.

    Furthermore, the tentacle taken at random must head towards the spaceship then if you manage to move it must come back.

    Up until now I have analyzed the hierarchy as a simple feature, I could do the same by putting a function like this:

    - every 0.01 seconds "octopuspiece(2)" set position to "octopuspiece(1)" image point1.

    But I guess I still haven't understood all the hierarchy features and become familiar with them.

    However looking at your example and having read the answers I'm sure I have to use hierarchy feature.

    Maybe I'll ask you again for advice on hierarchy.

    Thank you.

  • I want to know if I already have a public app in the play store, if I insert a new release and publish it in the internal test channel,

    Can anyone who has my app see the contents of the internal test?

    or can I only see them because my Google account email is part of the tester group?

    I can't understand.

    Until now, since I wasn't sure, I created 2 apps, 1 internal test and 1 public, so I'm sure that only I can test it.

  • What do you think is the best (or simplest) way to make a mechanical octopus?

    What I imagined is a boss at the end of my level of the space shooter game.

    The octopus has a tentacle that moves towards and away from the spaceship and the player must dodge it and attack the boss.

    But I would like it to be realistic and nice to look at.

    Do you have any advice?

  • Hi everyone!

    Even though I've been using construct3 for years, I still haven't posted anything about my games. While I have already published them on the play store.

    But now I want to share them here.

    There are still many incomplete things and many errors, so don't be scared! (if you decide to download them).

    I would also like to try to create a game and work together with other programmers, until now I have worked alone. I'm passionate about anime, I'd like to create a game about an anime together with some other programmer. If anyone wants to write to me this is my email. ---fedekgames101gsu@gmail.com---

    Here are the games:

    Lolirock: invaders from space

    https://play.google.com/store/apps/details?id=fedegalaxy.galaxy135.lolirock

    This is the first one I posted, it's weird, but it works well, try it!

    Sgt Frog game (Keroro gunsou)

    https://play.google.com/store/apps/details?id=fede.dreggman.kerorogunso

    This is based on one of my favorite anime, sgt frog. But it's messed up, there are a lot of errors, and I haven't worked on it for a year. Sorry if it's in Japanese, in the game there is the possibility to change the language. (there are only a few dialogues).

    Space Shooter

    https://play.google.com/store/apps/details?id=galaxy135.galaxy135.spaceshooter

    This is the last game I made, I'm currently working on it. But I must say that it is paid ($30), I hope in the future to start earning something from this game, but I need to improve it a lot.

    ((I also have to replace some images quickly, that are taken from internet and it's not good (for copyright))).

    But I will, because I really like to draw by hand (yes on paper!:)) and create the images for my games by myself.

    I still have to improve, but I'm learning to code and draw at the same time! XP

    Tagged:

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Ok now something works.

    I had created two sessions on GA, and in the last few hours I watched the wrong one.

    It started working when I entered the bundle ID, and updated the app.

    I thought it wasn't necessary because I read (optional) about GA, but it was.

    Thanks!

  • But... isn't there another way? Simply with the basic construct3 plugins? Like Ajax/Browser?

    I just need a few informations from players, like for all players who installed the app how many reach the final level.

    Isn't there a way to get the report to another my app or directly to my computer?

  • > Is remote preview and scanning with QR code the same thing? I use this feature often. Should it work this way? (so I avoid updating the internal test every time).

    I don't know if it will work with remote preview. But for remote preview you will need to configure browser game and secret keys.

    With remote preview you can set up remote debugging:

    https://developer.chrome.com/docs/devtools/remote-debugging

    Then you will be able to check for errors in browser console log.

    It still doesn't work even though I checked everything.

    So now I try with logcat and remote debugging...

    Thanks for the advices and links...

  • I haven't used it for several years and don't remember all the details. But at the very least you need to enter the Game Key and Secret Key in plugin properties. And I think the app id of the project should match Bundle ID in GA.

    > Perhaps Game Analytics, in addition to not working on PC preview, doesn't even work in the internal test.

    No, it should work in internal test. It should even work if you make a debug APK and upload it directly to your phone.

    If you are sure that everything is configured properly and GA still doesn't work, you can try getting Logcat logs from your phone. If there is something wrong with GS, there will be an error message in the log.

    Before trying this logcat thing I would like to make sure I haven't forgotten anything.

    I had already entered the game key and secret key, but not the bundle ID because I had read optional on Game Analytics, however now I'm updating the internal test app to try again.

    It should even work if you debug APK and upload it directly to your phone.

    Is remote preview and scanning with QR code the same thing? I use this feature often. Should it work this way? (so I avoid updating the internal test every time).

  • I'm encountering a small issue with my platformer game created in Construct 3 and was wondering if anyone could help me out. When my sprite goes up or down slopes in the game, it starts to shake in a strange manner. I've tried adjusting various things, but I haven't found a satisfactory solution yet. Has anyone else experienced this issue before or have any ideas on how to fix it?

    I would really appreciate any advice or suggestions you can offer. Thanks in advance for the help!

    I'm not sure I understand what you mean.

    But if it's like I think, you put a function like this: player.x> viewportright(0)-100 --> scrollx+5.

    In this way a tremor occurs because the character does not move at angle 0 when jumping.

    I don't make platform games and I don't use behaviors, so I don't know what your project is like.

    But for my games I found this interesting solution:

    A project example ->https://drive.google.com/file/d/1U9j3Kp3KndNzPEwsPbTsiRgf0H6wdIb1/view?usp=sharing

  • GA may not work in preview. On mobile it should be working if you built the game correctly.

    In GA go to Realtime -> Live events. You should be able to see the messaged from your phone. If there are none, this means the plugin is not working. It's either not configured correctly (check the keys etc.), or the app was not built correctly.

    What do you mean by "it's not configured/built correctly"?

    Can you tell me what the possible causes are?

    Something about Play Console? Or what about exporting the project?

    In my project I put only one action that concerns Game Analytics (on start of layout --> Initialize GA SDK).

    On the Game Analytics site I specified that my game is Construct and Android.

    this time I'm updating my public game (not internal testing) to check if that was the problem. Perhaps Game Analytics, in addition to not working on PC preview, doesn't even work in the internal test.

    Or what could be the problem?

brendanpoke's avatar

brendanpoke

Member since 7 Aug, 2019

Twitter
brendanpoke has 1 followers

Trophy Case

  • 5-Year Club
  • Forum Contributor Made 100 posts in the forums
  • Regular Visitor Visited Construct.net 7 days in a row
  • RTFM Read the fabulous manual
  • Email Verified

Progress

9/44
How to earn trophies