User Tag List

Results 1 to 2 of 2

Thread: Shotgun

  1. #1
    No Products Registered

    Join Date
    Feb 2009
    Posts
    67
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Shotgun

    hello,
    how to make a shotgun effect?
    Ill like if there was five bullets fired at the same time, and so they spread in the direction...
    Can you please make a counter, so the player only can shoot one time every 10 seconds.

  2. #2
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module
    RickyRombo's Avatar
    Join Date
    Mar 2008
    Location
    Somewhere between here and there
    Posts
    3,167
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Shotgun

    Hmm something like:
    Every 01:00:
    Counter > 0:
    -Subtract 1 from counter

    Upon Pressing "shoot key?":
    **Counter = 0:
    -Set counter to (how long you want to wait for bullets to be destroyed or the user to be able to shoot again - seconds)
    -Shoot "bullet" in direction dir("player")
    -Shoot "bullet" in direction dir("player")-1
    -Shoot "bullet" in direction dir("player")+1
    -Shoot "bullet" in direction dir("player")+2
    -Shoot "bullet" in direction dir("player")-2

    Counter = 0:
    -Destroy "bullet"
    -Destroy "bullet"
    -Destroy "bullet"
    -Destroy "bullet"
    -Destroy "bullet"

    **Could the Restrict condition work here instead of using a counter? I've never used it before.

    Also, do you need to destroy bullet 5 times? I'm not sure.

Similar Threads

  1. 360 shotgun shooting
    By nick_Peoples in forum Multimedia Fusion 2 - Technical Support
    Replies: 31
    Last Post: 7th March 2014, 10:52 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •