|
-
Sep 24th, 2003, 12:46 PM
#1
Thread Starter
Frenzied Member
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.
-
Sep 24th, 2003, 12:56 PM
#2
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.
-
Sep 24th, 2003, 01:00 PM
#3
Thread Starter
Frenzied Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|