SA-MP Forums Archive
[need help] - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Other (https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: [need help] (/showthread.php?tid=130550)



[need help] - Doppeyy - 27.02.2010

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


Re: [need help] - Eazy_Efolife - 27.02.2010

Код:
<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


Re: [need help] - Doppeyy - 27.02.2010

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

[Doppeyy