playMaker

Author Topic: uGUI Actions  (Read 43955 times)

mdotstrange

  • Hero Member
  • *****
  • Posts: 555
    • Can't code? Who cares! Make games anyway!
Re: uGUI Actions (WIP)
« Reply #15 on: October 20, 2014, 02:57:29 AM »
These are a great help :D thanks!

How about actions to set/get sprites used by the ugui image component?
Indie game dev and instructor at the Strange School. Learn Playmaker at the Strange School!

Lane

  • Administrator
  • Hero Member
  • *****
  • Posts: 2511
  • Mender of the past
    • Cleverous
Re: uGUI Actions (WIP)
« Reply #16 on: October 20, 2014, 07:06:59 AM »
These are a great help :D thanks!

How about actions to set/get sprites used by the ugui image component?

I'll look into those this week.
Products by Cleverous
|| Vault Core : Database
|| Vault Inventory : Multiplayer Inventory
|| Vault Attributes : Character Stats
|| That Hurt! : Dmg Floaties
|| Quinn : 3D

fudge

  • Playmaker Newbie
  • *
  • Posts: 9
Re: uGUI Actions (WIP)
« Reply #17 on: October 20, 2014, 08:21:33 AM »
hi,

Is it possible to create an action or transition for on mouse over?

and Does it will deffinitive version for the new UI

Thanks ^^
« Last Edit: October 20, 2014, 08:23:23 AM by fudge »

Lane

  • Administrator
  • Hero Member
  • *****
  • Posts: 2511
  • Mender of the past
    • Cleverous
Re: uGUI Actions (WIP)
« Reply #18 on: October 20, 2014, 08:33:21 AM »
Yes.
Products by Cleverous
|| Vault Core : Database
|| Vault Inventory : Multiplayer Inventory
|| Vault Attributes : Character Stats
|| That Hurt! : Dmg Floaties
|| Quinn : 3D

fudge

  • Playmaker Newbie
  • *
  • Posts: 9
Re: uGUI Actions (WIP)
« Reply #19 on: October 24, 2014, 04:44:26 AM »
"Yes" to what?  :-[

Lane

  • Administrator
  • Hero Member
  • *****
  • Posts: 2511
  • Mender of the past
    • Cleverous
Re: uGUI Actions (WIP)
« Reply #20 on: October 24, 2014, 09:30:49 AM »
Is it possible to create an action or transition for on mouse over?

Yes, either Jean's new event system will handle it or we'll make an action for it.
Products by Cleverous
|| Vault Core : Database
|| Vault Inventory : Multiplayer Inventory
|| Vault Attributes : Character Stats
|| That Hurt! : Dmg Floaties
|| Quinn : 3D

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: uGUI Actions (WIP)
« Reply #21 on: October 24, 2014, 11:42:52 AM »
Hi,

 Currently, I ported the UI component event themselves, not the Actual EventSystem ( confusing I know). So mouse over, dragging and similar is still something I have to digg and find a solution to bring to PlayMaker. Hopefully I'll find a solution soon.

The current proxy will be released with PlayMaker 1.8 and Unity 4.6 when it's out of beta. Too much mess on the new UI api to release anything to the public, as things break badly between releases, thing sare definitly not yet settled.

 Bye,

 Jean

doppelmonster

  • Full Member
  • ***
  • Posts: 157
    • Grinder Games
Re: uGUI Actions (WIP)
« Reply #22 on: December 08, 2014, 03:45:56 AM »
Hi,
i created a action to exchange the tint normal color of a button.


It would be cool to make this action generic so it can be used to set highlight and clicked color as well. Maybe in an update...
« Last Edit: December 08, 2014, 05:50:10 AM by doppelmonster »

doppelmonster

  • Full Member
  • ***
  • Posts: 157
    • Grinder Games
Re: uGUI Actions (WIP)
« Reply #23 on: December 08, 2014, 05:51:59 AM »
Set image sprite and fill actions...

doppelmonster

  • Full Member
  • ***
  • Posts: 157
    • Grinder Games
Re: uGUI Actions (WIP)
« Reply #24 on: December 08, 2014, 09:54:55 AM »
set text color

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: uGUI Actions (WIP)
« Reply #25 on: December 08, 2014, 11:33:35 AM »
Hi,

Thanks for your contribution, it's indeed welcomed!

 Maybe you want to contribute directly on the ecosystem? If you do let me know, I'll give you access so you can upload your work directly.


 Bye,

 Jean

doppelmonster

  • Full Member
  • ***
  • Posts: 157
    • Grinder Games
Re: uGUI Actions (WIP)
« Reply #26 on: December 09, 2014, 04:03:37 AM »
i send you a pm

Dev_Sebas

  • 1.2 Beta
  • Sr. Member
  • *
  • Posts: 398
    • Blog
Re: uGUI Actions (WIP)
« Reply #27 on: December 10, 2014, 04:56:02 PM »
uGui Set Text
uGui Set Image Color
Also at my repository https://github.com/sebastiao3d

wheretheidivides

  • Sr. Member
  • ****
  • Posts: 496
Re: uGUI Actions (WIP)
« Reply #28 on: December 13, 2014, 09:54:30 PM »
There is a bug in the UIGUI action for the button. I tried to explain it in this link.  It seems to remember old clicks and after 3 clicks or so will fire an old click.

http://hutonggames.com/playmakerforum/index.php?topic=8987.0

Gua

  • Beta Group
  • Sr. Member
  • *
  • Posts: 309
    • Andrii Vintsevych
Re: uGUI Actions (WIP)
« Reply #29 on: January 09, 2015, 09:31:05 AM »
uGui Set Text
uGui Set Image Color
Also at my repository https://github.com/sebastiao3d
Can you add a every frame option to uGui Set Image Color?