Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: madsigns on January 14, 2016, 07:02:20 AM

Title: Play a movie texture on trigger
Post by: madsigns on January 14, 2016, 07:02:20 AM
Hi there, read few post but still can't figure out how to control a movie texture with On Trigger Event.

My setup is:
LISTENER: two transitions (On Trigger Event Enter/Exit)
ENTER:
EXIT:

Only way I could play it is by adding a Play Movie Texture to the Listener. That way it plays the movie texture but I don't have control on it. If I try to Pause or Stop movie in the other states, nothing appends to the video (it keeps playing).

Any suggestion? 
Title: Re: Play a movie texture on trigger
Post by: Alex Chouls on January 14, 2016, 12:13:39 PM
There's a sample that shows how to control movie textures:
PlayMakerSamples\TestLab\Material\MovieTexture

How short is the movie? Maybe you need to check Loop to keep it playing...?
Title: Re: Play a movie texture on trigger
Post by: madsigns on January 28, 2016, 10:33:31 AM
Hi, thanks for the link. will give it immediately a try