That’s weird…I’m on windows 7. Tried on all browsers (IE 9, Firefox and chrome), cleared my cache too… 
Just noticed that I’m not able to switch to other marketplaces using the drop down button near the marketplace logo on the top left. I’m also not able see preview images when I hover on item thumbnails in the items list pages. Is this just me or happening for everybody?
My vote – entry 6
I’m available too. You can contact me from my profile page.
One for me toooo…???
iceonflames567[@]gmail.com
Thanks.
Congratulations!!!... 
Hi Caner…The budget and timeline are very specific to the project and so without knowing the details, its really hard to tell.
Coming to hourly/project based payment, I think it is more about preference of both the parties and the type of the project. I generally do both but for maintenance (after the deployment is done), I charge by hour.
I’d love to know more about the project though, I might be able to help…since you don’t have a contact form in your profile, you can contact me from my profile page and we can take it from there.
try this:
var current_image:int = 0
var i:int
var slots:int = 9
var move_items_through:int = current_image + slots
var mc:DisplayObject;
for (i=current_image; i<move_items_through; i++) {
mc = getChildByName("img" + i);
if(mc == null)
{
current_image = 0;
move_items_through = current_image + slots - i;
i = current_image;
}
TweenMax.to(getChildByName("img"+i), .2, {x:"-20"});
}
current_image = move_items_through;
if the number of children are multiples of 9, this will be much simpler. just reset current_image and i to zero every time you hit null.
I’ll get back to you on that too. Please wait till the weekend.
