User Tag List

Page 2 of 2 FirstFirst 1 2
Results 11 to 19 of 19

Thread: Shooting

  1. #11
    Clicker Fusion 2.5 Developer

    Join Date
    Jun 2006
    Location
    Hampshire, UK
    Posts
    963
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Shooting

    You made a rather silly and simple mistake. You put your actions in the wrong order :p just switch the create object actions to the start of the actions list and it works fine.

  2. #12
    Clicker Fusion 2.5 DeveloperSWF Export ModuleInstall Creator Pro

    Join Date
    Jun 2006
    Location
    France
    Posts
    1,266
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Shooting

    i had to wait 30 sec to download, then i clicked and the counter restarted 8|
    1 minute before i can download? pff

  3. #13
    Clicker Fusion 2.5 Developer

    Join Date
    Jun 2006
    Location
    Hampshire, UK
    Posts
    963
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Shooting

    The problem is already fixed, btw.

  4. #14
    No Products Registered

    Join Date
    May 2007
    Location
    Christopia
    Posts
    259
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Shooting

    Wait what do i do?

  5. #15
    No Products Registered

    Join Date
    May 2007
    Location
    Christopia
    Posts
    259
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Shooting

    Could you send me the example i made but fixed? I dont understand exactly what you mean

  6. #16
    Clicker Fusion 2.5 Developer

    Join Date
    Jun 2006
    Location
    Hampshire, UK
    Posts
    963
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Shooting

    Right, my ftp for my webspace is down right now, so i can't upload it.

    The incorrect event is currently:

    User Clicks
    Value B = 3
    -Play sound
    -Set direction
    -Set direction
    -Sub 3 from counter
    -Set direction
    -set object
    -set direction
    -set object
    -set direction
    -set object
    -set direction
    -CREATE
    -CREATE
    -CREATE

    You are setting the directions etc BEFORE creating the objects. You need to create the objects before you set the direction, or MMF just won't know what to do.

    Correct event:


    User Clicks
    Value B = 3
    -CREATE
    -CREATE
    -CREATE
    -Play sound
    -Set direction
    -Set direction
    -Sub 3 from counter
    -Set direction
    -set object
    -set direction
    -set object
    -set direction
    -set object
    -set direction

  7. #17
    No Products Registered

    Join Date
    May 2007
    Location
    Christopia
    Posts
    259
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Shooting

    Thanks for your help. I got it working.

  8. #18
    Clicker Fusion 2.5 Developer

    Join Date
    Jun 2006
    Location
    Hampshire, UK
    Posts
    963
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Shooting

    That's fine

    Sorry i wasn't clear enough in my first posts! Just remember the order of your actions and events is VITAL to how your game will run. Always, run through exactly what MMF will actually do with your events while you're making them, it helps a lot.

  9. #19
    No Products Registered

    Join Date
    May 2007
    Location
    Christopia
    Posts
    259
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Shooting

    I will thanks again

Page 2 of 2 FirstFirst 1 2

Similar Threads

  1. 360 shooting?
    By MostDreaded in forum Multimedia Fusion 2 - Technical Support
    Replies: 36
    Last Post: 19th July 2016, 12:31 PM
  2. 360 shooting
    By nick_Peoples in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 23rd April 2010, 01:04 AM
  3. Shooting Up example
    By Viewtiful in forum File Archive
    Replies: 1
    Last Post: 18th January 2010, 07:52 PM
  4. 360 Shooting *sorry....*
    By blehman in forum File Archive
    Replies: 8
    Last Post: 21st January 2008, 08:11 AM

Posting Permissions

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