Results 1 to 6 of 6

Thread: Exploding Text

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Aug 1999
    Location
    Davenport, IA 52804
    Posts
    30
    In a application I am creating I would like to explode text.
    Let's say for example the text is in 5 different labels each one with a different letter finally making a 5 letter word. In my application I use a timer to make 1 letter appear at a time. After the word is there for about 15 seconds I would like to make it look like it has exploded.

    Any ideas, ocx's, links, or source is very much appreciated.

    Vince Wiley

  2. #2
    Guest
    i understand everything up to the exploding part. what do you mean by explode? do you want the letters to split apart and fly in all different directions or something? or do you really want some type of exploding sprite behind the letters or what?

    try making a few frames of animation of the word that you want, and make it seem like it is exploding. =) i know i was of no help but reply and explain more on what you consider exploding text, and ill try to help.

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Aug 1999
    Location
    Davenport, IA 52804
    Posts
    30
    sorry about that.

    My definition of exploding in this case is the whole word splitting into a million little pieces and going everywhich way.

    Vince

  4. #4
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221

    Thumbs up

    Nice stuff. You could make a particle generator that put's every pixel in the text in an array of class modules. Then with some physics, you could make some really neat effects. To remove pixels behind, just make some static vars in the property Let that controls the movement, and setpixel them back to background color.
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  5. #5
    PowerPoster Fox's Avatar
    Join Date
    Jan 2000
    Location
    *afk*
    Posts
    2,088
    Have a look at my page, there's an example for doing this

  6. #6
    Fanatic Member
    Join Date
    Jan 1999
    Location
    UK
    Posts
    554

    Wink

    Check out the picclip control, its ideal for you want to do

    DocZaf
    {;->

Posting Permissions

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



Click Here to Expand Forum to Full Width