Articulate Community Forums

Articulate Community Forums » Articulate Product Forums » Articulate Presenter » Inserted Flash animation shows off screen content

Reply
 
LinkBack Thread Tools Search this Thread
Old 12-01-2006, 11:10 AM   # 1
Member
 
Join Date: Jun 2006
Posts: 24
Default Inserted Flash animation shows off screen content


I am new to Flash, but I created a simple animation that moves the elements off the screen. When I import that to Presenter, the animation is smaller than the slide, and those off screen elements appear in the slide. I seem to recall mention of this, but I can't find a solution. How can I mask or hide those elements in Flash?
webbie is offline  
Reply With Quote
Old 12-01-2006, 11:27 AM   # 2
Member
 
Join Date: Jul 2006
Location: WA
Posts: 477
Default Re: Inserted Flash animation shows off screen content


Once the element goes "off screen" you could set the alpha of the object to zero ("0"). Alternatively you could set the invisible property to false. For example:

yourpicture._alpha = 0;
yourpicture._visible = false;


HTH,

Rob
Rob47 is offline  
Reply With Quote
Old 12-01-2006, 11:49 AM   # 3
Member
 
Join Date: Jun 2006
Posts: 24
Default Re: Inserted Flash animation shows off screen content


Thanks, Rob. My symbols are sliding from off screen left to offscreen right in a motion tween. While I could hide the items when they are completely offscreen, I assume the playback will still show that symbol until it completely leaves the screen (i.e.,part of the symbol will be onscreen and part will be offscreen). I think I need to mask the playable area, but I'm not sure how to do that.
webbie is offline  
Reply With Quote
Old 12-01-2006, 11:59 AM   # 4
Member
 
Join Date: Jul 2006
Location: WA
Posts: 477
Default Re: Inserted Flash animation shows off screen content


Webbie,

I see...

What you could do is add a nother layer that is higher / above the layer that the movie plays in. Then make 4 squares that are on the boundary of the movie playing. These squares / rectangles should have the same color as your background so they do not appear to be there. This way when the movie plays "off screen" it is not seen because the 4 squares are covering the spurious content.

Rob
Rob47 is offline  
Reply With Quote
Old 12-01-2006, 12:22 PM   # 5
Member
 
Spectre's Avatar
 
Join Date: Mar 2006
Location: Silver Spring, MD
Posts: 1,953
Default Re: Inserted Flash animation shows off screen content


I can vouch for Rob's last suggested approach...it works flawlessly in AP, and I have never experienced a problem.

Phil
Spectre is offline  
Reply With Quote
Old 12-01-2006, 04:27 PM   # 6
Member
 
brianosmi's Avatar
 
Join Date: Mar 2006
Location: Ohio - Go BUCKS!!
Posts: 2,062
Default Re: Inserted Flash animation shows off screen content


Another thing that I have used with success is a mask...
__________________
Brian
brianosmi is offline  
Reply With Quote
Old 12-01-2006, 04:35 PM   # 7
Member
 
Spectre's Avatar
 
Join Date: Mar 2006
Location: Silver Spring, MD
Posts: 1,953
Default Re: Inserted Flash animation shows off screen content


Quote:
Originally Posted by brianosmi
Another thing that I have used with success is a mask...
Good tip Brian! I like your approach better, as you don't have to deal with color matching.

Phil
Spectre is offline  
Reply With Quote
Old 12-04-2006, 11:35 AM   # 8
Member
 
Join Date: Jun 2006
Posts: 24
Default Re: Inserted Flash animation shows off screen content


Quote:
Originally Posted by brianosmi
Another thing that I have used with success is a mask...
Can you provide some guidance on how to create the mask? I tried to add a mask layer without success. This seems like an elegant solution. Just not sure how to implement. Thanks
webbie is offline  
Reply With Quote
Old 12-04-2006, 12:37 PM   # 9
Member
 
Spectre's Avatar
 
Join Date: Mar 2006
Location: Silver Spring, MD
Posts: 1,953
Default Re: Inserted Flash animation shows off screen content


Here's a good tutorial on masking in Flash. It even includes the Flash source file.

HTH,
Phil
Spectre is offline  
Reply With Quote
Old 12-04-2006, 12:44 PM   # 10
Member
 
brianosmi's Avatar
 
Join Date: Mar 2006
Location: Ohio - Go BUCKS!!
Posts: 2,062
Default Re: Inserted Flash animation shows off screen content


Nice tutorial
__________________
Brian
brianosmi is offline  
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On