Fireworks in Turing, HELP PLEASE :D
Author |
Message |
SamF
|
Posted: Fri Jan 01, 2010 10:09 pm Post subject: Fireworks in Turing, HELP PLEASE :D |
|
|
What is it you are trying to achieve?
I just made a blackjack game and when someone wins, it says, CONGRATULATIONS!!! YOU ARE A MILLIONAIRE!!!
I was just wondering if there was a way to make fireworks go off in the background, like in solitaire when you win the game |
|
|
|
|
![](images/spacer.gif) |
Sponsor Sponsor
![Sponsor Sponsor](templates/subSilver/images/ranks/stars_rank5.gif)
|
|
![](images/spacer.gif) |
imbored
|
Posted: Fri Jan 01, 2010 10:25 pm Post subject: RE:Fireworks in Turing, HELP PLEASE :D |
|
|
cant you just make it simple and put a picture of a firework and make some sounds? and then call it done? or.. do you want an animation cause i think you can do that with multiple frames of a picture... or if gif works you can put that.. but idk if gif works |
|
|
|
|
![](images/spacer.gif) |
Tony
![](http://wiki.compsci.ca/images/f/f4/OniTony.gif)
|
Posted: Fri Jan 01, 2010 10:29 pm Post subject: Re: Fireworks in Turing, HELP PLEASE :D |
|
|
SamF @ Fri Jan 01, 2010 10:09 pm wrote: I was just wondering if there was a way to make fireworks go off in the background, like in solitaire when you win the game
Yes, there is a way. |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
![](images/spacer.gif) |
syntax_error
![](http://compsci.ca/v3/uploads/user_avatars/196798963948cf16794b6e5.jpg)
|
Posted: Fri Jan 01, 2010 10:38 pm Post subject: Re: Fireworks in Turing, HELP PLEASE :D |
|
|
Tony @ Fri Jan 01, 2010 10:29 pm wrote: SamF @ Fri Jan 01, 2010 10:09 pm wrote: I was just wondering if there was a way to make fireworks go off in the background, like in solitaire when you win the game
Yes, there is a way.
Quite literal aren't we?
I like it ![Wink Wink](http://compsci.ca/v3/images/smiles/icon_wink.gif) |
|
|
|
|
![](images/spacer.gif) |
ecookman
![](http://compsci.ca/v3/uploads/user_avatars/5690458955648ca661c338.gif)
|
Posted: Sat Jan 02, 2010 1:37 pm Post subject: RE:Fireworks in Turing, HELP PLEASE :D |
|
|
If you are a beginner coder, what I would do is draw a box, and using the locate function make the box move upwards, and then when the y = [whatever], draw smaller different color boxes from there.
If you want more fireworks on the screen, move the X coordinates. |
|
|
|
|
![](images/spacer.gif) |
registration
|
Posted: Tue Jan 05, 2010 6:29 pm Post subject: Re: RE:Fireworks in Turing, HELP PLEASE :D |
|
|
ecookman @ Sat Jan 02, 2010 1:37 pm wrote: If you are a beginner coder, what I would do is draw a box, and using the locate function make the box move upwards, and then when the y = [whatever], draw smaller different color boxes from there.
If you want more fireworks on the screen, move the X coordinates.
...or just use a gif image. and why would you use boxes?
if you've done falling snow animation this should be quite easy. |
|
|
|
|
![](images/spacer.gif) |
SamF
|
Posted: Tue Jan 05, 2010 6:59 pm Post subject: RE:Fireworks in Turing, HELP PLEASE :D |
|
|
I havent done falling snow animation ![Sad Sad](http://compsci.ca/v3/images/smiles/icon_sad.gif) |
|
|
|
|
![](images/spacer.gif) |
andrew.
|
Posted: Tue Jan 05, 2010 7:02 pm Post subject: RE:Fireworks in Turing, HELP PLEASE :D |
|
|
Basically, make a small circle go straight up. Then at a certain y value, make it "explode" by making it split into smaller ovals which will fall down and get smaller until the radius is 0. |
|
|
|
|
![](images/spacer.gif) |
Sponsor Sponsor
![Sponsor Sponsor](templates/subSilver/images/ranks/stars_rank5.gif)
|
|
![](images/spacer.gif) |
ecookman
![](http://compsci.ca/v3/uploads/user_avatars/5690458955648ca661c338.gif)
|
Posted: Thu Jan 07, 2010 9:27 pm Post subject: Re: RE:Fireworks in Turing, HELP PLEASE :D |
|
|
andrew. @ Tue Jan 05, 2010 7:02 pm wrote: Basically, make a small circle go straight up. Then at a certain y value, make it "explode" by making it split into smaller ovals which will fall down and get smaller until the radius is 0.
Now there's a cool idea |
|
|
|
|
![](images/spacer.gif) |
|
|