User Tag List

Page 1 of 2 1 2 LastLast
Results 1 to 10 of 13

Thread: Details to show up

  1. #1
    No Products Registered

    Join Date
    Oct 2006
    Posts
    17
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Details to show up

    how to make so called details (object name, damage etc.) to show up in a little window when u are overlapping an object(sword etc.)?

    My biggest problem here [confused]

  2. #2
    No Products Registered

    Join Date
    Aug 2006
    Location
    Westcountry, UK
    Posts
    862
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Details to show up

    Use something like the Active Background Box containing text.

    If Mouse Over Object:

    Set Box text to: name("object")+$newline+"Health: "+health("object")
    Set Box to Visible

  3. #3
    No Products Registered

    Join Date
    Oct 2006
    Posts
    17
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Details to show up

    any example?

  4. #4
    Clickteam Clickteam
    Jeff's Avatar
    Join Date
    Jun 2006
    Location
    Battle Ground Washington
    Posts
    11,825
    Mentioned
    8 Post(s)
    Tagged
    2 Thread(s)

    Re: Details to show up

    You mean something like this?

    www.flyin.com/mmfexamples/mouse_over.mfa

    You move the active with the arrow keys and then put your mouse over it and some text will pop up.

    Edit -- Ah mine is just a string but if you want it in an edit box its the same type of idea.

  5. #5
    No Products Registered

    Join Date
    Oct 2006
    Posts
    17
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Details to show up

    yes i know how to do that but... i mean somekind of box reappear when your mouse is over an object.. like a box of details u know.. Like RPG games.. u found sword etc and u see its details when u put your mouse over it... something like that..

  6. #6
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS 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)
    Popcorn's Avatar
    Join Date
    Jun 2006
    Location
    Norway, Bergen
    Posts
    2,366
    Mentioned
    13 Post(s)
    Tagged
    0 Thread(s)

    Re: Details to show up

    You will need to store the details in the sword's alterable values or strings. Then when you hover the mouse over the sword, you'll display it's alterable values and strings in string objects where you want the details to appear.

    [events]
    * start of frame
    - create sword somewhere in the frame
    - set alterable string A of sword to "Long Sword"
    - set alterable value A of sword to 10
    - set alterable value B of sword to 100
    - set alterable value C of sword to 150

    * mouse is over sword
    - set alterable string of string_type to alterable string A of sword
    - set alterable string of string_Damage to str$(alterable value A of sword)
    - set alterable string of string_Durability to str$(alterable value B of sword)
    - set alterable string of string_Price to str$(alterable value C of sword)

    * [negate] mouse is over sword
    - set all strings to ""
    [/events]

  7. #7
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export ModuleInstall Creator Pro
    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)Universal Windows Platform Export Module (Steam)

    Join Date
    Jun 2006
    Location
    England
    Posts
    3,546
    Mentioned
    4 Post(s)
    Tagged
    1 Thread(s)

    Re: Details to show up

    If every object has its own details (as opposed to one object containing multiple different details) then you can set the default alterable values/strings (and name them) through the object's properties.
    .:::.Joshtek.:::.

  8. #8
    No Products Registered

    Join Date
    Oct 2006
    Posts
    17
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Details to show up

    damn i didnt get it to work

  9. #9
    Clickteam Clickteam
    Jeff's Avatar
    Join Date
    Jun 2006
    Location
    Battle Ground Washington
    Posts
    11,825
    Mentioned
    8 Post(s)
    Tagged
    2 Thread(s)

    Re: Details to show up

    What part are you having problems with?

    Maybe if you upload what you have done someone would be nice enough to fix it for you.

    What your asking to do is 100% able to be done.
    There is nothing that make this impossible to do what your asking.

  10. #10
    No Products Registered

    Join Date
    Oct 2006
    Posts
    17
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Details to show up

    i think that downloadable example could help me..

Page 1 of 2 1 2 LastLast

Similar Threads

  1. Active Direct Show doesn't show the image of MP4(H.264) video
    By ASD in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 28th November 2012, 04:47 PM
  2. Replies: 0
    Last Post: 4th July 2009, 09:00 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
  •