Bullet speed not changing via event

0 favourites
  • 7 posts
From the Asset Store
Forget about default textbox restrictions, you can create sprites atop of the textbox
  • A bit about my game: It's a competitive shoot-em-up (shmup) where the goal is to either shoot each other or shoot crystals that will shoot your opponent when shot and claimed. The basic game is done (and on the web! http://games.virtuallycompetent.com/crystalcontrol/ ), and right now I'm working on a patch to allow players to pick different styles for each character that change things like their movement speed, charge times, bullet speeds, etc.

    The problem is that I can't seem to change bullet speeds with any sort of consistency. My ideal situation would be to set a variable to a certain number based on what the user picks (i.e. if they pick "Balanced" it sets global variable "L1BulletSpeed" to 300, whereas if they pick "Speed" it sets that same variable to 500) and then that variable gets plugged into the Bullet Speed part of the Bullet behavior for object "L1Bullet" at the start of the next layout. If there's a way to do this, I'm all ears.

    As of right now, putting a "change bullet speed" event right after the spawning of a bullet isn't doing any good, even though I have success with changing the angle of bullets when needed. Please help, and thank you.

  • Ummm...it look interesting but I can't get the game to start. I am suppose to hold WS for 1st player?? Why not have each player hit a certain key to activate their player then click to start?? Cause I held WS for nothing to happen. I am not patient person and have a short attention span and starting up should be simple.

  • I'll probably change that eventually, but the "hold W+S and up+down to start" thing is more of a benchmark to make sure your keyboard can handle holding 4 keys at once. Some can't. I put in an alternate mode for that using Ctrl+Shift instead of W+S, gets around the key limit on a lot of keyboards.

    (Edit - Both players need to be holding both keys to start. Also, it's local 1v1 only. No AI.)

  • Ok got in very tricky please list the controls cause nothing tell me what to do. I can go up and down but how do I fire.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You can set all variables on every tick

    For example I don't that when you are applying bullet speed change but you can also do this way

    set every tick bullet speed to [global variable Speed] and change the global variable as per your selection, now it has to change the speed!

    Let me know if it works!

  • Every tick will take to much CPU time: but what you can do is set global variables as Bulletspeed = 250. then when you want to increase speed just add Bulletspeed + 200 or whatever you want. There are many ways you can do for example certain time after you can increase bulletspeed to whatever you like like this

    Timer > 5 bulletspeed + bulletspeed + 1200 or increase the Acceleration to Bulletrspeed + 1200 or whatever

  • Ok got in very tricky please list the controls cause nothing tell me what to do. I can go up and down but how do I fire.

    If you let the title screen sit still for 15 seconds, a tutorial pops up. You hit both buttons at the same time to fire.

    Not having much luck with it still. I'll try some more today and see if I can't find something by searching again. Thanks for the help anyway, hope something works soon.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)