Hey FullMoon, I can give you credit on my website if you could do me a favour. Could you please make a logo for Vision Interactive [Its an advanced gaming website, very high tech] and a flash intro for the website. I will put your name on the site. A demo of the site is at http://visioninteractive.webs.com/ and if you do, you can submit loads of games to the site, and get an advanced membership for life. Please help me! Thank You. I will even dedicate my Sprite Here game to you...
I'm kind of up to my neck in this sort of request right now, so I'm sorry but I'll have to decline. Could you let me know when you get the site running? I might be able to help by then.
Place it on a blank keyframe. Have no other scripts! It must not be on a movie clip, on the frame itself. Execute the program. Btw, make the dimensions a bit bigger than default.
fullmoon, try out this code:
lineStyle(2, 0x2AEE05, 200);
beginFill(0xFFFFFF, 50);
moveTo(-101, 57);
lineTo(-39, -81);
lineTo(40, 0);
lineTo(34, -96);
lineTo(136, -3);
lineTo(-92, -43);
lineTo(-70, 147);
lineTo(20, 101);
lineTo(-12, -11);
lineTo(60, 101);
lineTo(117, -92);
lineTo(100, 101);
curveTo(143, -159, 47, 127);
curveTo(-149, 127, -101, 57);
endFill();
and just make sure each semicolon is the end of a line.
This is based off of AddZero's Random 3D Sculpture. I'm trying to make a solar system model with this, but in the meantime, enjoy another random 3D sculpture! All the scripts are AddZero's, I just changed how the camera operates and the pen.
Comments
You need to be logged in to post comments
Add a Comment
cool
nice it looks awsome!
you seem to be pretty buisy full moon :)
Hey FullMoon, I can give you credit on my website if you could do me a favour. Could you please make a logo for Vision Interactive [Its an advanced gaming website, very high tech] and a flash intro for the website. I will put your name on the site. A demo of the site is at http://visioninteractive.webs.com/ and if you do, you can submit loads of games to the site, and get an advanced membership for life. Please help me! Thank You. I will even dedicate my Sprite Here game to you...
I'm kind of up to my neck in this sort of request right now, so I'm sorry but I'll have to decline. Could you let me know when you get the site running? I might be able to help by then.
(view all replies)Sorry, at the end I meant Sprite Hero...
Can you tell me when you're finished with uploading the icon to halfbaked_fullmoon's?
Sure, sorry it's taking so long. I make these tiny icons and they somehow end up being so large.
(view all replies)Hey, tell me when you finish that tutorial. I could use some help :P
Sorry, I kinda stopped working on it for a few days. It'll be done within four days, I promise!
(view all replies)I will tell ya how I did it if you try out the code first :)
I tried and I got a bunch of green lines in the UL corner. Am I doing this right?
(view all replies)Place it on a blank keyframe. Have no other scripts! It must not be on a movie clip, on the frame itself. Execute the program. Btw, make the dimensions a bit bigger than default.
It looks cool, trust me!
fullmoon, try out this code: lineStyle(2, 0x2AEE05, 200); beginFill(0xFFFFFF, 50); moveTo(-101, 57); lineTo(-39, -81); lineTo(40, 0); lineTo(34, -96); lineTo(136, -3); lineTo(-92, -43); lineTo(-70, 147); lineTo(20, 101); lineTo(-12, -11); lineTo(60, 101); lineTo(117, -92); lineTo(100, 101); curveTo(143, -159, 47, 127); curveTo(-149, 127, -101, 57); endFill(); and just make sure each semicolon is the end of a line.