User Tag List

Results 1 to 4 of 4

Thread: Bold

  1. #1
    No Products Registered

    Join Date
    Jul 2008
    Location
    Isle of wight, UK
    Posts
    236
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Bold

    How can you make a button that turns bold on and off because i can turn bold off but i cant turn it on pressing the same button?

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export Module

    Join Date
    Jul 2006
    Location
    England
    Posts
    820
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Bold

    Are you using the RTF object?

  3. #3
    Clicker Multimedia Fusion 2

    Join Date
    Jun 2007
    Location
    Suffolk, UK
    Posts
    435
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Bold

    Probably need to give a bit more detail of how your trying to do this for people to help but here's my guess:

    Are you doing this:
    Event One
    * Button("Bold") Clicked
    + Bold is off(in whatever it is you're affecting)
    = Turn Bold On

    Event Two
    * Button("Bold") Clicked
    + Bold is On (in whatever it is you're affecting)
    = Turn Bold Off

    If that's what you're doing then bold will always be off because the first event will set the bold to on so when it gets to the second event the conditions for that are now true so it switches it off again.
    A way round that would be to change a flag and set the bold accordingly.
    ie.:
    Event 1
    * Button("Bold") Clicked
    = Button (Bold) Toggle Internal Flag 0

    Event 2
    * Button("Bold") Internal Flag 0 is Off
    + Bold if On in whatever you're using (not totally necessary)
    = Set bold off in whatever it is your using

    Event 2
    * Button("Bold") Internal Flag 0 is On
    + Bold is Off in whatever you're using (not totally necessary)
    = Set bold on in whatever it is your using

    If that's not it, give us a little more detail of how you are attempting it and I'm sure someone will come up with a solution for you

  4. #4
    No Products Registered

    Join Date
    Jul 2008
    Location
    Isle of wight, UK
    Posts
    236
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Bold

    I praise you, it worked!

    This little feature can be used for ANYTHING like loops on a media player and so on and fourth. Thnks alot m8

Similar Threads

  1. bold text in expression editor
    By Banduck in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 30th March 2020, 08:54 AM

Posting Permissions

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