Anim8or Community

General Category => ASL Scripts => Topic started by: Maximilianibus on August 16, 2010, 06:33:54 pm

Title: Any script-ideas?
Post by: Maximilianibus on August 16, 2010, 06:33:54 pm
Hey guys, its me again.
have you any ideas for scripts? im learning asl, but i dont know if i should continue or stop, because i have no idea what to do!
help please!
max
p.s. if you have another great asl-tutorial for me, i'll try it! ???
Title: Re: Any script-ideas?
Post by: startrekfan001 on August 17, 2010, 12:34:46 pm
Well, i'm learning asl right now, but if you could devise a way to make an object spin forever in scene mode i'd be eternally grateful :D

If you're looking for a suggestion ^^
Title: Re: Any script-ideas?
Post by: Kubajzz on August 27, 2010, 05:44:59 am
Here is a simple infinite rotation script (based on Leslie's script (http://www.biederman.net/leslie/tutorials/ASL%20Scripting/Simple_scripts.htm)):

Code: [Select]
point3 $a;
float $speed;

$a = (0, 1, 0); /* Replace with the desired rotation axis */
$speed = 5; /* Replace with the desired speed */

$a = normalize($a);
$orientation = ($a.x*sin($speed*time), $a.y*sin($speed*time), $a.z*sin($speed*time), cos($speed*time));
Title: Re: Any script-ideas?
Post by: cooldude234 on September 05, 2010, 02:00:27 am
HEY! Maximilianibus! Cool your learning ASL
Do you think it is possible to make a texture move for me with out having to move the object
In other words is it possible to make texture based ASL scripts, some New things to spiffin up the textures would be nice (moving textures would do nice for smoke, fire and water!)
Title: Re: Any script-ideas?
Post by: Maximilianibus on September 06, 2010, 05:19:23 pm
well.... i dont know, i am a beginner....;D
isnt there the possibility to create a gif as texture?
greetings
Title: Re: Any script-ideas?
Post by: Bugtrooper on September 12, 2010, 04:13:22 am
I don't think. But that would be great. Because of the color morphing......