Image cycle show

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • idsanjeev
    New Member
    • Oct 2007
    • 241

    Image cycle show

    Hi
    i wants to display image slide show . start with write side bottom with small size and increase it with its motion when it goes at middle of body decrease it size and loop all image
  • gagandeepgupta16
    New Member
    • Feb 2007
    • 56

    #2
    hi

    you need to design an image place holder. make a function accepting image place holder new position(left, top) and size(height, width), this function will remake the image.
    now loop until a fix number of times.
    the initial value for left and top will be max, and height and width will be min.

    use some delay loop in the upper loop before re-drawing the image place holder.

    i think now you can go ahead...

    thanks

    Originally posted by idsanjeev
    Hi
    i wants to display image slide show . start with write side bottom with small size and increase it with its motion when it goes at middle of body decrease it size and loop all image

    Comment

    Working...