Author Topic: flash... GAH  (Read 1067 times)

0 Members and 1 Guest are viewing this topic.

Offline Mistercharles

  • Veteran
  • *****
  • Posts: 1371
  • +
flash... GAH
« on: August 27, 2006, 04:37:12 pm »
Retarded question... how do I

1, merge two .fla files together (mx 04)

2, change the order of scenes.

I tried google multiple times, with boolean and everything, but no luck. The help file for flash did less for me.

(I'm trying to make a preloader, and I have zero knowledge currently)
shoutout to m'boyz eagles_arrows, echo_trail, wraithlike, sadistatheart, chakapoko maker, jrgp, aznblood, chakra, keron cyst, et al, miss you, let's '#gather some day

Offline bja888

  • Flagrunner
  • ****
  • Posts: 745
  • Working
    • Bja888.com
Re: flash... GAH
« Reply #1 on: August 27, 2006, 07:52:18 pm »
1, merge two .fla files together (mx 04)

Ctrl + C, Ctrl + V respectively

2, change the order of scenes.
Shift + F2

Edit: Opps, wrong one. Fixed now.
Edit2: And spelling
« Last Edit: August 27, 2006, 07:55:45 pm by bja888 »

Offline Mistercharles

  • Veteran
  • *****
  • Posts: 1371
  • +
Re: flash... GAH
« Reply #2 on: August 28, 2006, 04:55:23 pm »
More problems. My loading bar won't do the loading part.

http://star.walagata.com/w/rabidhamster/storage/cookie2222.fla

result
http://saturn.walagata.com/w/rabidhamster/storage/cookietiem2.swf

note: it's supposed to look like a four year old drew it.
« Last Edit: August 28, 2006, 04:57:47 pm by Mistercharles »
shoutout to m'boyz eagles_arrows, echo_trail, wraithlike, sadistatheart, chakapoko maker, jrgp, aznblood, chakra, keron cyst, et al, miss you, let's '#gather some day

Offline SadistAtHeart

  • Global Moderator
  • Flagrunner
  • *****
  • Posts: 636
  • golevka
Re: flash... GAH
« Reply #3 on: August 28, 2006, 04:59:31 pm »
:)

Offline Mistercharles

  • Veteran
  • *****
  • Posts: 1371
  • +
Re: flash... GAH
« Reply #4 on: August 28, 2006, 07:10:19 pm »
Like it? Me and my friend were trying to make the worst flash possible.
shoutout to m'boyz eagles_arrows, echo_trail, wraithlike, sadistatheart, chakapoko maker, jrgp, aznblood, chakra, keron cyst, et al, miss you, let's '#gather some day

Offline bja888

  • Flagrunner
  • ****
  • Posts: 745
  • Working
    • Bja888.com
Re: flash... GAH
« Reply #5 on: August 28, 2006, 07:10:49 pm »
I fixed a few things, not sure which one did it....

Scene 2 (the first one)
  • seprated layers (actions, loader and some white background was deleted)
  • Clicked on loader and opened component Inspector
  • Changed source to "_root"
  • Clicked on the layer with actionscript and opened actions panel
  • Added
Code: [Select]
"stop();"
  • Clicked on loader object
  • Changed it to this....
Code: [Select]
on (complete) {
//  this.setVisible(false);
_root.play();
}

Edit:  http://download.jacks-clan.com/cookie2222(2).zip
Edit2:  List XD
« Last Edit: August 28, 2006, 07:22:41 pm by bja888 »

Offline SadistAtHeart

  • Global Moderator
  • Flagrunner
  • *****
  • Posts: 636
  • golevka
Re: flash... GAH
« Reply #6 on: August 28, 2006, 07:49:19 pm »
Like it? Me and my friend were trying to make the worst flash possible.

<3

Offline Blues

  • Camper
  • ***
  • Posts: 387
  • Hum?
Re: flash... GAH
« Reply #7 on: August 28, 2006, 09:25:09 pm »
That was great.
18:15

Offline -Vis-

  • Flagrunner
  • ****
  • Posts: 980
  • Zarch
Re: flash... GAH
« Reply #8 on: August 29, 2006, 12:59:00 am »
That's what you'd get if a 5 year old tried to make an episode of Beavis and Butthead.