Dynamic 3D Wall Gallery V1.00
If you like this File please donate 1€ on the paypal account info@flashdevelopment.de, also if you want to use this file for commerical projects. Thanks!!!... more >
| Author URL | flashdevelopment.de | |||
| Listing URL | flashdevelopment.de | |||
| Downloads | 13937 | Views | 55389 | |
| FlashDevelopment | ||||
|
User ratings for Dynamic 3D Wall Gallery V1.00. |
||||
More listings by FlashDevelopment
Dynamic 3D A... |
Image Slides... |
Comments
You need to LOGIN to post a comment.
there is also a little problem where if you click on a panel a few times it zooms in past the panel and F#!ks out, to fix it just go to line
201 and change it from
TweenMax.to(cam, 2, {x:xposition, y:yposition, z:zcamposition+350, rotationY:0});
to
TweenMax.to(cam, 2, {x:xposition, y:yposition, z:-280, rotationY:0});
and line 208 change from
TweenMax.to(cam, 2, {x:xcamposition, y:ycamposition, z:zcamposition, rotationY:0});
to
TweenMax.to(cam, 2, {x:xcamposition, y:ycamposition, z:-695, rotationY:0});
lastly change line 232 from
TweenMax.to(cam, 2, {x:xposition, y:yposition, z:zcamposition+350, rotationY:0});
to
TweenMax.to(cam, 2, {x:xposition, y:yposition, z:-280, rotationY:0});
and you should be ready to rumble
enjoy
woop woop
go to
http://code.google.com/p/papervision3d/ downloads/detail?name=Papervision3D_1_5. zip&can=2&q=
download papervision 1.5
repalce the papervsion that came with this download
then comment out
//import org.papervision3d.view.BasicView;
//import org.papervision3d.objects.primitives.Pla ne;
save
then hit Ctrl + Enter to publish
thats all i did and it worked :)



