AS3 Papervision3D Website
( August 31st, 2008 )I am creating a Papervision3D website. This is a work in progress. It’s still early stages.
It runs a lot better in Firefox 3 than IE 7. Please let me know if your browser crashes.
I have used the Tweener Class to smooth all the movement.
Have a look here: …/experiments/pv3dwebsite
As requested, here is the source
Also, here are the Papervision3D classes used to publish the file: Get Source
To point to the Classpath in Flash, go to Publish Settings / Settings / Classpath and add the path to the src folder i.e. …\src (”…” refers to the path on your system)
Can you post source for the AS3 Papervision3D Website please.
Hi Kevin
I will post the source today.
When I first created this, my code was not very well structured and I think that there were some instantiation issues.
After reading two ActionScript 3.0 books, I am a little wiser and want to correct the issues. I will post the source as is until corrected.
Cheers,
Rowan
Thank You. You Rock!!!!
I do not have these files:
import org.papervision3d.utils.*;
import org.papervision3d.utils.virtualmouse.VirtualMouse;
import org.papervision3d.utils.virtualmouse.IVirtualMouseEvent;
import org.papervision3d.utils.InteractiveSceneManager;
can you had to source file or put file the papervision3D files you used. Please. It does not work for me.
You have to download the Papervision3D Class Library from Google Code here: http://code.google.com/p/papervision3d/
Please read the “Getting started” instructions.
Once you have downloaded the library make sure that you have pointed to the Classpath …\branches\GreatWhite\src in Publish Settings / Settings / Classpath:
Cool, email me and let me know when you have the up date posted. Thank you. You rock!!! When I am done with the what i am going to do with your project? I will give you a copy of what I do.
Thanks Kevin. I will probably try and fix issues during this week.
Hi There
Thank you for your great source file.
I installed the lastest PV3D I tested it with other mini PV3D project and it works, but when I try to play around with your files I got some errors, one of them are :
1046: type was not found compile-time constant var scene :InteractiveScene3D;
I have the point to the correct dir of pv3d, I’m guessing I’m using a different vision as you or I did something wrong
D:\Documents and Settings\Kevin\Desktop\papervision3d\branches\cs4\src
Are you using 2.0 greatwhite?
Thank you so much
Sacen
Hi
I try to use the 1.5 version. All the error was gone but when I compile, it return with a blank white page. Would you mind send me your pv3d src folder ?
Thank you in advance
Sacen
Hi Sacen
I just realised that I compiled using the class files supplied with the PV3D library examples.
You must first download them, preferably using TortoiseSVN, and then add the following to your Class Path in Publish Settings:
…\as3\trunk\examples\InteractiveMovieAssetMaterial\src (“…” refers to the path on your system)
You will find instructions on how to use version control (TortoiseSVN) via the Papervision3D website.
I hope this helps.
Rowan
Hi Rowan
I downloaded the lastest version with TortoiseSVN
InteractiveMovieMaterial is not an folder anymore.
All it has is
..\papervision3d\as3\trunk\src
and the dir tree looks like :
..\papervision3d\as3\trunk\src
-nochump
-org
-ascollada
-papervision3d
– materials
– MovieAssetMaterial.as
-LICENSE>TXT
Still getting white page. If possible, you zip and email to me would be really appreciated : ) The scr folder is 2.88mb : )
Thanks
Sacen
!!RESPECT!!
!!no words for your wonderful work … really, really no words!!
..unfortunately i can’t figure out how to point classes path..
Thanks & Keep Rockin’
liquid
I have added the Papervision3D source used in my file with instructions. Check the post.
Thank you so much : )
It work. Liquid if you still haven’t got it working.
In Publish Setting – Script Action Script 3.0 – Setting :
Add the following to class path :
your dir\as3_papervision3d_website\src\src
your dir\as3_papervision3d_website\caurina
your dir\as3_papervision3d_website\
Sacen
Great! I really like it. Needs a function to close screen#plane, “removeChild”) so you can return to main page.
Hi. I apologise to all of you. I have not worked on this file in a while.
I will try and create a version 2 soon which includes the ability to return to the home screen.
Rowan
Hi,
I would like to declare the new MovieClip like that
to have a dynamic version of this menu.
And so to the addEventListener
for (var:i Number = 1; i<n; i++){
var btn:MovieClip = new MovieClip();
btn.name = "button" + i;
container.addChild(btn);
}
But it doesn't work
Thank's for your help and for this good tuto