Interaction data

DanieleCiabba's picture

Hello to every kineme addicted... I haven't written in this forum for long time...

I come back with a really interesting challenge

Do you know if there is a way to get to know the data passing through the interaction port?

cheers

Daniele

PreviewAttachmentSize
interaction.png
interaction.png35.85 KB

DanieleCiabba's picture
Re: Interaction data

these are some rollover info...

PreviewAttachmentSize
Mouseinteraction_1.png
Mouseinteraction_1.png22.12 KB
Mouseinteraction_2.png
Mouseinteraction_2.png23.13 KB

jersmi's picture
Re: Interaction data

I wish there was....

gtoledo3's picture
Re: Interaction data

Not with standard api...

It may make more sense to do your own interaction plugin from scratch... I've done that, it doesn't need cabling, and it's fairly slick, but it only works with my own renderer patches. However, it will keep working in RII which is also handy.

Here's a trick - hook up interaction to something that's interaction enabled, like a sprite. Hook the x/y outs to the object that is not interaction enabled. Place the sprite underneath your clear, so you won't see it. Now your non-interaction enabled renderer will move around when you grab it.

cybero's picture
Re: Interaction data

neat tip

jersmi's picture
Re: Interaction data

That is a neat tip. Any tricks for saving interaction positions with a composition?

DanieleCiabba's picture
Re: Interaction data

the only trick that comes into my mind is to write and read a file... using kineme "file tool".