Author Archives: Gulali

Christmas Mood

I’ts always a calm, warm and peace situation for me when it’s December. I don’t know what is the reason. Maybe it’s because of the short break, after a full year activities finally I can get some rest. Yeah, the christmas  holiday!

I missed the moment when I can relax and do my favorite activities, no other than drawing. I need to let this imagination out of my brain. The story from Tiwy, a.ka. kucingkeriting, you can get to know her from our section “About Us”. Her story called When Snow Melts.

Image

Charilaine Snow from When Snow Melts

much cooler than Storm -Lavey

Tagged , , , , , , , , , , , , , ,

A Special Day For One of Our Army

Today is one of the special date on Gulali’s calendar, one of the important day among 365 days in a year. A day, when our pretty Gulali’s Army, Silvi was born several years ago. So Let’s celebrate this blessed and happy day with cheer and smile!

For Silvi, we wish you a wonderful year ahead, a better luck, life, love, and success, and my your dreams come true.

And the last but not least, we welcome you (and your treat) with a wide opened-arm :’)

May our friendship last till death do us part.

— with bunch of love & tight hug,

kucingkeriting – ikantenggelem – kelincipedo

Tagged , , , , , , , , ,

Frankey – A Little Monster Come In Halloween

Halloween is coming..

To celebrate this event we have a little gift for you, a scary little monster, Frankey.

Frankey is a papertoy that skin designed by Gulali Production and using Tougui template, here. In this post we will share this monster for you and also a mini tutorial how to   awaken this monster will be provide.

Before starting build lightning machine to awake your Frankenstein, download and grab Frankey pattern here.

I know all of you is know how to build a paper toy and you can just see all image below to guide you. But there are also a beginner in everything. So here we are giving a small tutorial to build a simple paper toy.

The first step is of course cutting layout into pieces. Make sure you use sharp scissor so you can cut a small part easily. We recommend you to do with the larger part first for a better way and also to reduce the possibility of losing small part while you cutting on the large one. Here all part when you finish cutting all parts.

Next step is bending all parts for preparing on next step. This step is important because your Frankey shape will depend on how precision and good your skill on folding paper. All part in this paper toy is folding to inner side or if you have a part face up you will have a peak shape. But on foot, there is one area you must folding other way so you will have a valley on it. Here all part after looks like when you bend or fold in right way.

This step is the most difficult section when you make or build a paper toy. It’s complicated or not based on which part you use for starting to sticking paper especially if there is a lot of part on it structure. But Frankey only use small amount of parts so you no need to worry. Even it’s easy, we will give you step by step sticking each part with glue.

First part is from the largest part, Frankey body, then you can continue to smaller parts. As you can see, there is an area with lines on it. That is area where you must give glue on it. Put slight glue gently and don’t give to much glue because it can ruin your paper.

If you fold your part in right way, you will know which glue area will stick on another area to make right shape. Here all parts after you done in this step.

When all parts is ready, now is time to wake up your Frankey.  You can start with put hands in main body then following by his leg. See image below for where place to join all parts.

You can put his hands on the side or toward the front and it’s up to you. Here the Frankey one and Frankey two.

If you interested with post contain about paper toy, please tell us. And help us to share it if you like 😀

That’s all for today. I hope you guys like it 🙂

xoxo

The Gulali’s Army

Tagged , , , , , , , , , , ,

Gulali Production’s Creative T-Shirt Design

Hi we are back.. did you know, beside giving tutorial about design we also have applied our design into t-shirt. currently we only have some t-shirt, but as long as we create new design we will add new t-shirt. here 4 t-shirts sample that you can buy on our Gulali Production Store

1. Mr Bunny visit here for buy this item

2. Lazy Bird visit here for buy this item

3. College Life visit here for buy this item

4. Pernah Gendut (was fat) visit here for buy this item

Tagged , , , ,

How To Make Flash Preloader

hei ho.. we meet again. Today we will share about how to make preloader for flash. There are a lot of preloader that using cool, elegant, or the cute one. But beside that all awesome preloader there are some line of codes that make the preloader working. So first we need to know how to code preloader step by step. In this section we use ActionScript 3.0 for type of script.

tutorial - create preloader step 1

In Adobe Flash, to write script or code you must open the actions window. Go to window then select actions or just press F9 for shortcut.

tutorial - create preloader step 2

First we must create event listener to handle process of load content. There are several way to get load process event and today we use one of thats, ProgreessEvent. You can learn more about other sample event listener in actionscript 3.0 first  if you need it.

tutorial - create preloader step 3

