Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » BROKEN SCRIPT!! BROKEN GAME!! PROFESSIONAL SCRATCH MAKERS PLEASE RESPOND!!!
- scratchet123
-
4 posts
BROKEN SCRIPT!! BROKEN GAME!! PROFESSIONAL SCRATCH MAKERS PLEASE RESPOND!!!
Hello, my names zack, im making a new game and i have already added a couple scripts but the script i just made isnt working as its suppose to. Basically the game is kinda like “geometry Wars” in a way, yet when you click to shoot, instead of the bullet coming out of the ship (or in my case a head) it comes out if a random space in the game “close” to the ship (or head). basically its doesnt look like the head is shooting anything, and i dont know how to fix it. The game is called “Masked Migi's” can someone PLEASE play it, and look at the script to see what i did wrong? thank you!
- Mamu10
-
52 posts
BROKEN SCRIPT!! BROKEN GAME!! PROFESSIONAL SCRATCH MAKERS PLEASE RESPOND!!!
I played it and the bullets seem to be coming from the head like you wanted them to.
- Mamu10
-
52 posts
BROKEN SCRIPT!! BROKEN GAME!! PROFESSIONAL SCRATCH MAKERS PLEASE RESPOND!!!
If you really want the bullets to be more accurate make sure the bullets and the heads' pictures are centered in their costumes.
- xlk
-
100+ posts
BROKEN SCRIPT!! BROKEN GAME!! PROFESSIONAL SCRATCH MAKERS PLEASE RESPOND!!!
Also, you might have the bullets appear at the game, and then the head moves, leaving the behind. if so, just make them appear to where the head will move.
- scratchet123
-
4 posts
BROKEN SCRIPT!! BROKEN GAME!! PROFESSIONAL SCRATCH MAKERS PLEASE RESPOND!!!
yeah, someone helped me fixed it earlier today, thanks for all your input!
- Locomule
-
1000+ posts
BROKEN SCRIPT!! BROKEN GAME!! PROFESSIONAL SCRATCH MAKERS PLEASE RESPOND!!!
Using more than one “green flag” block in a project creates weird errors that do not repeat every time. This can make it impossible to debug broken projects, or cause projects that only run correctly every other time they are started. So only use one “green flag” block, followed by a broadcast to start all the other scripts that used to be started by the “green flag” blocks you removed.
Last edited by Locomule (Nov. 27, 2014 20:39:58)
- Discussion Forums
- » Help with Scripts
-
» BROKEN SCRIPT!! BROKEN GAME!! PROFESSIONAL SCRATCH MAKERS PLEASE RESPOND!!!