CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2008
    Posts
    9

    Moving Image control in ASp.NET

    Hi,
    I am new asp.net developer. I am trying to develop a
    game
    which has to be opened in the browser. There is a car
    in the game which moves on every clock tick. I have
    got the timer control working. But i am unable move
    the car(image control) as it doesnot contain the
    location attribute.
    Could you tell me how to solve the problem
    Thanking you
    Yatish

  2. #2
    Join Date
    Jan 2008
    Location
    Atlanta, Georgia - United States
    Posts
    75

    Re: Moving Image control in ASp.NET

    How are you rendering this? Pure HTML? If so, use CSS to move the image by applying a style to it and your script will change the style information.

    http://css.maxdesign.com.au/floatutorial/
    Consider rating any helpful responses. I do not provide line level response for C#. Get your C# help in the C# forum!

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured