ActiveDen

Papervision3D Cube Website

  • Has been a member for 4-5 years
  • Bought between 10 and 49 items
SBee says

This is very nice – but i need all 6 faces of the cube to be the same size – i have resized the movieclips/images and looked at the AS, but do not see what is dictating the smaller sized of the top/bottom faces. Please help.

Thank you

3 years ago
  • Has been a member for 3-4 years
  • Bought between 50 and 99 items
news_rotator says
Purchased

Yes – I need to know how to make all 6 sides the same size. I have changed the image sizes for the top/bottom of the cube, but it does not to seem to change it. Looked in the actionscript do not see any size attributes.

nice file – thank you

3 years ago
  • Has been a member for 4-5 years
  • Bought between 10 and 49 items
kmccullough says

Would love to purchase this, but, the preview doesn’t seem to work properly and I don’t see any responses to the multiple questions about resizing all sides of the cube the same.

3 years ago
  • Has been a member for 3-4 years
  • Exclusive Author
  • Sold between 5 000 and 10 000 dollars
  • Bought between 50 and 99 items
  • Brazil
  • Referred between 1 and 9 users
guinetik says
Author

Hello guys

I am sorry but for all faces to be equal, the SITE _WIDTH and SITE _HEIGHT must be equal as well.

the reason of this is really simple. if you create a 780×780x530 cube, all faces will have 780×530, but the top and bottom ones will be 780×780. that’s 3d math.

the way you could manage this is to change the SITE _WIDTH and SITE _HEIGHT variables so they are the same, like 550×550x550 then the cube will have all faces equal.

@Fr0zt, please to adjust the dimensions, change the camera.zoom variable. that by default is set to 11, but you can change the values to match your size.

@Elliott, to use animation, please find the line where i’m declaring the materials ‘new MovieMaterial’ and put true on the second argument

@mark-i, the file is on com.guinetik.ppv3dcube package

3 years ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
olebole says
Purchased

HI. I have tried to make 6 square sides. All in 600×600 pixels.

public static const SITE _WIDTH :Number = 600; public static const SITE _HEIGHT :Number = 600; private var input:Input;

But the top and bottom is smaller than the other 4 sides. Where do I resize the top and bottom?

3 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
  • Canada
nicou50 says
Purchased

same problems as davidino and icare…trying to make a preloader for the cube and I got the error :

TypeError: Error #1009: Cannot access a property or method of a null object reference. at com.guinetik.ppv3dcube::CubeWebsite$iinit()

Please help !

3 years ago
  • Has been a member for 3-4 years
  • Exclusive Author
  • Sold between 5 000 and 10 000 dollars
  • Bought between 50 and 99 items
  • Brazil
  • Referred between 1 and 9 users
guinetik says
Author

guys,

actionscript 101. the stage propriety of a display object is only defined after it is added to the display list. so when you call the constructor of the document class, the stage is not yet defined, what triggers this error.

the workaround is:

1. on the constructor, where init() is called, replace for:

if(this.parent is Stage) init(); // don’t forget to import the stage class

2. on your preloader, on the complete handler, add this code:

var obj:Object = e.target; var site:Object = obj.content; addChild(site as Sprite); site.init();

that should work

please e-mail your questions, do not post here, this way is harder for me to help you out

3 years ago
  • Has been a member for 4-5 years
  • Bought between 50 and 99 items
bbarcia says
Purchased

Hi

I need to animate one of the cube faces, but i want that animation to start only when that face is shown.

I am trying this:

TweenLite.to(site, 1, {rotationX:90, rotationY:0, rotationZ:0, z:SITE_WIDTH, delay:7, overwrite:false, onComplete:alerta}); { trace(‘ok’); MovieClip(root.TopImage).gotoAndPlay(20); }

public function alerta():void

but it doesn’t work,

can anyone help me?

thank

3 years ago
  • Has been a member for 4-5 years
  • Bought between 50 and 99 items
bbarcia says
Purchased

Hi

I need to animate one of the cube faces, but i want that animation to start only when that face is shown.

I am trying this: TweenLite.to(site, 1, {rotationX:90, rotationY:0, rotationZ:0, z:SITE_WIDTH, delay:7, overwrite:false, onComplete:alerta}); public function alerta():void { trace('ok'); MovieClip(root.TopImage).gotoAndPlay(20); } but it doesn’t work,

can anyone help me?

thank

3 years ago
  • Has been a member for 4-5 years
  • Bought between 50 and 99 items
  • Switzerland
ianstudio says

Hello, could one load any swf on any side on demand (through a menu item or link on a visible side) targetting a chosen side where any swf would be loaded ? Or are the six sides allowed only one content ?

Thanks

3 years ago
  • Has been a member for 5-6 years
  • Bought between 1 and 9 items
popking says

I’m not sure if this has been mentioned before, but the stacking order is faulty. The cube is higher in the displaylist than the navigation, thus the navigation will not work when the cube is over it. This happens in all decent resolutions.

3 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
  • Colombia
enlaventana says
Purchased

how couldi change the distance between the buttons?

and

is possible insert contact form in this template?? how could i??

thanks for a lot, this template are magnificent

2 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
  • Colombia
enlaventana says
Purchased

ooo, soy about the stupid questins, problem resolve, but i have 1 questions important to me. Is possible insert a contar form with AS2 ??

2 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
  • Colombia
enlaventana says
Purchased

id change size of left, right, back and front faces, but i cant change size of top and bottom faces. how i could do that!!!??

2 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
  • Colombia
enlaventana says
Purchased

HOW COULD I SET QUALITY IN MOVIECLIPS , i see all of yours pixelate!!

2 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
  • Colombia
enlaventana says
Purchased

você tem este arquivo em AS2

2 years ago
  • Has been a member for 4-5 years
  • Bought between 50 and 99 items
migidi2 says
Purchased

HI …..

How can I add a button onto one of the sides and have a getURL on it ? I see that other people have asked this question as well but do not see a relpy from the author.

Please help…..

2 years ago
  • Has been a member for 4-5 years
  • Bought between 50 and 99 items
migidi2 says
Purchased

I purchased this template and have emailed the author. If you are considering purchasing this template be sure that you are VERY familiar with a high level AS3 . Otherwise it is not worth purchasing.

2 years ago
  • Has been a member for 3-4 years
  • Bought between 1 and 9 items
Natalya says
Purchased

Hello,

I’ve got this cool website templates. But I’m not familiar with as3 and I need your help to customize it.

How to edit background color, cub’s background color, menu buttons, text on all pages and website dimensions? And whatever else I need to know. In advance, I appreciate your help.

Best regards,

2 years ago
Author
guinetik guinetik replied

all these stuff is on the library of the FLA file.look for the cube symbols and buttons symbols and background on the library and you should be good to go

2 years ago
by
by
by
by
by