Started school this week and so far, looks to be a fun semester. I have Multimedia Programming ( Actionscript 3 Class). Today we just went over basics and definitions like classes and properties, etc. While that was going on I tried to make a quick drawing app so I can paint a little bit. Its all using the drawing API which I learned mostly from Keith Peters book. Here is what I got in the hour.
Thursday, August 28, 2008
Monday, August 25, 2008
Papervision Practice - Transition Effect in 3D...
I've been messing around with the new Papervision the past couple days. It seems to still have a couple of bugs but overall is pretty good so far. There is also some extensive documentation now. I posted a couple of days ago a cool transition effect. I thought it would be good practice to port this over to 3D. It was fairly easy, had some hang ups with the materials, but after reading through them and looking up some tutorials, it was a piece of cake. Only problem i am having now is that I can't seem to make it interactive. I followed what you are supposed to do but it's not working for me. So to see the effect over again, You have to refresh.
Thursday, August 21, 2008
New PaperVision 3D 2.0 Beta
I have been up all night messing around with Papervision. Not much to show yet as I find it very confusing. But I realized that a new Papervision is out. Released August 20, 2008. I recommend anyone using Papervision to get the updates classes as some things have changed and removed. Soooo pick it up people.
P.S. I'll check the post later for grammar errors, I'm am currently in Zombie mode. ;-) .
Get the New PaperVision
UPDATE
People havee been asking if there is new documentation with this new update. The answer is yes and you can check it out at here
P.S. I'll check the post later for grammar errors, I'm am currently in Zombie mode. ;-) .
Get the New PaperVision
UPDATE
People havee been asking if there is new documentation with this new update. The answer is yes and you can check it out at here
Join a Flash Meetup
Last night I got the chance to attend my first Flash Meetup with the ActionScript Programming Pushes Us and it was GREAT. Everyone was very down to earth (Pompous know it all jerks really put a damper on things), the facility was great and the Organizer, Jesse Freeman, did a great job at sharing tips on work flow and different IDE's
I would suggest anyone in the NYC area to sign up for the meetings. They are free, informative and have good finger food =). Last night we covered the Flex Builder IDE and FDT. Out of those two I would definitely go with FDT, but the price tag will scare you away faster than another four years of Bush. It's going for a whopping $1000. Good thing for me I'm a PC user and I have FlashDevelop as a choice. I would say FlashDevelop could be an alternative to FDT if you don't want to bite the bullet and pay that price. It lacks some features of FDT or FDT just does it better, but the price I believe is really holding this editor behind.
I would suggest anyone in the NYC area to sign up for the meetings. They are free, informative and have good finger food =). Last night we covered the Flex Builder IDE and FDT. Out of those two I would definitely go with FDT, but the price tag will scare you away faster than another four years of Bush. It's going for a whopping $1000. Good thing for me I'm a PC user and I have FlashDevelop as a choice. I would say FlashDevelop could be an alternative to FDT if you don't want to bite the bullet and pay that price. It lacks some features of FDT or FDT just does it better, but the price I believe is really holding this editor behind.
Sunday, August 17, 2008
Temporary Down Time - BACK UP UPDATE
Just finished upgrading to Wordpress 2.6 via automatic upgrade and it deleted my folders which held a lot of my images and downloads. So until I get back home, there will be files to download. Should have this fixed before the day is over. Sorry for the inconvenience.
Downloads are Back up
UPDATE
Downloads are Back up
Saturday, August 16, 2008
New Class from Jack aka Mr GreenSock...
I just checked my email to find that Greensock has come out with a new class. The Custom Ease Class. Now this is a pretty powerful class. It allows you to create custom easing instead of using the default Back, Bounce, Elastic, etc.
Jack "
Jack "
"
Sometimes the standard easing equations(Elastic, Strong, etc.) don’t give
you quite what you want. This tool allows you to interactively draw a curve
for your own custom easing equation and it even writes the code for you.
Just copy and paste it into your application. The code it writes requires
the gs.easing.CustomEase class which is a membership benefit of Club
GreenSock.
Friday, August 15, 2008
Cool Transition Effect
Here are some examples of a pretty cool effect that Kheavy taught me. Its a pretty simple effect but it works well if implemented properly. Many thanks Kheavy.
Below are 5 different variations of the same effect. In the last example, I implemented a picture reveal and disappear. Just click on each movie to see the transition. I realized that what majorly affects the outcome of how the transition behaves is what is put into the delay. I only supplied the source for the first transition. The rest are just variations of it. So play around to get some crazy results.
TweenLite is needed for this to work. You can replace the TweenLite code with any Tween Engine of your choice.
New and Improved VideoViewer Class (AS3)
I have been working hard on improving my VideoViewer class. Some of the new features is the possibility to make a play list. The play list is made in an xml file. Even with the playlist you can still have it play one video or play the play list. Along with that comes a config.xml file with a slew of settings such as the delay between videos when using the play list function. Within the play list file (videos.xml), settings such as the buffer time, height and width will be able to be set.
Monday, August 11, 2008
New Internship
I just got accepted into an Internship Program at RiotScience. They have me working on a slew of video players for a bunch of well known clients. I can't release who the clients are just as of yet until the websites debut but it should be great.
Some things coming soon are new classes and updated ones based on the VideoViewer package.
Updated ProgressionBar
New DynamicProgressionBar
Updated VideoViewer
I hope to have these posts up ASAP. Thanks for those who are following my blog and using the classes I provide. See you all around.
Some things coming soon are new classes and updated ones based on the VideoViewer package.
Updated ProgressionBar
New DynamicProgressionBar
Updated VideoViewer
I hope to have these posts up ASAP. Thanks for those who are following my blog and using the classes I provide. See you all around.
Sunday, August 3, 2008
Check out this video player...
Here is a video player I created for a friend of mine. He wanted a video player to showcase his 3D animation. He is a great animator and designer. You should really check his work out(http://www.peterpanton.com). He designed the player and layout and I did the programming.
The video player doesn't use any components. I modeled my Videoviewer and Progressionbar classes after this player. As you can see, some more classes should be coming soon.
Here is a working example of the video player.
Peter Panton Video Player
The video player doesn't use any components. I modeled my Videoviewer and Progressionbar classes after this player. As you can see, some more classes should be coming soon.
Here is a working example of the video player.
Peter Panton Video Player
Saturday, August 2, 2008
ProgressionBar Class (AS3)
I briefly touched on the ProgressionBar Class in my last post on the VideoViewer Class. This class controls all the time line assets(the scrubber, the progression bar, etc). This class is a lot easier to use and only contains one method.
var myPBar:ProgressionBar = new ProgressionBar($videoViewer:VideoViewer, $stage:Stage,
$progressBar:DisplayObjectContainer, $timeSlider:DisplayObjectContainer, $track:Object,
$playedColor:DisplayObjectContainer, $playedColorMask:DisplayObjectContainer)
Subscribe to:
Posts (Atom)