Auto changing color

Sunday, June 22, 2008 by superman | Discussion: DesktopX Tutorials

Here is script by Peterdudejm for scripting color

'Called when L-click is released
Function Object_OnLButtonUp(x, y, dragged)
 If Not dragged Then
  'Store the current hue in variable
  hueshift = Object.hue
  'If current hue is equal to or greater than 255
  'reset to 0
  If hueshift => 255 Then
   hueshift = 0
  'If hue is not yet 255, keep adding
  Else
   hueshift = hueshift + 7
  End If
  'Set the object hue
  object.hue = hueshift
 End If
End Function

What i want to auto change the color slowly... without clicking it.....
Thanks in advance
First Previous Page 2 of 2 Next Last
superman
Reply #21 Monday, June 23, 2008 9:35 PM
If u don't know something u can ask.
After all, forum are community meant for help with ideas, disscussions etc. I needed to ask because to learn vbscript i'll have to abandon my management books..
If i were a computer student, i won't have asked...
...and that might be the case with most who ask, won't u help them then?
Bichur
Reply #22 Monday, June 23, 2008 11:22 PM
If u don't know something u can ask.
After all, forum are community meant for help with ideas, disscussions etc. I needed to ask because to learn vbscript i'll have to abandon my management books..
If i were a computer student, i won't have asked...
...and that might be the case with most who ask, won't u help them then?


well sure... but...

these:


What i want to auto change the color slowly... without clicking it.....


[quote]So please revise it and post it. Thank you[/quote

and thank u very much for the next one......


So please give me a script for automatic color changing from the time the objects runs/starts till it is stopped...



don't really fit the 'polite request for help' category.

I have an 8 yr old that makes veiled demands, but she's better at it.
superman
Reply #23 Tuesday, June 24, 2008 12:24 AM
Thanx i'll keep that in my mind...and sorry if my request was not polite...but my heart was true ...and our cultures are different... Anyways thanx again dear friend...

Please login to comment and/or vote for this skin.

Welcome Guest! Please take the time to register with us.
There are many great features available to you once you register, including:

  • Richer content, access to many features that are disabled for guests like commenting on the forums and downloading skins.
  • Access to a great community, with a massive database of many, many areas of interest.
  • Access to contests & subscription offers like exclusive emails.
  • It's simple, and FREE!



web-wc01