User Tag List

Results 1 to 7 of 7

Thread: New startup screen?

  1. #1
    No Products Registered

    Join Date
    Jul 2015
    Posts
    110
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    New startup screen?

    What i want to do is this: (the " " represents one frame)
    "frame 1" to "frame 2" to "frame 3"
    so, as an example, when i start the game, it runs frame 1, right. then, it jumps to frame 2, then it jumps to frame 3. once i get to frame 3, it replaces frame 1 as the startup frame.
    TL ; DR: frame 1 is the title screen. i always start the game in frame 1. frame 2 is anything, then frame 2 brings me to frame 3. once i get to frame 3, it replaces frame 1 as the startup frame. and every time i start the game, it runs frame 3 instead.
    Is there an way i can do this??

  2. #2
    Clicker Fusion 2.5 (Steam)

    Join Date
    Jan 2015
    Location
    Central Oregon, USA
    Posts
    64
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    No matter what it's gonna start on frame one, thats how the engine is programmed. But, you could probably set an event in frame 1 to immediately go to frame 3 if a condition is met.

    Since you want this to happen when the game starts I'd recommend this:

    At the start of Frame 3, set up an event that saves an INI file with a value.

    At the start of frame one set up an event that checks for said value. If said value is valid, immediately go to frame 3. If not, do nothing and stay on frame 1.

  3. #3
    No Products Registered

    Join Date
    Jul 2015
    Posts
    110
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'll try doing that, but i wish there was an easier way

  4. #4
    Clickteam Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    Simon's Avatar
    Join Date
    Jun 2006
    Location
    UK
    Posts
    2,735
    Mentioned
    65 Post(s)
    Tagged
    3 Thread(s)
    That's just programming, Fusion can't do everything for you!! This is just a couple of lines at most, it really shouldn't be a hassle to code!

  5. #5
    No Products Registered

    Join Date
    Jul 2015
    Posts
    110
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Okay, how do i do that?

  6. #6
    Forum Moderator

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export ModuleInstall Creator Pro
    nivram's Avatar
    Join Date
    Jul 2006
    Location
    Bandon, Oregon
    Posts
    6,773
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    In frame one.
    First line of code. Go to frame 2 or whichever frame you want.

    Marv
    ​458 TGF to CTF 2.5+ Examples and games
    http://www.castles-of-britain.com/mmf2examples.htm

  7. #7
    No Products Registered

    Join Date
    Jul 2015
    Posts
    110
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Dengarde View Post
    No matter what it's gonna start on frame one, thats how the engine is programmed. But, you could probably set an event in frame 1 to immediately go to frame 3 if a condition is met.

    Since you want this to happen when the game starts I'd recommend this:

    At the start of Frame 3, set up an event that saves an INI file with a value.

    At the start of frame one set up an event that checks for said value. If said value is valid, immediately go to frame 3. If not, do nothing and stay on frame 1.
    I got the "At the start of Frame 3, set up an event that saves an INI file with a value." part but what event do i use in the second part?

Similar Threads

  1. Crash on apk startup
    By Jinxtengu in forum Fusion 2.5
    Replies: 31
    Last Post: 3rd October 2014, 11:39 AM
  2. Startup App with Vista - How..?
    By bradley in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 5th November 2009, 10:30 AM
  3. Run on STARTUP registry key
    By franceschris in forum Install Creator and Patch Maker
    Replies: 1
    Last Post: 3rd October 2009, 06:46 PM
  4. Run at startup?
    By Gibbon in forum Multimedia Fusion 2 - Technical Support
    Replies: 11
    Last Post: 16th December 2007, 06:12 AM
  5. Startup
    By Macka in forum Install Creator and Patch Maker
    Replies: 2
    Last Post: 20th September 2006, 08:08 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
  •