User Tag List

Results 1 to 3 of 3

Thread: Skip Intro Scene After Playing Once

  1. #1
    No Products Registered

    Join Date
    Feb 2016
    Posts
    2
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Skip Intro Scene After Playing Once

    In my game, you play two into levels, then it gets to the menu.

    I want my game to load the Menu level first and skip the intro levels if you have already played the intro levels so the player does not have to play them each time they open the game again.

    How can I do this?

  2. #2
    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)
    Global Values would be one way.

    You haven't played before.
    Global Value A=0
    >Jump to frame 1

    You have played before.
    Set Global Value to 1

    Global Value=1
    >Jump to frame 2

    You can also rename the values to help out.

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

  3. #3
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleFirefly 3D Module
    aenever's Avatar
    Join Date
    Jun 2013
    Posts
    1,554
    Mentioned
    34 Post(s)
    Tagged
    0 Thread(s)
    Use Marvs example and perhaps also use an ini to back up the values so that if you quit the game you can still get it to skip the intro level.

Similar Threads

  1. Can you call the functionality from a scene while in another scene?
    By redpandagames in forum SWF/Flash Export Module Version 2.0
    Replies: 6
    Last Post: 10th April 2013, 04:26 AM
  2. Spread Value, but skip Zero
    By King_Cool in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 8th April 2013, 04:37 PM
  3. Playing .fla Intro - HELP
    By Eliyahu in forum SWF/Flash Export Module Version 2.0
    Replies: 4
    Last Post: 20th August 2010, 09:56 PM
  4. copier texte scène 1 vers scène 2
    By jose in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 17th July 2010, 04:51 AM
  5. Looks like they fixed the loop skip bug :)
    By LAJ in forum File Archive
    Replies: 1
    Last Post: 7th July 2006, 10:24 PM

Tags for this Thread

Posting Permissions

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