TOUR
PRICING
HELP
Stencylpedia
Blocks Guide
Sample Games
Developer Center
FORUMS
CHAT
#MADEINSTENCYL
EDUCATION
SIGN IN
×
Welcome back!
Username or E-mail
Password
(
Forgot?
)
C
OMMUNITY
Home
Issue Tracker
Inbox [0]
New Posts
New Replies
Search
Stencyl Community
→
Stencyl
→
Ask a Question
→
Bullets?
Pages:
1
Bullets?
BindOnAccount
Posts: 33
May 07, 2013, 10:15:24 pm
This is my "Shoot targets in range" Assigned to my turret.
This is my "Flying bullet" Assigned to Tower aswell
This is the result:
The bullets just stack on top of the tower. What could be wrong?
Edit: Open the images in a new tab to see the full code if it is cut off.
jaybdemented
Posts: 35
May 07, 2013, 10:58:14 pm
My guess is the bullets are colliding with the turret. I had the same problem. Change the collision box for the bullets to sensor. that worked for me.
BindOnAccount
Posts: 33
May 08, 2013, 07:13:44 am
Changed to a sensor, Still nothing
shotfrost
Posts: 221
May 08, 2013, 07:20:26 am
I think you have used the custom code wrong. From what I see, you make the " last create actor" shoot the target ( which mean you make the bullet shoot the target). But your custom code is belonged to the tower, not the bullet.
So I think you should make the custom code in a bullet, not in a tower.
Try my new game here:
http://www.newgrounds.com/portal/view/624384
http://www.kongregate.com/games/ShotFrost/v-creations
Pages:
1