[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnash-commit] gnash ChangeLog server/impl.cpp server/swf/Plac...
From: |
Chad Musick |
Subject: |
Re: [Gnash-commit] gnash ChangeLog server/impl.cpp server/swf/Plac... |
Date: |
Fri, 24 Aug 2007 15:05:56 +0900 |
Yes, in the situation listed PlaceObject2/3 acts as a RemoveObject2 tag.
There's no difference in functionality between the two. I'm not quite
clear why someone would do it this way, though...
On Fri, 2007-08-24 at 14:01 +0800, zou lunkai wrote:
> + else if (has_char == false && flag_move == false)
> + {
> + m_place_type = REMOVE;
> + }
>
> PlaceObject2/3 could act as a REMOVE tag? Sounds interesting, never
> met this situation before. Any difference compared to RemoveObject
> tag?