STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228088
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2561 · P5121

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/45694923?noj=FRM45694923-3DN" width="1" height="1"></div>

This is resource VDLQFRF, an Archived Thread.
Discovered:8/4 -2021 17:41:40

Ended:9/4 -2021 20:11:38

Checked:10/4 -2021 07:02:01

Original location: https://boards.4chan.org/f/thread/3463248
Recognized format: Yes, thread post count is 8.
Discovered flash files: 1





File: Hey Yah.swf-(1.84 MB, 600x500, Loop)
[_] Anonymous 04/08/21(Thu)11:39:15 No.3463248

>> [_] Anonymous 04/08/21(Thu)12:01:27 No.3463250

  >Song is Ms. Jackson by Outkast
  >Filename is another Outkast song

  Is this some kind of inside joke? Reminds me of the early Napster days when you would download an
  mp3 titled "Californication - 3 Doors Down" or some similar shit

>> [_] Anonymous 04/08/21(Thu)16:07:01 No.3463269

  If anyone knows how to make this kind of swf if you'd kindly link me to a tutorial or something.
  thank you!

  I wanted to make this with a button. It'd be transparent and hovering over the cat, and if you
  pressed it, the scene changed to a faster version of the gif with the HEY YAH's "ALRIGHT ALRIGHT"
  audio loop. If its possible, if you can make a sound file play once then go into the loop. (The
  looped audio starts with Andre 3000 asking "What's cooler than being cool?" and my idea was that
  would play, then a separate file with the ALRIGHT ALRIGHT loop would play on loop. I'm super
  inexperienced and messing with some actionscript didn't really yield any results.

  Thanks again /f/riends! Hope 2021 isn't as shitty as 2020 was...

>> [_] Anonymous 04/08/21(Thu)16:16:14 No.3463270

  You posted this file several weeks ago and people explained how to do it.

>> [_] Anonymous 04/08/21(Thu)16:31:18 No.3463271

  >>3463269
  that's what it says in the flash
  the answers given in that thread were pretty whatever so here's how I'd do it

  it's simple:
  there's a lot of ways to approach this, but maybe the easiest way is to have the bitmaps of the
  gif 2 times on the time line (doesn't take up more space)
  once the original at the end and then the same on at the start, only with twice as much frames,
  like doubling every bitmap (again not more filesize needed) and inbetween those two is the
  actionscript to loop those with gotoandplay
  so it's like:
  preloader-----gif slow---loop AS-----gif fast---loop AS
  then you put in another AS to make the sounds loop, normally you don't need that, but it's the
  only way for the 2nd gif to have an intro part once and then a looping part afterwards
  the AS is:
  function introComplete() : *
  {
  var loop2:Sound = new Loop2();
  loopchan2 = loop.play(0,int.MAX_VALUE);
  } if(!doneSetup) {
  doneSetup = true;
  var intro:Sound = new Intro();
  introchan = intro.play();
  var timeout = setTimeout(introComplete,intro.length);
  }
  loopchan1.stop();

  now for that set the
  var introchan:SoundChannel = new SoundChannel();
  var loopchan1:SoundChannel = new SoundChannel();
  var loopchan2:SoundChannel = new SoundChannel();
  var doneSetup:Boolean;
  on the preloading frame and put
  doneSetup = false; on the first loop
  and do
  var loop1:Sound = new Loop1();
  loopchan2 = loop.play(0,int.MAX_VALUE);
  loopchan1.stop();

  name your files AS linkage accordingly

>> [_] Anonymous 04/08/21(Thu)16:32:21 No.3463272

  >>3463271 (cont.)
  really the only thing that's left is the button to jump from 1 loop to the other, also pretty
  simple
  on the first loop on a different layer draw a rectangle over the part that shall be clickable and
  make its alpha 0 (invisible)
  make new keyframe on the same layer and put a second rectangle over the second loop
  convert both rectangle to 2 symbols like button1 and button2,
  then you put 2 AS codes down on the corresponding frames, you can easily look those up online
  something about event handler mouse event onclick, yada yada, and the result is that you have a
  function that calls a gotoand play to go to the 1st frame of the first or second loop

>> [_] Anonymous 04/09/21(Fri)13:34:39 No.3463347

  I imagine this wasn't posted by the OP of the image. Hope OP made (or will make) a new one
  eventually!

>> [_] Anonymous 04/09/21(Fri)14:07:46 No.3463349

  hai taviii xDxDXdDD 1!!!!\1!!!!!|!!|!!!!!\1\1|!|!|!!| COMOMMOMOMOMOMOMo



http://swfchan.net/44/VDLQFRF.shtml
Created: 8/4 -2021 17:41:40 Last modified: 10/4 -2021 07:03:06 Server time: 03/05 -2024 15:21:05