T O P I C R E V I E W |
Testa |
Posted - 12 Sep 2010 : 00:21:48 Hi,
how can i make an effect like image moving from a point to another with continus path? In DHTML i see only the possibility to move an image without a continus path...
thanks in advantage. |
6 L A T E S T R E P L I E S (Newest First) |
s.dav |
Posted - 28 Sep 2010 : 08:43:32 I'll check the script ;-) |
Testa |
Posted - 27 Sep 2010 : 14:07:52 quote: Originally posted by s.dav
I think this is not possible with the actual script; try to use two extensions with the same object and activate them using the event
But the call to java function is the same, so i don't think that work fine. I'll try.
Thanks |
s.dav |
Posted - 27 Sep 2010 : 09:07:27 I think this is not possible with the actual script; try to use two extensions with the same object and activate them using the event |
Testa |
Posted - 25 Sep 2010 : 23:49:53 Very nice smooth move!!!
But, how can i use two call of smooth move function on the same object, depending on a button state? Let me tell what i'm thinking...so if i'm over a button the object move right, if i click button, object move left...
Anyway thanks a lot for the very well script!
Bye. |
s.dav |
Posted - 13 Sep 2010 : 09:57:02 Please send me the javascript code and I'll check if I can make an extension for you. |
Testa |
Posted - 12 Sep 2010 : 22:30:51 Ok, i've the script, but it works only if i use this HTML code in the body:
<img src="files/menulaterale.png" id="x" style="Z-INDEX: 0; position:relative;top:300px;left:-250px;"><br>.
If i make an image with DHTML and rename the id "x" (for my javascript call), the script don't work.
Can someone help me, please?
Thanks |