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!!! Please note that this file work not correct on this site, please Download this file to make it work right!!!Listing url: www.flashdevelopment.de
14162 downloads, 62221 views
Comments
You need to login to post a comment.
Really Awesome :)
GalleryData0126 27
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
Thank you so much...
Thank you so much...
Thank you so much...
hehehe..
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 :)