playMaker

Author Topic: How to change the object colors when I click more than once?[SOLVED]  (Read 2732 times)

lolonoa

  • Playmaker Newbie
  • *
  • Posts: 18
Hi, everyone, I am doing some practice in playmaker, and I met a problem, firstly i made a cube object and I want to click it to change its color, I know it is easy to change it one time, but I want to change it sevral times, like I click it five times there will be five different colors will show, and then when I click the sixth time, it will show the first color, how can I do that in playmaker, I have no clue on it, can someone help me out? Thank you.
« Last Edit: May 14, 2013, 04:12:42 AM by jeanfabre »

lolonoa

  • Playmaker Newbie
  • *
  • Posts: 18
Re: How could I change the object colors when I click more than once?
« Reply #1 on: April 06, 2013, 10:09:16 PM »
Haha, I finally get this done by array maker, that is very good, here is the link to know how to do this, http://hutonggames.com/playmakerforum/index.php?topic=3364.0
thank you again blackant,

lolonoa

  • Playmaker Newbie
  • *
  • Posts: 18
Re: How could I change the object colors when I click more than once?
« Reply #2 on: April 06, 2013, 10:14:49 PM »
oh, I forget one thing, do not use mouse pick event, that will give you a fault information said " possible infinite loop", which can't make it work, use system event MOUSE DOWN.