Saturday, January 12, 2008

First Birthday


Today is Flanture's first birthday. Before exactly one year this blog has started. More on my experience later, but now I just wanted to express my regret that noone has won Flanture Birthday Contest, because there was 0 entries.  It's all the same to me, but you just missed your chance to win free sitewide graphic banner spot on page rank 4 blog. Well, nevermind, more birthdays to come.

Posted by flanture at 17:25:36 | Permanent Link | Comments (0) |

Saturday, December 15, 2007

Flanture Birthday Contest


On January 12th 2008 this blog will celebrate it's first birthday. For that occasion I decided to run simple contest with some cool prizes, five of them. Everyone can participate and everyone who qualify have same chances to win.

It doesn't matter what are you blogging about and how successful is your blog, is it popular or not. If you want, you can even start new blog right now and enter contest with it! I will randomly choose winners (well, not me but program) so everyone is invited.

Read about rules and prizes by downloading this pdf: Birthday Contest

Good luck!

AddThis Social Bookmark Button
Posted by flanture at 02:26:08 | Permanent Link | Comments (4) |

Wednesday, August 22, 2007

Introducing Page Rank 7

 

Recently with my Free PR5 links giveaway (http://flanture.blog.com/1982660) I started something good. My intention was to give something back to my precious readers and first thing that came to my mind was back links share.
 
However, completely randomly I visited Iwebtool and while playing around, I wanted to find out how I am helping to those links on my sidebar. I wanted to check how my blog helps WebAction, so I entered web address of that blog. It struck me when I realized that some of my pages have PR6 and this one page http://flanture.blog.com/1613467 from March 2007 has even PR7!
 
I suppose this shows that I got something valuable here. If anyone in interested in renting some text link space on my sidebar do email me at flanture [at] gmail [dot] com and we can discuss it. Thanks for your support.

Flanture [Flash adventure]

Posted by flanture at 16:34:31 | Permanent Link | Comments (1) |

Thursday, August 02, 2007

Ball Movement

New month, new interesting stuff. I changed a little my previous Keys detection code. This time I wanted to see some movement. And It's quite easy. Code is absolutely same as ActionScript1.0.

Changes are: instead of mctxt now there is mcball. Also code is a bit different:

on(keyPress "<Left>")
{
_root.mcball._x-=10;
}
on(keyPress "<Right>")
{
_root.mcball._x+=10;
}
on(keyPress "<Up>")
{
_root.mcball._y-=10;
}
on(keyPress "<Down>")
{
_root.mcball._y+=10;
}

Document dimensions are same as in previous example, fps is 12. Test was ok on my phone and ball is moving. Monster is born :) Now I'll try to introduce gravity and speed variables. Will take code from some of my games and change it for Flash Lite.

Thanks to all who participated in my PR5 backlinks giveaway. I'm posting blogs on Sunday. I'm thinking about should I make this giveaway regular weekly thing?


AddThis Social Bookmark Button
Posted by flanture at 16:33:13 | Permanent Link | Comments (0) |

Sunday, July 29, 2007

How To Get PR5 Backlink?


Actually it is very easy to get PR5 backlink with little or no effort. Some blogs offers backlinks on their blog for review. However, since this blog has PR5, I'm offering you backlink with no effort.

This is what you have to do. Make new post on your blog. Copy and paste text I provided below. Be sure to include valid links. Then email me at flanture [at] gmail [dot] com and provide me with link to your post. That's it. You have time until next Sunday, 08. August when I will include your link with desired anchor text.

Enjoy!

**************************
Flanture is short for Flash Adventure. This is actually combination of two different but complementary blogs.

First Flanture I is mostly about Flash games, flash mobile games and programming in flash lite for mobile devices.

Second Flanture II includes more RIA stuff like Flex, ActionScript3.0 and new Adobe Integrated Runtime, known as AIR.

Choice is yours.
**************************

Let others find out:AddThis Social Bookmark Button

Posted by flanture at 18:54:22 | Permanent Link | Comments (5) |