Monster Racer Rush
Select between 5 monster racers, upgrade your monster skill and win the competition!
4.18 / 5.00 3,534 ViewsBuild and Base
Build most powerful forces, unleash hordes of monster and control your soldiers!
3.80 / 5.00 4,200 ViewsDoes anyone know how to compress flash? If so please tell me. I also need to know how to make a replay button.
Rabid squirrels don't light on fire... Don't try this at home kiddies!
1) When you say 'compress flash' do you mean compress a flash file?
If so, all you need to do is go to File > Compact
2) To make a replay button;
Make a button (You should know how to do this)
Then go to actions, and type this in.
on(release){
gotoAndPlay(1);
}
Hope I helped :D
For controlling the size of the final swf, there is a few things that matters:
* Compression being enabled, it's a few free % redusion. It's been the default in flash since it got added.
* Video and audio (in that priority) compression.
* Reducing complexity of vector shapes..
Each time someone abuses hittest, God kills a kitten. Please, learn real collision testing.
At 10/7/09 02:58 PM, Rabjab wrote: 1) When you say 'compress flash' do you mean compress a flash file?
If so, all you need to do is go to File > Compact
2) To make a replay button;
Make a button (You should know how to do this)
Then go to actions, and type this in.
on(release){
gotoAndPlay(1);
}
Hope I helped :D
Um, sorry to bother, but for flash 8 please?
Rabid squirrels don't light on fire... Don't try this at home kiddies!
At 10/28/09 06:54 PM, ForionMasta wrote:At 10/7/09 02:58 PM, Rabjab wrote: Then go to actions, and type this in.Um, sorry to bother, but for flash 8 please?
on(release){
gotoAndPlay(1);
}
Hope I helped :D
That is Flash 8/AS2.