Tutorials

Fun With Illustrator Brushes: NUKE!

Friday, March 14th, 2008

NUKE!

Ahoy lads and ladettes. While working on a recent logo design project, I had to create an element that resembled a nuclear fallout symbol. I found a quick and easy way to do just that using a custom illustrator brush, and now I will share my secrets with you.

(more…)

Intro to ActionScript 3.0 Tweening

Monday, March 10th, 2008

I am going to talk about how to animate using Tween objects in ActionScript. Tween objects are enormously useful. They can change any numeric property of any object over time.

For example one of the most common uses of Tween objects in ActionScript is to fade an image out as another fades in. The advantage of using a Tween object to do this instead of any of your other options is

  • 1.) it is easy to understand
  • 2.) it is the easiest to code
  • 3.) it generally looks the best.

It’s fairly easy to write a bit of code that will change the X position of a movieClip by 2 every frame, but that will be very linear and boring. Also when does it stop? and how? You would have to create a lot of if() statements that just take forever to think through and would make your code harder to read. (VQ: lots of nested if statements are usually a thing to avoid)

With a Tween object you can use Easing methods. In the example that follows I used the Easing method Regular.easeInOut to start the motion with a little acceleration and then bring it to a stop in the same way.

If the motion of the dot gets annoying you can stop or start it again at any time by clicking on the Flash movie. (more…)

Putting ’static’ to good use.

Monday, March 3rd, 2008

 

I’m going to talk about how to build a simple 4 function calculator using static variables and meathods in Flash ActionScript 3.0. This is my first tutorial, so if you have questions or comments, I would appreciate them and will do what I can.


(more…)

Quick Overview of 7 Spray Tips

Wednesday, February 27th, 2008



When I’ve tried to talk about graffiti to people not familiar with it, I’ve found most don’t even realize that there’s thought behind it and that it’s a proper art. Many feel that "writing" is always gang related, just like rap music is always about violence, sex and drugs. A couple years ago I was even chewed out at a national bookstore chain for asking where their books on graffiti were in the art section…

With that said, I’ve decided to do a quick overview on some of the basics tips used on spray cans. You should note that ClickPopMedia doesn’t support writing on public property, and feels that graffiti is a viable art form that should treat others property with respect. I hope you find this video helpful, and can use the information on it to worship God as you hone your gifts.

"The Lord bless you and keep you…-Numbers 6:24" -Weese

Answers to ALL your ActionScript questions.

Tuesday, February 19th, 2008

Paul_Icon As a designer you might be really excited about the power Flash CS3 has to offer you, but a little frustrated with the complicated ActionScript required to turn your vision into reality. Or maybe, as a Flash developer you are getting hung up on the difficult transition from ActionScript 2.0 to AS 3.0. Well, it’s my job here to try and help you through that learning process.

I’m going to be trying to post a new ActionScript 3.0 tutorial once a week (and maybe some AS 2.0 tutorials if requested) every Monday. If you have any specific requests or questions you can ask them in a post comment or send me an e-mail at Paul@ClickPopMedia.com. If you are looking for more immediate answers there is a great resource for ActionScript help at ActionScript.org. You might see me answering questions in their forum (as TomMalufe) or see some of my tutorials posted there.