View Single Post
Old 17-02-2004, 04:46   #7 (permalink)
JiRaffe
Ur mother's ur brother?
 
JiRaffe's Avatar
 
Join Date: Jun 2003
Location: Liverpool
Posts: 913
if you want it all to be in one self-contained movie then just put the different content pages into separate keyframes with STOP actions on each frame. then on any of your buttons you just put

on(release){
gotoAndPlay(3);
}

you probably already understand this but all you are basically doing is creating a linear animation, but are controlling which parts of the animation a user is seeing at any one time, by jumping backwards and forwards.
__________________
::: TC Magazine :::
  Reply With Quote