User Tag List

Results 1 to 3 of 3

Thread: Help with building game

  1. #1
    No Products Registered

    Join Date
    Jul 2016
    Posts
    11
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Help with building game

    Hello again!

    I'm having a problem with my new game. i would like it so that when you mouse over a square building plot, it highlights it. I have done this by simply adding another frame with a yellow outline, very simple. I have added a variable to the 'Plot' object 'mouseover' which does what it says. In the event editor, I have set it up so that when the mouse is over the plot it sets 'mouseover' to 1, and when the mouse is not over the plot 'mouseover' is set to 0, again very simple. However, you will notice that when you move the mouse off from a plot and into another, the last plot stays highlighted. I assume this is because my game is just testing if the mouse is over the plot and it still is. Anyone have any ideas on how to fix this?

    Here is .mfa: buildinggame.mfa

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export Module
    Fusion 2.5 (Steam)
    schrodinger's Avatar
    Join Date
    Nov 2014
    Posts
    3,159
    Mentioned
    28 Post(s)
    Tagged
    1 Thread(s)
    Here's an idea:

    1) remove eventline 6

    2) insert this new event before current eventline 5

    always
    >>> set mouseover to 0

    should do the job

  3. #3
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export Module
    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)
    Wodjanoi's Avatar
    Join Date
    Jun 2015
    Location
    Germany
    Posts
    665
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    I propose an alternative solution:

    select_tiles.mfa

Similar Threads

  1. building a 3d mmo trading card game
    By 3dart in forum Fusion 2.5
    Replies: 14
    Last Post: 30th January 2016, 10:09 PM
  2. Gui for Building 2d game.
    By Bluemilkao in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 11th February 2015, 11:06 PM
  3. building game options
    By willow in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 26th March 2010, 11:26 PM
  4. Game Building Contest
    By Jeff in forum News
    Replies: 1
    Last Post: 22nd October 2009, 01:55 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
  •