Help Loading .swfs using a single button

Hi, Im having real trouble with creating the following:

I have 2 buttons that are called “Forwad” and “Back”

Buttons are used to load a .swf that is a movieclip containing fading in text. It also contains a text mask beneath it.

I can load the first .swf file using the following :

on (release) {
Loader.loadMovie(“Text1.swf”); // loader is my container
}

I want to be able to click on the Next button again so that it then loads “Text2.swf” , and after the user has read that text they click the Forward button again to load “Text3.swf” in its place etc etc…

PLEASE PLEASE PLEASE HELP :frowning: :frowning: :frowning: