User Tag List

Results 1 to 2 of 2

Thread: Detect Full Screen?

  1. #1
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCSWF Export Module
    N64Mario's Avatar
    Join Date
    Nov 2008
    Location
    USA
    Posts
    1,308
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)

    Detect Full Screen?

    Is there any way to detect if full screen option is used? I can't seem to add condition keyboard ALT + Enter button. I was going to change a global value depending if the screen was changed to either window mode or full screen.

    If not, then I suppose I can just disable 'allow user to switch full screen', and just do a full screen via option menu.

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export ModuleUnicode Add-on
    crayzorechos's Avatar
    Join Date
    Feb 2013
    Location
    Russia.
    Posts
    214
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi N64Mario and all clickers! This is simple! For first step:
    Code:
    Start of level 
    {
     Set Global Value A : Windows Control.Horizontal size of the screen;
     Set Global Value B : Windows Control.Vertical size of the screen;
    }
    Global Value X = Global Value A
    +Global Value Y = Global Value B 
    {
     //Your code...;
    }
    or code:
    Code:
    Global Value X = Windows Control.Horizontal size of the screen
    +Global Value Y = Windows Control.Vertical size of the screen; 
    {
     //Your code...;
    }
    Try it and report them!

Similar Threads

  1. Full screen?
    By EdibleWare in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 5th September 2012, 02:16 AM
  2. Full Screen en swf
    By volgot in forum SWF/Flash Export Module Version 2.0
    Replies: 4
    Last Post: 13th June 2011, 03:38 AM
  3. Game does not fit into the screen in full screen
    By Pegasus_Seiya in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 8th August 2009, 02:42 AM
  4. Full Screen
    By RickyRombo in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 11th July 2009, 02:30 PM
  5. How Do I Get Full Screen?
    By jakzun37 in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 28th July 2007, 07:37 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
  •