Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: Tonda on March 02, 2016, 09:41:21 AM

Title: Best method for Thumbnail mouse overs?
Post by: Tonda on March 02, 2016, 09:41:21 AM
I want to create a gallery of UI images (small thumbnails), that when mouseover'd show the full scale image to the left of the gallery.  Any idea of what actions and methods might be most efficient in executing this?

I have some ideas but they seem rather convoluted and cumbersome involving a lot of states.
Title: Re: Best method for Thumbnail mouse overs?
Post by: djaydino on March 02, 2016, 12:23:52 PM
Hi,
You can use the component : PlayMakerUGuiPointerEventsProxy

you need to get the Ugui package on the ecosystem (https://hutonggames.fogbugz.com/default.asp?W1181) for this
Title: Re: Best method for Thumbnail mouse overs?
Post by: Tonda on March 02, 2016, 02:04:19 PM
Thanks for the suggestion, I do have the ugui package, and have located the component you mentioned, is there any documentation you would recommend in figuring out how to implement? I'm guessing I just drag the proxy file into my canvas in hierarchy? Sorry, im a little new to playmaker and haven't gone beyond using FSMs.
Title: Re: Best method for Thumbnail mouse overs?
Post by: djaydino on March 02, 2016, 07:26:23 PM
Hi,
On your thumbnail images you should click on Add Component and find / add it there.

then you get a list of options, set the ones you don't need to none and set On Enter Event to the Event you want it to trigger.
Title: Re: Best method for Thumbnail mouse overs?
Post by: xanxion on February 21, 2017, 03:39:23 PM
i tried to do this on a canvas with raw images. But it dosnt work.
Title: Re: Best method for Thumbnail mouse overs?
Post by: djaydino on February 22, 2017, 02:24:40 AM
Hi.
I just tested it and it should work.

Double check your Event Target and event name

Also check if nothing overlays it.
To test this you can try placing you image all the to the last in you canvas tree