7w1573d m374l pwned by sweettooth!

Saturday, May 10, 2008 By Malcolm

Visibility and parent clips

Sunday, April 27, 2008 By Malcolm

“Visible” works a little differently in as3. Seems that it disables button actions and turns the alpha to 0, but keeps the item as part of the display list. This means that old tricks of turning things visible = false then getting the parent size do not work correctly anymore. At first this was frustrating until I realized that removing an object from the display list is much more clear and effective.

Here’s a slightly different way of thinking:


package{

  import flash.display.*;

  public class SomeObject extends Sprite{

    public function SomeObject(){
      super();
    }

    /**
     * Will add and remove the child object from the sprite if needed.
     * @param  targetChild  The child to add or remove.
     * @param  isVisible  Add or remove it.  Default is true.
     */
    public function setChildVisibility(targetChild:DisplayObject,
             isVisible:Boolean = true):void{
      if(isVisible){
        if( !contains(targetChild) ){
          addChild(targetChild);
        }
      }else{
        if( contains(targetChild) ){
          removeChild(targetChild);
        }
      }
    }
  }
}

As usual a tad bit more code, but a lot clearer about what results we want. The hardest part is the transition in a production environment where all the old shortcuts just don’t work anymore.

InfoPrint TransPromo Flash Demo

Thursday, February 28, 2008 By Scott

Click to view the demo.

Continue Reading >>

Nature Made RxEssentials: Fuel Your Greatness

Thursday, November 15, 2007 By Scott

We just launched a microsite for NatureMade’s latest product, Rx Essentials. Check out these screenshots:

Continue Reading >>

Buzz! Launches!

Tuesday, October 30, 2007 By Scott

Buzz! Site Screenshot

Have you ever tried to answer a question on a TV game show faster than the contestants? Then you’re going to really like Buzz!. Time to get your finger on the buzzers…

Get Buzzing! >>

Continue Reading >>

Ratchet & Clank Launches!

Sunday, October 28, 2007 By Scott

Screenshot of Ratchet & Clank Web Site

Ratchet & Clank, one of Playstation’s flagship franchises was looking to build player loyalty and franchise equity both between and across title releases.  Despite having produced six incredibly popular titles, the brand had no central ‘property’ to which avid fans might go to interact more deeply with the franchise, its characters, and the unique weapons, worlds, enemies, and environments that set it apart from its competitors.

Working closely with The Ratchet & Clank product marketing team, Ogilvy developed a connective vision and winning technology and design approach to piece together the parts—and create a ‘galactic’ player destination.  An audience relevant and unique navigational concept brought key elements of the game to life, a thoughtful content strategy put the best of the games’ assets front and center, and a scalable, flexible platform ensured that ratchetandclank.com would continue to grow with the franchise over time.

Check It Out >>

 Page 2 of 3 « 1  2  3 »

About

The strongest, most experienced one-to-one marketing network in the world.

We believe in building relationships with customers that last a lifetime. And everything we do contributes to that end.

With 115 offices in 56 countries, OgilvyOne worldwide is the global leader in customer relationship management (CRM) and interactive marketing.

We know that staying profitable in today’s market is no easy feat. Businesses need to reach the customers that count and stay in regular contact—they need to better connect the customer with the brand and the brand with the customer.

ADDRESS

111 Sutter Street
San Francisco, CA 94010
hello@ogilvyonesf.com