A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: [AS3] Realistic Floating Soap Bubbles

  1. #1
    Senior Member PRadvan's Avatar
    Join Date
    Dec 2004
    Location
    NYC
    Posts
    261

    [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

  2. #2
    Junior Member
    Join Date
    Jul 2011
    Posts
    2

    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

  3. #3
    Senior Member PRadvan's Avatar
    Join Date
    Dec 2004
    Location
    NYC
    Posts
    261
    The document class (Main.as) extends Sprite. Sprites can't have code attached to the timeline. Extend MovieClip instead of Sprite.

  4. #4
    Junior Member
    Join Date
    Jul 2011
    Posts
    2
    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
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center