User Tag List

Results 1 to 4 of 4

Thread: Typewriter effect with text blitter?

  1. #1
    No Products Registered

    Join Date
    Jul 2010
    Posts
    5
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Typewriter effect with text blitter?

    I know how to create a typewriting effect using strings (thanks to the tutorial here). But I want to use a custom bitmap font. Text Blitter lets me do that but the same technique for creating the typing effect with strings doesn't work with Text Blitter.

    Does anyone know how to do it with Text Blitter?

  2. #2
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: Typewriter effect with text blitter?

    What do you mean it doesn't work? It works just fine for me. What exactly are you doing that doesn't work?
    Working as fast as I can on Fusion 3

  3. #3
    No Products Registered

    Join Date
    Jul 2010
    Posts
    5
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Typewriter effect with text blitter?

    Well, in following the the typewriter effect tutorial here it says to use two different strings, one is named dialogue, the other temp dialogue.

    One is offscreen, the other is where you want the text to display. You create an event that every 5 milliseconds it takes one letter from "temp dialogue" and places it in "dialogue" using the expression" Left$(string$( "temp dialogue" ), Len(string$( "dialogue" ))+1)

    That one works just fine, perfect. But when trying to use Text Blitter to do the same function there isn't an "Change Alt String" condition. There's a "Change Alterable Text" option but that one doesn't recognize the expression.

  4. #4
    No Products Registered

    Join Date
    Jul 2010
    Posts
    5
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Typewriter effect with text blitter?

    Ugh I got it. I changed the expression to this;

    Left$(Text$( "temp dialogue" ), Len(Text$( "dialogue" ))+1)

    replacing "string" for the word "text" >.<

    ...idiot lol

Similar Threads

  1. Typewriter Effect
    By Corlen in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 30th April 2019, 08:11 AM
  2. Typewriter effect?
    By Pixzel in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 7th September 2011, 10:05 PM
  3. Typewriter effect example.
    By Gummy in forum File Archive
    Replies: 3
    Last Post: 13th January 2010, 05:45 PM
  4. Custom Fonts for apps & Typewriter Effect?
    By N64Mario in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 4th February 2009, 08:41 PM
  5. Typewriter effect
    By kjellm87 in forum The Games Factory 2 - Technical Support
    Replies: 4
    Last Post: 4th August 2008, 03:58 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
  •