User Tag List

Results 1 to 3 of 3

Thread: First Frame of the Game

  1. #1
    Clicker Fusion 2.5
    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)

    Join Date
    Oct 2006
    Location
    In a Dark room with only a lamp
    Posts
    367
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    First Frame of the Game

    Can I change which frame is displyed at the start of the game? I want to make a summary screen which uses a calculation to jump to the correct level. for instance levels 1-50 would be frames 1-50 with the Menu and others being on frames 51+

  2. #2
    Clicker Multimedia Fusion 2

    Join Date
    Sep 2006
    Location
    Britain, South Coast
    Posts
    1,030
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: First Frame of the Game

    Use a global value and a global event.

    Let's name the global value to 'Just started' and set its default value to '0'.

    Then in the global events, do

    ON Start of Frame;
    + Just Started = 0;
    --- Set 'Just Started' to 1;
    --- Jump to frame (51: main menu frame);

  3. #3
    Clicker Fusion 2.5
    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)

    Join Date
    Oct 2006
    Location
    In a Dark room with only a lamp
    Posts
    367
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: First Frame of the Game

    Cheers Dines!! never thought of the global value just tried it with the event.

Similar Threads

  1. How to run game from specific frame?
    By J3sseM in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 11th July 2013, 07:40 AM
  2. Whole game in 1 frame?
    By camelman in forum Multimedia Fusion 2 - Technical Support
    Replies: 13
    Last Post: 30th November 2008, 01:27 PM
  3. 20-frame game loads SLOW
    By pinacoladaxb in forum Multimedia Fusion 2 - Technical Support
    Replies: 14
    Last Post: 10th April 2007, 12:45 AM
  4. Game crashes when it tries to go to 'Next Frame'
    By Mantoid in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 5th March 2007, 02:27 PM
  5. Game Crashes On Start of Frame 2
    By Michael_Gummelt in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 24th July 2006, 02:57 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
  •