User Tag List

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

Thread: Fast Loops - What, When And Why?

  1. #11
    Clickteam Clickteam
    Anders's Avatar
    Join Date
    Jun 2006
    Location
    Denmark, Århus
    Posts
    3,456
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)

    Re: Fast Loops - What, When And Why?

    You can start a loop for -1 times. It will then go on and on. It *will* eventually stop, but you can easily see it as being nearly infinite.

    dmcclure:
    All 'false events' (ones that aren't triggered) can be seen as a single fastloop that runs 50 times pr second - after each loop it redraws the screen. So in a way the game already does this in a fastloop-style way, but manual fastloops are your option to do some more complex stuff than what already happens automatically for you

  2. #12
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleUnicode Add-on
    mobichan's Avatar
    Join Date
    Oct 2007
    Location
    Buffalo, NY
    Posts
    3,310
    Mentioned
    28 Post(s)
    Tagged
    0 Thread(s)

    Re: Fast Loops - What, When And Why?

    @Dynasoft: Sorry, that was a bad example. ^_^' I guess I should have clarified that if you want to fire any kind of bullet spread, fastloops are the way to go. Firing a single bullet doesn't need them. I tend to overuse fastloops because I ALWAYS come to a point in making my games where I need them. So working them into my code structure early often helps me. But I digress...

    Mobichan

Page 2 of 2 FirstFirst 1 2

Similar Threads

  1. Fast loops
    By Idn in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 22nd March 2011, 06:43 PM
  2. Fast Loops vs Grouped Fast Loops vs ForEach
    By Ryan in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 6th August 2010, 12:22 PM
  3. fast loops
    By willow in forum Multimedia Fusion 2 - Technical Support
    Replies: 20
    Last Post: 11th November 2009, 12:00 AM
  4. I don't get Fast Loops, please help.
    By Carlos182 in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 12th September 2009, 08:43 AM
  5. fast loops
    By delusan in forum The Games Factory 2 - Technical Support
    Replies: 2
    Last Post: 26th July 2007, 07:04 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
  •