Next step is create variable for store how much bytes that already loaded on the process of load content. Create variable named loaded as number because the loaded bytes value is a number. Get current loaded bytes divide by total bytes and then store it to loaded variable. This calculation process will be repeated until all bytes is loaded.

tutorial - create preloader step 4

Now we need loading bar for represent how bytes already loaded. Create rectangle shape with a bigger stroke. You can use another shape or color as you want.

tutorial - create preloader step 5

Before it can be used, we need convert it as MovieClip so we can do something for it such as set position, height, width, etc with script that you will create later. One thing you must concern, there is registration point and make sure you set on mid-left. This option for make you bar only affect on the right side when you change bar width.

tutorial - create preloader step 6

You also need text for indicate how much that file loaded numberly. Use dynamic text so you can change value of this text. Don’t forget, you need to define instance name for this dynamic text as loadedText_txt and loading bar as loadingBar_mc.

tutorial - create preloader step 7

Next step, set loading bar width base on loaded value. The calculation is loaded multiply to 200 because i use loading bar with 200 pixels for its width. Set value too for the dynamic text. We want it appear as percentage so we multiply it by 100 and use toFixed(0) for round up its value.

tutorial - create preloader step 8

The loading process will stop when all bytes is loaded. To get this event, we must add listener with complete type on event listener.

tutorial - create preloader step 9

When the loading process is complete before we go to next frame or any action to go away from this frame, we must clean up all unused listener to prevent your computer do unused processing and also for prevent some warning or error.

tutorial - create preloader step 10

After done with all preloading stuff, now is time for the content. For make it fast just insert a large size photo. It’s more than enough to preview your preloading is working or not. On this sample using 1805 x 2407 pixels photo with size 2.31 MB.

tutorial - create preloader step 11

If you already with all code and content, now you can run your preloader by press Ctrl+Enter. You will see your preloader will go directly to your content. It’ normal because your load speed is to fast. Go to view menu and choose simulate download and then it will reload your file with slower speed. The load speed is customize, you can set it on download settings.

tutorial - create preloader step 12

Now you can see your loading process. If you got any problem or error while following this article, just ask it on this comment below.

tutorial - create preloader step 13

For the next step we will show some samples of cool preloader and also how to make it.

xoxo

The Gulali’s Army

Tagged , , , , , , , , ,

Illustration : Secret Night View

Hello sweets,

I always think  drawing scenery is really hard. LOL. And I don’t know what to do, what to think about.

It just.. I don’t really understand the fun you can get while drawing scenery. Drawing scenery is a ‘horror’ to me until I found the tutorial video on Youtube by Noah Bradley. It really helps me a LOT, giving me some really nice tips and helps me to find the ‘fun’ while drawing scenery. Watch it on Youtube if you are interested 🙂
So, here it is.. I’m trying

Secret Night View

Secret Night View

Where everyone in the city currently busy with their own business. We watch the secret view behind these glorious clouds at the top green hill.

xoxo

The Gulali’s Army

Tagged , , , , , , , , ,

Perahu Kertas (Paper Boat) Cute Wallpaper For Desktop

Hello Sweets,

Meanwhile in Indonesia, there is a novel called “Perahu Kertas”, or in english “Paper Boat” is booming right now !

This lovely novel is written by famous female novelist called “Dee”. Our crew, Gulali’s Army, seems to love at the first sight after reading few chapter of this novel. Wherever we go together, we talked about the funny part of this novel, the character Kugy and Keenan.

Well, because of our love to this novel, we made a wallpaper about it. Hope you like it guys 🙂

1024×768 | 1280×800 | 1600×900 | 1920×1200

That’s all for today. I hope you guys like it 🙂

xoxo

The Gulali’s Army

Tagged , , , , , , , , , , , , , , , , , , , ,

Painting Process in SAI Paint Tool : Man and Gun

Hello Sweets,

We meet again this evening Tuesday ! This time the post is all about painting process in SAI Paint Tool.

For short brief, the process started with just something like a child’s drawing, all messy and deformed. But, the important thing is, you know in your mind what you strive for, or what will the final product is, again in your brain. And the rest is, detailing the picture.

By doing this in just grayscale, we will learn much about value. And one of  important aspect in every picture is value. That’s the one I’m learning right now. Credit to my highschool friends telling me about this 🙂

Here is the process 🙂 click to zoom

Man and Gun Tutorial by Gulali Production

Man and Gun Tutorial by Gulali Production

For the final product, I adding some colors. But, it’s hard to tell the process because I still not know the right way to add colors. Mostly, I just tested every layers combination without knowing what it will become.

Man and Gun by Gulali Production

Man and Gun by Gulali Production

 

Another drawing process :

Thanks for reading :)

