Flash Navigation in storyline, MouseEvent.CLICK AS3

Aug 03, 2012

Hi everybody, my English is bad.... sorry..^^

My problem is very simple.

I'd like to use a flash file to create a navigation menu. In AS3, it's really simple to add Events listeners on my MovieClips... 

I am trying to change a variable in storyline by clicking on one of the items in my flash file.

I tried to use this :

____________________________________________________

AS3 code :

var slide:int;

slide = 2;

function clickOnMyClip(e:MouseEvent)

{
  ExternalInterface.call('GetPlayer().SetVar','slideId', slide);

//slideId is a storyline variable

}

____________________________________________________

But how could i listen the variable change in storyline (and see if i can get the variable) to jump to an other slide. Is it possible ?

javascript ? but How to write it and what listener can i use in storyline and on what event.... ^^

thanks for your answers.

best regards.

S.

1 Reply

This discussion is closed. You can start a new discussion or contact Articulate Support.