Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

help needed – movie is resetting

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
re:


this movie, once past a quick(ish) intro, has currently four small passages of text to click forward through on the arrows. however the third click rewinds the main movie. why? I've checked my frame/mouse actions.

help. if its something obvious, its bcos its my first design for the web, or bcos I'm stupid.

thnx.
 
Hi there!
Right. What action have you used on the "onClick"? Have you made the movie with the different pages as scenes?
If you have the action should be:

on (release) {
nextScene ();
}
If you are loading a movie onto level 1 or 0 it will be:eek:n (release) {
loadMovieNum ("movie", 0)
}

Sorry if this is too basic and not helping but is hard to know what you are doing in the code. You can email me with the .fla file if you want and I will take a look
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top