Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 9 of 9
  1. #1
    Join Date
    Jun 2006
    Posts
    24

    Changing colours of images

    Does anyone have some samples as to how to change the colour of an image? i.e. when placing the mouse over the image it turns into red and yellow on leave and so on.

  2. #2
    Join Date
    Jul 2002
    Location
    Just South of Reality
    Posts
    778

    images

    One way would be to create separate images in the color you want.
    On mouse-over - Image.Load("Image1", "NewColorImage").
    On Mouse-leave Image.Load("Image1", "OriginalColorImage").

    You may play around with the transparent color features but that may not give you the desired effects.

  3. #3
    Join Date
    Jul 2006
    Location
    In a black hole
    Posts
    91
    Quote Originally Posted by holtgrewe
    One way would be to create separate images in the color you want.
    On mouse-over - Image.Load("Image1", "NewColorImage").
    On Mouse-leave Image.Load("Image1", "OriginalColorImage").

    You may play around with the transparent color features but that may not give you the desired effects.
    Making a button with the images is also an option.

  4. #4
    Join Date
    Jun 2006
    Posts
    24
    Holtgrewe and Animl

    Thank you for your suggestions, appreciated it. They are worth trying but there should be some ways of accomplishing this task through Image.SetProperties action. I tried couple of different codes but couldn't make them work. This is why I wanted to see some sample projects (or a simple sample code will do as well). I did some research with the hope of finding what I needed but couldn't come across any. When the time is a major concern, it is quite difficult to spare extra time to learn how to write codes.

    Any suggestions?

  5. #5
    Join Date
    Jul 2006
    Location
    In a black hole
    Posts
    91
    Quote Originally Posted by Cummins
    Holtgrewe and Animl

    Thank you for your suggestions, appreciated it. They are worth trying but there should be some ways of accomplishing this task through Image.SetProperties action. I tried couple of different codes but couldn't make them work. This is why I wanted to see some sample projects (or a simple sample code will do as well). I did some research with the hope of finding what I needed but couldn't come across any. When the time is a major concern, it is quite difficult to spare extra time to learn how to write codes.

    Any suggestions?
    IF I understood you right, AMS will not change the color of a image that I know of. That is why I suggested making a button of images that resemble what you want. When you mouse over a button it changes, depending on how its constructed. There's really no coding involved in making a button.

    Maybe someone else has a better answer, but like I said I don't think AMS will change a picture color.

  6. #6
    Join Date
    Apr 2004
    Location
    Vancouver, Canada
    Posts
    1,790
    Is this what you mean?
    Last edited by Dermot; 11-14-2009 at 09:34 PM.
    Dermot

    I am so out of here

  7. #7
    Join Date
    Jul 2006
    Location
    In a black hole
    Posts
    91
    Quote Originally Posted by Dermot
    Is this what you mean?
    I stand corrected.. I learned something new myself. I had no idea. does ams have any limits? lol sheesh

  8. #8
    Join Date
    Jun 2006
    Posts
    24
    Dermot

    Your sample could be the answer to my question. I'll see if this works well in my project. It is suprising to see that there seems to be no limit to what can be done with AMS.

    Thanks for your support guys...

  9. #9
    Join Date
    Oct 2005
    Location
    MI
    Posts
    524
    Nice job Dermot. That is a creative solution.
    Yeah right. Who's the only one here who knows the illegal ninja moves from the government?

    ()))))))))o)))))))==============================================

Similar Threads

  1. Example: Creating Animated Images
    By Corey in forum AutoPlay Media Studio 5.0 Examples
    Replies: 1
    Last Post: 03-04-2006, 12:44 AM
  2. Button Maker: Extract Images?
    By jeffschuler in forum AutoPlay Media Studio 6.0
    Replies: 2
    Last Post: 10-20-2005, 04:09 PM
  3. Question about custom install images
    By Tek in forum Setup Factory 7.0
    Replies: 2
    Last Post: 03-24-2005, 02:13 PM
  4. How to align images ?
    By RAZS in forum AutoPlay Menu Studio 3.0
    Replies: 2
    Last Post: 12-14-2001, 08:36 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts