User Tag List

Results 1 to 5 of 5

Thread: flash cursor in the string

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleXNA Export Module
    daniele's Avatar
    Join Date
    Nov 2007
    Location
    italy
    Posts
    413
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)

    flash cursor in the string

    Hello , you can have the flash cursor at the end of a string ? " _ " I would like to have that , every second , you receive this :
    Pippo_
    Pippo
    can you help me?

  2. #2
    Clicker Fusion 2.5 DeveloperiOS 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)
    Sumo's Avatar
    Join Date
    Jul 2008
    Posts
    642
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Is this what you're looking for?

    * Every 1 second
    - Toggle Flag 0 (in an active)

    * Flag 0= ON
    * Only one action when event loops
    - Change alterable string to Edit text box

    * Flag 0= OFF
    * Only one action when event loops
    - Change alterable string to Edit text box+"_"


    Remove the "only one action when event loops" condition if you want. This will make the text update quicker, but there's no restriction on the conditions. It'll constantly trigger all the time, which might not be best. Test it out.
    Attached files Attached files

  3. #3
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleUnicode Add-on
    mobichan's Avatar
    Join Date
    Oct 2007
    Location
    Buffalo, NY
    Posts
    3,310
    Mentioned
    28 Post(s)
    Tagged
    0 Thread(s)
    Make the stopped animation of your cursor a loop between the cursor image and a blank frame. Then set the animation speed to whatever speed you want the cursor to blink.

    If you need the cursor to be part of the text, then the previous suggestion is a way to do that. But it is very cpu heavy to keep updating a text string over and over every frame. I would make the cursor an active object and just place it at the end of the text.

  4. #4
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleXNA Export Module
    daniele's Avatar
    Join Date
    Nov 2007
    Location
    italy
    Posts
    413
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Thanks a lot...I am stupid, this is an Easy function :-)
    regards

  5. #5
    Clicker

    Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5+ DLCHTML5 Export ModuleiOS Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)Universal Windows Platform Export Module (Steam)
    ratty's Avatar
    Join Date
    Apr 2012
    Posts
    1,165
    Mentioned
    5 Post(s)
    Tagged
    0 Thread(s)

    flash cursor in the string

    Quote Originally Posted by mobichan View Post
    Make the stopped animation of your cursor a loop between the cursor image and a blank frame. Then set the animation speed to whatever speed you want the cursor to blink.

    If you need the cursor to be part of the text, then the previous suggestion is a way to do that. But it is very cpu heavy to keep updating a text string over and over every frame. I would make the cursor an active object and just place it at the end of the text.
    Can that be done when the text is in a windows object, like rich text object?

Similar Threads

  1. [Beta] Flash Sprite String
    By Pharanygitis in forum Beta Flash Extensions
    Replies: 9
    Last Post: 16th April 2013, 02:14 PM
  2. Unable to change a string with the list obect if string contains three periods in row
    By redpandagames in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 4th January 2013, 03:01 PM
  3. Using String Parser to check for any punctuation in a string
    By Apex in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 18th May 2012, 11:03 PM
  4. cursor following
    By DW90 in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 2nd January 2010, 01:22 PM
  5. cursor object? or own cursor?
    By Gibbon in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 31st December 2007, 07:52 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
  •