|
-
Senior Member
[AS3] Realistic Floating Soap Bubbles
In case someone needs a realistic floating soap bubble effect, here it is:
http://www.freeactionscript.com/2010...-soap-bubbles/
You can preset things like boundaries, number of bubbles, and the start point/end point of where the bubbles come out from.
Peace
-
1180 error
It works great but as soon as I place stop(); action (nothing else) on the timeline I get the following compiler errors: “…Main.as, Line 1 – 1180: Call to a possibly undefined method addFrameScript.” and “…Layer ‘actions’, Frame 13, Line 1 – 1180: Call to a possibly undefined method stop.”
I read your posts to this problem but my programming skills are almost zero, so I'm not sure where to enter the code pertaining MovieClip... http://board.flashkit.com/board/showthread.php?t=800252
Thanks,
M
-
Senior Member
The document class (Main.as) extends Sprite. Sprites can't have code attached to the timeline. Extend MovieClip instead of Sprite.
-
Many thanks, a great script!
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|