Hi everyone my name is Daniel,
I would like some help. I am using Flash 8 to build a website. I have built the whole site within one flash movie by building the different sections of the site (i.e. Bio, Photos etc) along different parts of the main timeline, with each section animated in and animated out.
My problem is I have the same set of buttons in a movie clip runnig through the whole flash movie. Because each section animates out I am having trouble in actionscript saying “on release play till this section animates out then play from the begining of the new section”. I have written some actionscript but it doesnt seem to work. I am a novice at actionscript but if anyone can amend it, tell me where Im going wrong, or just think of a better way to do it I would be very greatful.
p.s. I have a layer where i have named the frames on the begining and ending of each section
This code is from the Bio button
on (release) {if (_root._currentframe == “BioEnd”, “PhotosEnd”, “MediaEnd”) {_root.gotoAndPlay(“BioStart”)} else {_root.play()}}
Many Thanks
Daniel