PDA

View Full Version : Click through



spinningplates
February 15th, 2007, 11:25 AM
Hi there, first post on the forum and a desperate one! Hope some kind soul can help

I need to create a click-through, e-learning style movie. I want to do two things,

1.create a condition where flash will move in a certain amout of increments through the movie eg. have code in the forward button that tells it to go to a section or 'row' plus one until it reaches a predefined number of 'rows'.

2.I need it to jump to a url when finished,

I'm pretty much a newbie so bear with me:
something like, on release goto 'row' add number of row +1 and if no of rows = 10 geturl www.blah blah blah

Cheers

newbie_geek
February 15th, 2007, 02:35 PM
I need you to clarify something here:

What do you meanby "row", are you reffering to the number of frames in the timeline? Or is this an element of your movie that we cant see?

spinningplates
February 15th, 2007, 05:39 PM
I need you to clarify something here:

What do you meanby "row", are you reffering to the number of frames in the timeline? Or is this an element of your movie that we cant see?

The rows are the incremental stages of the click through, eg every 20 frames of the timeline the movie stops at a frame labelled 'row1' 'row2' etc

newbie_geek
February 15th, 2007, 08:16 PM
seems like you want to use
stop();on every tenth frame, and the have a button that simply plays again through
play();, until you get to the last frame and there you have simply
getURL("http://www.url.net")or have i mis-understood what you need to do?

spinningplates
February 16th, 2007, 12:43 PM
Cheers, just went for a simple soloution

newbie_geek
February 16th, 2007, 12:47 PM
cool, hope i helped