[need help]
#1

I got a question for peoples .
Can someone help me make a moving picture(like a flash or gif).
I really need to make one someone i know thats gonna have their own company soon and i need to make a moving logo.
So help would be really apreciatet.

[Doppeyy
Reply
#2

Код:
<script type="text/javascript">
function moveObjRight(obj) 
{  
  	obj.style.left=Hmove;
  	Hmove+=2;
  	if(Hmove<100)
  	 	window.setTimeout("moveObjRight(" +obj.id+ ");", 0);
}
</script>
I'm not sure if this will work 100%. To test it, type something like:
Код:
moveObjRight(object you set a variable too);
If anyone can correct me if i'm wrong, im not the best at java ;P
Reply
#3

I didnt mean it to put it online i need to make the flash first :P.

[Doppeyy
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)