Drayko's Forum Posts

  • The Laptop is i5 10th gen, 1.7Ghz, 16Gb Ram intel UHD graphics, windows 11.

    I was able to get it working, When I just disabled the WebGPU it did not work, so I change some of the other setting like :Use Work to no, GPU preference to low, Downscaling quality to low, yhan it finaly worked. also when I rendeered the project I chnaged Losless to PNG and Lossly JPG, but not sure if that made any difference. :)

  • Ahh, thank you. I tried it on my daughters PC and it works fine. not sure why it does not work on my two laptops all drivers are up to date.

  • So I want to export my game to test it on other computers to make sure everything is working. When I export the project to Windows .Exe and ran it on my computer it will work fine. When I try to run it on another computer the game will load to the main menue but but when I start the game it will flash a black and white screen and than go black and wont load anything. using my input controls you can hear the sound of the player jumping but that is about it. I looked at all the troubleshooting options and nothing works.

    Someone please help!

    thank you :)

  • Thank you :)

  • Hello, I have a main title Screen where a player can start a new game, there are 3 empty save slots the player can choose from to start a new game. example Game-A, Game-B Game-C. next to the Game-A ect, I have a text that says empty. I need it when a player selects a slot they want, it will go into the game. from the Game I have a Pause menu set up where the player can save the game. when the player goes back to the title menu, the text that said Empty will show what level the player is currently on, from there the player can continue where they left of. I'v been at this for weeks and cant seem to get it working. when I save the game it saves to all slots instead of the one your on, and the empty text does not update. I tried chatGPT..lol, but it takes me around in circle. is there anyone that can help or have a step bye step tutorial I can follow? even a C3 example file.

    Tagged:

  • Awesome Thanks!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello, i'm currently bulding a Opening and GUI for my game and was wondering if Construct has a file pack to download with their Logo's to add my game so that I can give credit or show the game was created with the Engine?

  • I need help creating Multiple Ropes, I already have my rope Machanic, but I just need to make it so I can reuse the same rope multiple times in the same level without having to recode each ball or it attaching to the same anchor point. I addad a screenshot of my setup. I already added instance variables to the ball witch is the anchor.

    Tagged:

  • You do not have permission to view this post

  • Thank you for your help I really appreciate it :)

    I used got it working!!

  • Or can you show me how to add my setup in a Familie? because I tried doing it and all the ropes flew off the screen, LOL!

  • I think I know what you mean but just in case are you able to send a screenshot of an example?

  • Hello,

    I have a Rope with Physics added and I'm trying to apply animations to my player but the way the rop Machanics is setup, its not working how I want it.

    I added a Climbing animation to the player when pressing up or down, thats works fine. now I need to add an Idle animation as well, But to do so I need to apply it to each rope sprite. e.g.,(player is overlaping Rope1,Rope2,rope3,) (set player animation to Idle). That Works but it cancles out the Climb Animation because the Idle Animation is constantly playing due to the player overlaping the Rope. I tried using Els but i'm not sure if I'm doing it correctly.

    Hopfully that makes sence,

    I provided a screenshot to explain what I'm talking about.

  • Hello,

    I was able to figure it out. I was using Global Variables for the HP before witch made all Enemies get hurt at once, but than I switched over to Instance Variables and now it works where it will subtracked HP only from the Enemy that is getting hit within a Families group.

    Its nice because now the only thing I have to do is name the enemies (Enemy1, Enemy2), and so on without having to add the same code over and over again for each enemy.

    Thank you :)

  • Hello, I'm trying to add Multiple Enemies with the same movements and attack, I put them all in a Families folder and was able get the movements and Attack to work for each enemy without conflicking with one other, but I cant get the Death or hurt to work separately?.

    when I hurt or kill one of the Enemies they all get hurt and all die together. How to I fix it so the Hurt and Death are separated for each one?

    Thank you :)