making a dice

Wondering how to accomplish a certain animation task? Ask here.

Moderators: Víctor Paredes, Belgarath, slowtiger

Post Reply
dantehavenaar
Posts: 3
Joined: Thu Mar 18, 2010 8:36 pm

making a dice

Post by dantehavenaar »

I have followed the manual to make a cube.
Now I will make a dice on the same way, is it possible to make a dice with nice round corners?
When I use the draw shape tool and make a rectangle then I can't round the corners.
muffysb
Posts: 144
Joined: Wed Feb 03, 2010 1:00 am
Location: Waterloo, Ontario, Canada
Contact:

Post by muffysb »

I don't believe there is any way to actually make the corners round, because shapes in AS are strictly two-dimensional...you cannot make a single shape which curves in three dimensions, you can only draw objects on an X-Y plane.

The cube example shows that you can take a LAYER and position it in 3D space, but the layer is still two-dimensional...it's like a flat screen with a 2D drawing on it.

To round your corners, you'd need to create a convex 3D shape on a layer, or create a convex 3D layer...but shapes must be 2D and layers must be flat.

I think you could create flat triangular corners that would bisect the "side" layers of the cube, but I don't think you could create enough of them to give an acceptable rounded corner. IMHO you'd be much better off importing a shape from a 3D modeling program...or carefully animating a rolling die with traditional 2D methods.

Cheers,
Muffy.
dantehavenaar
Posts: 3
Joined: Thu Mar 18, 2010 8:36 pm

Post by dantehavenaar »

Thanks Muffy.

I found the way to do it.
Create the images (1 - 6) with Paint shop.
Import the images in the layers.
Make the cube.
Animate them.
Export to PNG
Edit the spaces in Paint Shop.
Done... :D
sbtamu
Posts: 1915
Joined: Tue Dec 15, 2009 5:05 am
Location: Texas
Contact:

Post by sbtamu »

I do not see a way to do rounded edges easly but here is one way to attack the problem, but as Muffysb has said, its prolly best to use a program that lets u make rounded corners and import it into AS

Or u can try this.

Use a circle as a template to add points to each corner to keep everything even.

Image
Last edited by sbtamu on Mon Mar 22, 2010 12:22 pm, edited 1 time in total.
dantehavenaar
Posts: 3
Joined: Thu Mar 18, 2010 8:36 pm

Post by dantehavenaar »

Hi sbtamu,

I will give it a try on that way, (tomorrow, it's late in the Netherlands now)
Thanks for the info.
Post Reply