xoxo

The Gulali’s Army

Tagged , , , , , , , , , , , , , , ,

Learning Class Programming on Flash – Event Listener

On this part we will discuss about event that flash can handle. There are a lot of event on flash. You can use the event handler depend on what you want apply to your flash game/application such as mouse event for detect your mouse activity.

These are some samples of event handler for how to use event listener.

Event

This event is handle all condition such as something happening on stage.

MouseEvent

This event is handle about all you can do with your mouse.

KeyboardEvent

This event is handle everything about your keyboard.

For swf sample with event handler on it, you can go to here. Now you can add this handler to your class and starting to create a good game/application.

Next Tutorial – Read External XML File

Tagged , , , , , , , , , ,

Create Button effect at website -beginner-

Halooooha~~~~ I’m back again, and again and again 😀 hohohohoho.
Today I will give you all a tutorial again. This tutorial is still related to previous tutorial, where we made Gulali’s button. Click here to see the tutorial.

Back again to this tutorial. So previously we make some button for your website or other design. This time we will focus on making a button for website. Why? because if you are aware, button at website have some effect like when you hover the button or when you click them. I really want give you some example here to ease you, but in wordpress here I can’t give a button effect like hover or click. But I will give a website with the effect 😀

Link << This website is one of my projects now 😀 but we won’t discuss about the design, just focus at the “view product” button. If you hover the button or click the button you will see the effect there. So today we will make button like that, from the design and some coding to make the effect work at your website 😀

========================================================================

Step 1

Let’s start with the last button you make from previous tutorial. You can make other button or just download it from the previous tutorial, I will use the PSD file that i give you at the previous tutorial.

So let’s clear this first. We will make 1 button with 3 effect. First is the normal, just like the previous Gulali’s button we made. Second is the effect when we hover the button, we will make it a little lighter. The last or the third we will make a button with a click effect.

First open your previous data. Save it as a .png file. Then group all the layer become one and name it as “Button 01”. Next duplicate the group and name it as “Button 02”. Then make group “Button 01” become invisible with click on the eye icon beside the group.

Ok we already have all we need to make the second button. Like I said before, we will make the button a little light on it. So open the layer style of the button layer *if you use my .PSD file, it will name “Background”. Make the gradient overlay’s opacity become 25% or less than your previous button.

Then you can change any things you want. Maybe like move the arrow a little down. If you already satisfied you can save the button as .png file again.

———————————————————————————————————————————–

Step 2

Next, we will make the third button. This time, we will make it look like it clicked. So first duplicate again the “Button 01” group and name it as “Button 03”. Next, open the layer style of the button layer. Set drop shadow’s blend mode become screen and the color change to somethings lighter than the button color, and opacity less than before. At inner shadow tab, blend mode become multiply and the color change to somethings darker, then opacity less than before and  set the distance to 10, choke to 10 and size to 5. The last part, Gradient overlay, just give mark at the reverse check box.



Same like the last button, save it as .png file and you got all you need take your button to your website 😀

———————————————————————————————————————————–

Step 3

We already have all the material we need. Now open any program for edit you website *I used Dreamweaver. First make a new file or open your own file. We will make the html file first, so create an new HTML file and save it with name “home.html”.

First we make a div for our button
<div class=”button”></div>

Now we make the style for our button. Make style tag above the body tag. First we will set our width and height. Make your div size as same size as your button size.

001
002
003
004
005
006
<style>
.button{
width:450px;
height:155px;
}
</style>

Next we will set our button background with the button 01.png

001
002
003
004
005
006
007
<style>
.button{
width:450px;
height:155px;
background-image:url(Button01.png);
}
</style>

Ok, now we already have our button. Next, we will give the hover effect. Just copy the previous code and paste below it. Delete the width and the height code. Change the background-image with button02.png and add “:hover” after the class name.

007
008
009
010
.button:hover{
background-image:url(Button02.png);
}
</style>

The last is the third button for the click effect. Same like before, copy the button code and change the hover with active and don’t forget change the background into button03.png

010
011
012
013
.button:active{
background-image:url(Button03.png);
}
</style>

Ok! now you already have a button with hover and click effect 😀 and if you want to make your button look more like a button in website, add “cursor:pointer;” at the button class and when you hover the button, your cursor will change into pointer.

And that’s it! You can make other creative button you like. Just remember to make 3 button, first for the normal one, second for the hover effect and last for the click effect. Like usual I hope this tutorial is useful :D .

help us to share this tutorial and I really welcome for any comments and feedbacks. See you until the next post!!! :D

xoxo

The Gulali’s Army

Tagged , , , , , , , , ,