0tutor Computer Graphic Designers BlogBlogging about programming php, asp.net etc and graphic creations as drawings, sketches, photoshop and flashCreating spotlight effect with Photoshop- July 11, 2008 In this fairly simple tutorial we will learn how to create spotlight effect with adobe photoshop, and how to apply them to objects and backgrounds. Okay first we need some nice background for this effect to work, I just made a simple dark blue gradients, because I like blue. Now you can import an object if you want some spotlights hitting an object, I just found a logo I have made for a website redesign not so long ago. Note: its quite...http://www.blog.0tutor.com/post.aspx?id=199&title=Creating-spotlight-effect-with-Photo... Enemy following me actionscript- July 10, 2008 Okay I yesterday I was doing some actionscripting to make a game, (cant reveal it yet though because its not my own, I was just hired to make some parts of it). But I would like to share some of the code with you, like the source code I share today. This flash actionscript source code is to make an enemy follow your mouse, and some of the great things to notice is that it not only follows that mouse path, it also rotates so its front view is always facing the mouse, thats pretty...http://www.blog.0tutor.com/post.aspx?id=198&title=Enemy-following-me-actionscript Cameron Dias blurry glass mask effect- July 8, 2008 In this flash tutorial we will make a great masking effect and apply it to an image of Cameron Dias, just have a look at the final result below. So lets get started, first import an image of Cameron Dias to the stage, Now make a new layer on in the layers panel and copy the image of Cameron Dias so now we have to layers. With the top layer selected, select and convert the image of Cameron Dias to a movie clip, then go to the filters panel and give it a.http://www.blog.0tutor.com/post.aspx?id=197&title=Cameron-Dias-blurry-glass-mask-effec... Flash components the ComboBox- July 7, 2008 In this next tutorial series we will learn to make use of all the flash components such as simple buttons and combo boxes, checkboxes and data grid, so this is going to be a quite large tutorial, and I will break it up into sections, as we go through all the components. In this lesson we will learn to use buttons component to raise click events, and I will introduce the combo box, or the drooped as some calls it, and all is of cause done with flash actionscript 3.0. And here is...http://www.blog.0tutor.com/post.aspx?id=196&title=Flash-components-the-ComboBox Bouncing soccer ball with actionscript- July 4, 2008 Hi all, well im not really sure what you can use this effect to, I just played around with flash for a while, and found a very easy way to make it look like a ball is bouncing back in space as a ball would on a floor. So using actionscript we will do some simple transition tweens to make this effect, remember its made with actionscript 3.0, and will not work with previous versions of flash. Hover the mouse cursor over the soccer ball to see the bouncing...http://www.blog.0tutor.com/post.aspx?id=195&title=Bouncing-soccer-ball-with-actionscri... Drawing crazy lines with actionscript- July 3, 2008 In this flash actionscript tutorial we will play a bit more with the drawing api, this time we will apply some randomness to the drawing, so we will draw a line then will continue drawing by it self, using some random calculations. You can see here what I came up with, and yes this is not really a graph for anything, its not my heart rhythm or anything, I just used the random math class and made up my own small math formula. Now this is only a coding...http://www.blog.0tutor.com/post.aspx?id=194&title=Drawing-crazy-lines-with-actionscrip... Draw a smiley face shape with actionscript 3.0- July 1, 2008 In this actionscript 3.0 tutorial we will be playing with the drawing api, so you can learn to draw by coding strokes and fills to make a simple but cute smiley graphic, just have a look at the final result below. In this tutorial we dont need to do anything on the stage, so just jump right into the actionscript panel. Now you need to remember in which order we type in the code to draw lines and fills, so we dont need to change the depth of the...http://www.blog.0tutor.com/post.aspx?id=193&title=Draw-a-smiley-face-shape-with-action... |