Be a Supporter!

Compressing Flash? Replay Button?

  • 286 Views
  • 4 Replies
New Topic Respond to this Topic
ForionMasta
ForionMasta
  • Member since: Nov. 4, 2006
  • Offline.
Forum Stats
Member
Level 05
Blank Slate
Compressing Flash? Replay Button? 2009-10-07 12:57:14 Reply

Does 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!

BBS Signature
Rabjab
Rabjab
  • Member since: Jun. 23, 2008
  • Offline.
Forum Stats
Member
Level 07
Blank Slate
Response to Compressing Flash? Replay Button? 2009-10-07 14:58:23 Reply

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


The High And Mighty Rabjab
Rabjab.Newgrounds.com

BBS Signature
henke37
henke37
  • Member since: Sep. 10, 2004
  • Offline.
Forum Stats
Member
Level 30
Blank Slate
Response to Compressing Flash? Replay Button? 2009-10-08 04:55:15 Reply

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.

ForionMasta
ForionMasta
  • Member since: Nov. 4, 2006
  • Offline.
Forum Stats
Member
Level 05
Blank Slate
Response to Compressing Flash? Replay Button? 2009-10-28 18:54:37 Reply

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!

BBS Signature
InnerChild548
InnerChild548
  • Member since: Aug. 10, 2007
  • Offline.
Forum Stats
Member
Level 35
Melancholy
Response to Compressing Flash? Replay Button? 2009-10-28 19:11:32 Reply

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.

on(release){
gotoAndPlay(1);
}

Hope I helped :D
Um, sorry to bother, but for flash 8 please?

That is Flash 8/AS2.


BBS Signature