in J i need "reverse selected"
yes if its like this
abcdefghijklmnopqrstuvwxyz
then it will look like this abcfedghijklmnorqpstuvwhys
Quis custodiet ipsos custodies?
Solid State Builders Group
Well..... It works NOW!
It was stuck on the egg. Now it works on the spider!
Look for a new release soon. I found some other stuff too!
It puts a blank dot, possibly in the span of a lit segment, thus breaking it into two segments.
Have you done anything in menu 'l' (L) yet?
James.![]()
i see it but not yet.. we will talk.. answer your email...
im in the code now beotch
Quis custodiet ipsos custodies?
Solid State Builders Group
http://hacylon.case.edu/laser/LaserB...12_20_2008.zip
Booo Yah! right back at' cha... Twit!
James.![]()
ok look at this.. should it work??
i know there is a spin frame effect but this is a frameset effectCode:void spin(ez_uail_frame_set* p_frame_set) { ez_3D_float a(0, 0, pi/100); ez_uail_frame frame; ez_uail_frame_set out; int frame_count; for(frame_count = 0; frame_count < p_frame_set->number_of_frames(); frame_count++) { frame = p_frame_set->at(frame_count); frame.rotate_around_origin(a * frame_count); out += frame; } out.save_as_uail("spin.ild"); return; }
Quis custodiet ipsos custodies?
Solid State Builders Group
nvm i got it
Code:void spin(ez_uail_frame_set* p_frame_set) { ez_3D_float a(0, 0, one_degree); ez_uail_frame frame; ez_uail_frame_set out; int frame_count; for(frame_count = 0; frame_count < p_frame_set->number_of_frames(); frame_count++) { frame = p_frame_set->at(frame_count); frame.rotate_around_origin(a * frame_count); out += frame; } out.save_as_uail("spin.ild"); return; }
Quis custodiet ipsos custodies?
Solid State Builders Group
It nice to see that someone has finally taken the time to make the journey far ehough into the code that is LaserBoy to be able to see it for the art that it is.
Thanks dude!
That's what it's all about for me!
James.Code:constructive_human_effort art; art += your_imagination; art.give_to_the_world();![]()
Last edited by James Lehman; 12-20-2008 at 21:27.
So.... Now do you see why a mouse is not such an important thing?
James.![]()