I am trying to make the spider shoot at the player.I know it doesn't make sense to make a spider shoot but i am just trying to make a game logic that works then will replace assets later.
I need to do the following
1)Spawn a spider and spiderbullet on a tree that is visible on window
2)Make the spider shoot at the player
3)If the player bullet hit the spider destroy spider and bullet
Check the capx dropbox.com/s/f5vf7jz0w2kqfey/workingdemo.capx to see my attempt thus far