Can you help me create one of these that you drag from the left to right? Im trying to create a college portfolio, and am so lost. To where each of those are buttons and thumbnails? That would be so helpfull!
--
Jesus Christ is my savior. If you agree with me copy and paste this in your signature.
"These people who live in darkness will see a great light." Matthew 4:16
--
Jesus Christ is my savior. If you agree with me copy and paste this in your signature.
"These people who live in darkness will see a great light." Matthew 4:16
[link]
--
Jesus Christ is my savior. If you agree with me copy and paste this in your signature.
"These people who live in darkness will see a great light." Matthew 4:16
find this two line in CircleBar3.as
rectM_C.x = centerX + Math.cos(angle+i*angle2) * radius/3;
rectM_C.y = centerY + Math.sin(angle+i*angle2) * radius;
and change it like this:
rectM_C.x = centerX + Math.cos(angle+i*angle2) * radius;
rectM_C.y = centerY + Math.sin(angle+i*angle2) * radius/3;
--
Jesus Christ is my savior. If you agree with me copy and paste this in your signature.
"These people who live in darkness will see a great light." Matthew 4:16