IgnitionX Forums?

Monkey Forums/Monkey Beginners/IgnitionX Forums?

Xyle(Posted 2014) [#1]
Just purchased ignitionX but I can see I will be stumbling through my self induced learning curve, because thats just who I am.

So far I absolutely love the demos and examples of everything I have seen.

I was wondering if there were plans to create an IgnitionX forum thread somewhere for people like me that can go to that thread and post or read about IgnitionX specifically.

I have just started but already hit a little block in making a button light up on the over event...

Something like this just seems like a simple way to do it, but doesnt work...
If button[0].over Then
	Self.button[0].Ghost(False)
Else
	Self.button[0].Ghost(True)
End If


Thanks for any help!


Playniax(Posted 2014) [#2]
Hi,

It's probably working but you must set the ghost properties/values.
For example: Self.button[0].GhostRGB(128,128,128)

(because default values are 255,255,255)

And we do have a forum: http://forum.ignitionxlive.com/ :)


Xyle(Posted 2014) [#3]
AHhhhhhh! Thank you!

I will continue this over dare!


:)