|
-
Apr 22nd, 2000, 01:10 PM
#1
Thread Starter
Junior Member
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
-
Apr 22nd, 2000, 02:15 PM
#2
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.
-
Apr 22nd, 2000, 02:40 PM
#3
Thread Starter
Junior Member
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
-
Apr 22nd, 2000, 03:17 PM
#4
transcendental analytic
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.
-
Apr 23rd, 2000, 02:58 AM
#5
PowerPoster
Have a look at my page, there's an example for doing this
-
Apr 23rd, 2000, 03:05 AM
#6
Fanatic Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|