Results 1 to 3 of 3

Thread: HTML/Javascript - Creating and manipulating

  1. #1

    Thread Starter
    Frenzied Member ae_jester's Avatar
    Join Date
    Jun 2001
    Location
    Kitchener Ontario Canada Earth
    Posts
    1,545

    HTML/Javascript - Creating and manipulating

    Hi,

    I am making a javascript animator which will animate a checker game on a board.

    Is there any way in HTML(object?) or javascript to create a simple circle image? I need to be able to manipulate the location of the circles when pieces are moved.

  2. #2
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    You cannot create images in HTML or JavaScript. You can in SVG, but support for direct XML embedding is sparse, AFAIK the only browser capable of that is a custom Mozilla build.

    But you can absolutly position div or img tags that contain an image of a circle.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  3. #3

    Thread Starter
    Frenzied Member ae_jester's Avatar
    Join Date
    Jun 2001
    Location
    Kitchener Ontario Canada Earth
    Posts
    1,545
    I guess I will just use regular images then.

    Thanks

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