Custom Flash Drag and drop not working in presenter

Aug 16, 2011

I have a custom built drag and drop interaction (essentially the user sorts a list into two columns by drag and drop. If the user moves a word to the wrong list it is designed to spring back into the list, if corrcet it stays in the right column). It works just fine in Powerpoint and on its own in Flash but won't work in Presenter (the words moved into columns don't stay in position when moved to the correct one). Anything in particular we are doing wrong, or is this just not supported in Presenter?

8 Replies
steve mcmillen

also watch out for _root references, you can't use those if you are inserting it into Articulate as that effectively changes where the _root is.  If you are using _root might I recommend something like this...

On your main timeline add code like this...

_global.topLevel = this

And then wherever you reference _root swap it out with this...

_global.topLevel

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