Lost Action Script -- how did I do it?
I created a very short header for a website I built several years ago. I cannot find the original FLA file. It's not a very involved item, but I'll be darned if I can remember how the heck I did it.
This is how it is supposed to look (Welcome to Djuna Wojton's Karmic Healing):
http://www.djunaverse.com/books.php
This is how it now looks, not working properly:
http://www.djunaverse.com/karmicChoices.php
Here is a link to the re-created FLA file. I know I'm missing something simple, stupid, but it's been such a long time since I did any Flash work, it has me stumped. I wonder if anyone can point out my error? I would appreciate it very much.
Here is what I believe is the original ActionScript code.
//ActionScript 3.0
// package karmicHealing_fla
// class bar_2
package karmicHeadling_fla
{
import flash.display.*;
public dynamic class bar_2 extends flash.display.MovieClip
{
public function bar_2()
{
super();
addFrameScript(8, frame9);
return;
}
function frame9():*
{
stop();
return;
}
}
}
// class maskanam_1
package karmicHealing_fla
{
import flash.display.*;
public dynamic class maskanam_1 extends flash.display.MovieClip
{
public function maskanam_1()
{
super();
addFrameScript(13, frame14);
return;
}
function frame14():*
{
stop();
return;
}
}
}
