Skip to main content
Inspiring
January 7, 2008
Question

Replicate AS1 navigation ?

  • January 7, 2008
  • 1 reply
  • 199 views
Hi all,

any ideas how I can replicate this navigation system (built in AS1) in AS2 ?
LINK


Best wishes
Tony
This topic has been closed for replies.

1 reply

Inspiring
January 7, 2008
Tony,

> any ideas how I can replicate this navigation system (built in
> AS1) in AS2 ?
> http://www.big-giant-head.com/main.html

Believe it or not, AS1 and AS2 compile to the same bytecode, which means
that under the hood, both languages are essentially the same language.
Theoretically, the code for that nav system should work just fine in a FLA
file configured for AS2. Flash Player 8 dropped support for the "add"
string concatenator (that was old, old ActionScript anyway), so if your code
includes that by chance, you'll have to replace it with the + operator.


David Stiller
Adobe Community Expert
Dev blog, http://www.quip.net/blog/
"Luck is the residue of good design."