Creating Mouseovers and Buttons

Jul 19, 2013

I am trying to use mouseovers to change to change slides.  It would allow me to do things like a maze game where you have to move your mouse through a maze and if you move outside, you lose.  

I know mouseovers aren't technically supported, but I was wondering if there would be an easy way to make a work around.

If I did, would I need to own flash to create it?

Also, I saw the Articulate Presenter demo, Big Brute Storage: Electric Pallet Jack Training.

Within a guided image it had, it had buttons that caused things to move.

I didn't think that animation by click of a specific object was supported, so I was wondering how he did that.

If anyone can help me with that, it would be great!

Thanks,

Christopher 

14 Replies
Ashley Terwilliger-Pollard

Hi Christopher,

The guided interaction you're referencing above is a part of an Engage Interaction that was embedded into the Presenter file. The mouse overs you're looking to create aren't an option within Presenter - but I would not be shocked if the community has an interesting work around. 

You can also take a look at the source files of the example you mentioned here. 

Have a great day!

Minh-Triet Nguyen

On rollovers...you could create a custom set of flash objects that advance to the next slide, go back to the previous slide, or jump to a specific slide.  Something like:

_level0.ArtAPI.PlayNext();

I made a quick example and included 3 sample SWFs.  You'll notice that things get complicated when you need to branch.  In your maze example, you can't just play the next slide.  You have to jump to a specific slide number to get to the right branch.  So for every branch, you'd need a unique flash object that references the right slide.  Heaven help you if you add or delete slides after that.

Christopher Davis

Thank you so much Minh-Triet!
That is exactly what I needed.

 I could probably make a maze with only one rollover, truthfully.

I could have the next slide be the losing one.  Everything else, would be buttons that I could link to any slide.

Would my company be able to freely use your code for the next slide rollover?

Thanks,

Christopher 

Minh-Triet Nguyen

Christopher Davis said:

Hey Minh-Triet, 

How do I edit the fla files you gave me?

I have CS4 flash, but I'm unsure how to edit the code.

Thanks,

Christopher


In Flash Pro CS 4, press the [F9] key to open the Actions window.  You'll see the code there.  If it's blank, check the left hand nav bar and find the frame that has code.  That explorer sidebar will list which frames have actions.

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