Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I'm already using ActionScript 3. I found out that after removing my script (for tweening image), I can load the swf just fine.
But even when it loaded, the image is all scretched out. Looks like there's problem with GameGo scaling mechanism for swf. Eventhough I'm masking the content (stage.mask is not available I'm afraid) inside a MovieClip, it always detect overall size of the image inside the swf.

My feedback:

  1. Is there any restriction when using script to tweening the image dynamically? (I'm using TweenMax from Greenshock in this instance). It seems the app always Force Close when I try to use it. I have tested that Flash native Tween class is ok to use, but is not powerful enough for my needs.
  2. I think you need to remove scaling check for loaded swf (or at least masking them within GameGo individually). I don't think there are any method to completely clip the swf content based on it's stage size. If it's loaded in other SWF, it will always detect overall asset size inside the swf.