This is G o o g l e's cache of http://www.flashsandy.org/forum/index.php?showtopic=577&view=getlastpost as retrieved on 9 Aug 2007 02:33:07 GMT.
G o o g l e's cache is the snapshot that we took of the page as we crawled the web.
The page may have changed since that time. Click here for the current page without highlighting.
This cached page may reference images which are no longer available. Click here for the cached text only.
To link to or bookmark this page, use the following url: http://www.google.com/search?q=cache:Fdrxg6Rc4mgJ:www.flashsandy.org/forum/index.php%3Fshowtopic%3D577%26view%3Dgetlastpost+site:www.flashsandy.org+index.php&hl=en&ct=clnk&cd=17


Google is neither affiliated with the authors of this page nor responsible for its content.
These terms only appear in links pointing to this page: index php

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Sandy 3.0 MovieMaterial test, Just a little something
Petit
post Jul 11 2007, 05:27 PM
Post #1


Advanced Member
***

Group: Moderator
Posts: 585
Joined: 21-June 06
From: Borgholm, Sweden
Member No.: 38



Hard work is going on with the Sandy 3.0 for AS3, and I thought I should demo some little thing of what's coming. Here is a first attempt at a MovieMaterial ( no more Skins now - they are called materials ).

I believe it needs Flash Player 9 ( or later (IMG:style_emoticons/default/smile.gif)

Take it for a spin : Attached File  MovieTest.swf ( 29.08k ) Number of downloads: 35


Rotate the cube with arrow keys, move the camera in and out with PageUp/PageDown and click the mouse to stop/start the animation on the MovieMaterial.

Then look forward to the Sandy 3.0 alpha release.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
kwuntong
post Jul 11 2007, 10:25 PM
Post #2


Member
**

Group: Members
Posts: 15
Joined: 17-June 07
Member No.: 1,253



Hi Petit,

Thanks for the demo.

Is the MovieMaterial solving the lacking performance of MovieSkin in the older versions? Can you tell how much faster the mapped MovieClips run in AS3?

Bye,
kwuntong

User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Petit
post Jul 11 2007, 11:39 PM
Post #3


Advanced Member
***

Group: Moderator
Posts: 585
Joined: 21-June 06
From: Borgholm, Sweden
Member No.: 38



QUOTE(kwuntong @ Jul 11 2007, 10:25 PM) *

Is the MovieMaterial solving the lacking performance of MovieSkin in the older versions? Can you tell how much faster the mapped MovieClips run in AS3?

I have no test results on that, but it looks good to me.
This material is brand new, and we'll have to do further testing.
You're welcome to test and comment on the performance. (IMG:style_emoticons/default/wink.gif)

User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Lt Dan
post Jul 13 2007, 12:22 PM
Post #4


Newbie
*

Group: Members
Posts: 5
Joined: 9-July 07
Member No.: 1,307



QUOTE(Petit @ Jul 11 2007, 11:39 PM) *

I have no test results on that, but it looks good to me.
This material is brand new, and we'll have to do further testing.
You're welcome to test and comment on the performance. (IMG:style_emoticons/default/wink.gif)


Nice, I've tried with Sandy 1.2 and a movie, it works fine, I'm new to Sandy but with a good 3D background.
Can we test the MovieMaterial, I would like to port my AS2 sample ? I download the AS3 (3.0) but it seems it lack the MovieMaterial...

Thx

P.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Petit
post Jul 13 2007, 01:02 PM
Post #5


Advanced Member
***

Group: Moderator
Posts: 585
Joined: 21-June 06
From: Borgholm, Sweden
Member No.: 38



QUOTE(Lt Dan @ Jul 13 2007, 12:22 PM) *

Nice, I've tried with Sandy 1.2 and a movie, it works fine, I'm new to Sandy but with a good 3D background.
Can we test the MovieMaterial, I would like to port my AS2 sample ? I download the AS3 (3.0) but it seems it lack the MovieMaterial...

Well, the AS3 version, Sandy 3.0, is under heavy development, and what works today may not work tomorrow.
Hopefully though, the API will not change that much.
If you want to work with it, you should download the latest version from the SVN, and subscribe to the list at http://osflash.org/mailman/listinfo/sandy_osflash.org.

I have committed a MovieMaterial, so it is now part of Sandy 3.0 in the SVN.

Looks like I'm an expert, but the fact of the matter is, that it was very simple to take the VideoMaterial and make a remake on that. The authors of the material classes are to admire for the expandable structure of materials (IMG:style_emoticons/default/cool.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Mickey
post Jul 18 2007, 03:00 AM
Post #6


Newbie
*

Group: Members
Posts: 4
Joined: 12-July 07
Member No.: 1,318



Want your box to have a different movieClip on every face?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Mickey
post Jul 20 2007, 04:35 AM
Post #7


Newbie
*

Group: Members
Posts: 4
Joined: 12-July 07
Member No.: 1,318



QUOTE(Mickey @ Jul 18 2007, 10:00 AM) *

Want your box to have a different movieClip on every face?

CODE
var len = box.aPolygons.length;
                var num = len/6;
                for (var i:Number = 0; i<len; i++) {
                    if (i % num == 0) {
                        mc_oFront = new MovieClip();
                        mc_oFront.addChild(aMaterial[i/num]);
                        skin = new Appearance( new MovieMaterial( mc_oFront ) );
                    }
                    box.aPolygons[i].appearance = skin;
                    //box.aPolygons[i].container.addEventListener(MouseEvent.CLICK, onClickHandler);
                }
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

- Lo-Fi Version Time is now: 9th August 2007 - 02:11 AM
phpMyVisites