POST
- a screen shot of your project from within ANIMATE CC
- an animate GIF
- an embedded SWF file using a link from your DROPBOX
PROJECTS
1. lighting effect
2. 3 lighting effects
3 combine lighting effect with basic masking assignment
Here is the CODE for the startButton: Paste this on the ACTIONS layer. First make the Actions layer - then press F9 - paste the code - Your button's INSTANCE name needs to be: startButton
stop();
function playMovie(event:MouseEvent):void
{
play();
}
startButton.addEventListener(MouseEvent.CLICK, playMovie);
| Screen shot from Animate CC |
![]() |
| Animate GIF shows Light effect - button does not work |
Here is the CODE for embedding a SWF file from inside DROPBOX
to Post the shockwave flash movie
Upload the SWF file to Dropbox
Copy the share link
Go to the HTML section of your post
copy the following code then replace the SCR="" with your link
replace the "www" in your link with "dl"
also remove the s from https://
also delete everything after the .swf
copy the following code - then make the changes above:
<embed src="paste dropbox link between quotes" quality="high" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" align="middle" height="300" width="300"></embed>
B Block
3 light effects + sound
Lighting effect combined with Basic masking




No comments:
Post a Comment