User Tag List

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

Thread: Question about restarting the app with F2

  1. #11
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jun 2006
    Location
    England
    Posts
    3,546
    Mentioned
    4 Post(s)
    Tagged
    1 Thread(s)

    Re: Question about restarting the app with F2

    Global values are used: Direciton; Links; Sped.

    Sidenote: Don't spread value and run a fast loop in the same event.
    .:::.Joshtek.:::.

  2. #12
    No Products Registered

    Join Date
    Dec 2006
    Posts
    1,332
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Question about restarting the app with F2

    It's the global values doing that? I can make them counters, but I thought they were only global between frames and not between everything.

  3. #13
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jun 2006
    Location
    England
    Posts
    3,546
    Mentioned
    4 Post(s)
    Tagged
    1 Thread(s)

    Re: Question about restarting the app with F2

    Quote Originally Posted by Brandon
    It's the global values doing that? I can make them counters, but I thought they were only global between frames and not between everything.
    In my experience it is global between frames but resets to 0 or the specified default when you restart the game.
    .:::.Joshtek.:::.

  4. #14
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleFirefly 3D ModuleInstall Creator Pro
    Brovic's Avatar
    Join Date
    Jul 2006
    Location
    France
    Posts
    321
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Question about restarting the app with F2

    Under MMF1.5 I used to have a game that crashed when restarted via F2 (rock solid otherwise). The crash report stated Associative Array as faulty, so it can be anything I guess.
    MMF must do a lot of things at start so you should check your start of frame events and initialisation sections (trying to delay them via a timer condition for example.)

  5. #15
    No Products Registered

    Join Date
    Dec 2006
    Posts
    1,332
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Question about restarting the app with F2

    Quote Originally Posted by Joshtek
    Sidenote: Don't spread value and run a fast loop in the same event.
    I know not to do that. The fastloop is completely unrelated with the spreading values.

    ---EDIT---
    I figured out what the problem was. The TimeX object doesn't reset it's timers when you press F2. So I added:

    +Start Of Frame
    -Stop All Timers
    -Reset All Timers

    and now it works perfectly.

  6. #16
    Forum Moderator Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export Module
    Sphax's Avatar
    Join Date
    Jun 2006
    Location
    Paris, France
    Posts
    4,454
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Question about restarting the app with F2

    Global values are not reinitialized when restarting a frame but they are when restarting an application.

    Maybe an action to reset global values should be added to MMF2.

  7. #17
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jun 2006
    Location
    Darlington, UK
    Posts
    3,298
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Question about restarting the app with F2

    Quote Originally Posted by Brandon
    Quote Originally Posted by Joshtek
    Sidenote: Don't spread value and run a fast loop in the same event.
    I know not to do that. The fastloop is completely unrelated with the spreading values.
    Actually, the fast loop will probably STILL break the spread values action, because after returning from the fast loop the selected object list is mucked up and it might not know which objects to spread to any more. I can't confirm it from here though, no MMF.

  8. #18
    No Products Registered

    Join Date
    Dec 2006
    Posts
    1,332
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Question about restarting the app with F2

    Even so, it still works fine with it in one event.

Page 2 of 2 FirstFirst 1 2

Similar Threads

  1. Music restarting instead of resuming
    By King_Cool in forum SWF/Flash Export Module Version 2.0
    Replies: 3
    Last Post: 19th November 2012, 07:31 AM
  2. Question about restarting a suspended app
    By AndyH in forum iOS Export Module Version 2.0
    Replies: 4
    Last Post: 19th May 2011, 12:30 PM
  3. Question on restarting music and channels
    By Leander in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 17th November 2008, 12:05 PM
  4. not restarting frame
    By Ninjustsu in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 5th June 2008, 07:22 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
  •