[svg-developers] Re: New on this, trying to do something new...

2005-06-30 Thread Andreas Neumann
Hi, can you isolate the problem and post a small example where the code does not work? Or at least better describe what you want to achieve and where exactly you fail? Otherwise we can't really understand your problem. If you have general questions for scripting and DOM, you can have a lo

[svg-developers] Re: New on this, trying to do something new...

2005-06-30 Thread jucabapa79
Hello, thank you very much for the answer. I want to explain the trouble I am doing now. First of all I want to develop a die, it means this object will allow the piece to move, depending of the number the dice throws the piece will move, in SVG Talking it means that the button of throw the di

[svg-developers] Re: New on this, trying to do something new...

2005-07-01 Thread Samuel Dagan
Hi Travsam, Welcome to the club. If you are trying to animate the motion of a dice in 3 dimensions, forget it, this is not for a mid-term project. You have to simulate the results of a die as a square, in which you can display one of the 6 possibilities, of the results of throwing a dice, by s

[svg-developers] Re: New on this, trying to do something new...

2005-07-02 Thread jucabapa79
Hello Mr. Dagan: Thanks for the sugestion, i know that SVG can not support 3d animation, also my asesor told me about it, I will try to develop the dice as you suggest, anyway by know the trouble is how to control another animation with the result of the dice, I mean, I want to move a piece in

[svg-developers] Re: New on this, trying to do something new...

2005-07-03 Thread jucabapa79
Well, for begin this, I could first refer for the code i made for show the dice results. This is not running properly when i test it in the computer, it don't shows anything. What's wrong? Greetings Travsam -This is the code-- http://www.w3.or

[svg-developers] Re: New on this, trying to do something new...

2005-07-04 Thread Samuel Dagan
Hi Travsam, As an answer to your question, many things are wrong in your script: where are the end marks of the command lines(;) ? What is: d1.visibility("hidden") ? This is not an ecmascript command! I undeststand that this is your mid-term project, so you have to pick up a book from the lib

[svg-developers] Re: New on this, trying to do something new...

2005-07-04 Thread jucabapa79
Hello: Thank you for your suggestions, I know that i am very green on the theme of scripting for SVG and Javascript, but i did not expected to receive this useful advices for this. Anyway thank you everyone. --- In svg-developers@yahoogroups.com, "Samuel Dagan" <[EMAIL PROTECTED]> wrote: > H

[svg-developers] Re: New on this, trying to do something new...

2005-07-04 Thread jucabapa79
Oh yes, I am sorry, thank you for aclaring this, in fact I found by myself some of the mistakes, but even that i corrected the syntax mistakes, I can not find the correct SVG code for make the correct animation..., this is the new code, and even that i can see some of the code i want, it still

[svg-developers] Re: New on this, trying to do something new...

2005-07-05 Thread jucabapa79
Hello Mr. Holger I thank you very much for helping me, I forgot to put the reference of the svg page and i will put it in my next codes. Also I am reviewing the JavaScript code, I will learn of it and I will try to apply this code to other function I want to assign to the DiceValue code. Than

[svg-developers] Re: New on this, trying to do something new...

2005-07-05 Thread jucabapa79
Me again... As I told in some of the messages my dice will have two functions, the first one it was solved, but I still have troubles with the second one. The objective is to move a piece in the sides of a square board of 700*700 and I tried using the script down below. But any moment I try t

[svg-developers] Re: New on this, trying to do something new...

2005-07-07 Thread jucabapa79
Mr. Holger, I will check the code made by you and study all the properties, so I can adapt it to my game board, and also to learn more about scripting because for me it this the most difficult thing in SVG. I will do my best. Travsam --- In svg-developers@yahoogroups.com, Holger Will <[EMAIL

[svg-developers] Re: New on this, trying to do something new...

2005-07-07 Thread jucabapa79
Good afternoon. I review the code made by Mr. Holger and this is working properly in a 3 X 3 board, but I have troubles to make it run properly in a 6 X 6 board what I mean? First I made that my game pieces run in the down right corner, but when the pieces began to run using the throw button,

[svg-developers] Re: New on this, trying to do something new...

2005-07-07 Thread jucabapa79
I repaired the board table and the pieces go straight to the left as I plan but it still don't turn and go out of the game board... I will follow searching what is wrong... Greetings. --- In svg-developers@yahoogroups.com, "jucabapa79" <[EMAIL PROTECTED]> wrote: > Good afternoon. > > I review

[svg-developers] Re: New on this, trying to do something new...

2005-07-21 Thread jucabapa79
Well, I tried to do all the possible things to fix the trouble with the trayectory of the board, first I configure the code sent by Mr. Holger to use it in a 7 X 7 board, then to check the differences between the program of Mr. Holger and adecuate them to my program and check the typos if there

Re: [svg-developers] Re: New on this, trying to do something new...

2005-07-05 Thread Holger Will
jucabapa79 schrieb: > Oh yes, I am sorry, thank you for aclaring this, in fact I found by > myself some of the mistakes, but even that i corrected the syntax > mistakes, I can not find the correct SVG code for make the correct > animation..., this is the new code, and even that i can see some of >

Re: [svg-developers] Re: New on this, trying to do something new...

2005-07-07 Thread Holger Will
jucabapa79 schrieb: > Me again... > > As I told in some of the messages my dice will have two functions, > the first one it was solved, but I still have troubles with the > second one. > > The objective is to move a piece in the sides of a square board of > 700*700 and I tried using the script dow

Re: [svg-developers] Re: New on this, trying to do something new...

2005-07-08 Thread Holger Will
jucabapa79 schrieb: > I repaired the board table and the pieces go straight to the left as > I plan but it still don't turn and go out of the game board... i can only comment on those issues , if you tell me what changes you have done to the script. > > I will follow searching what is wrong...

Re: [svg-developers] Re: New on this, trying to do something new...

2005-07-22 Thread Holger Will
Hi Travsam > Well, I tried to do all the possible things to fix the trouble with > the trayectory of the board, first I configure the code sent by Mr. > Holger to use it in a 7 X 7 board, then to check the differences > between the program of Mr. Holger and adecuate them to my program > and check