# Bubbles.... need changeing

**URL:** https://forum.kirupa.com/t/bubbles-need-changeing/2978
**Category:** flash
**Created:** [February 19, 2002, 12:27pm UTC](https://forum.kirupa.com/t/bubbles-need-changeing/2978 "2002-02-19T12:27:33Z")
**Posts on this page:** 11
**Page:** 1

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [February 19, 2002, 12:27pm UTC](https://forum.kirupa.com/t/bubbles-need-changeing/2978/1 "2002-02-19T12:27:33Z")

</div>

hey, now ya know the open source with the bubble i was wondering if you (the guy who made them) change it so instead of going up the go across the screen (left to right)\r\rif this can be done please reply or email me\r\r [email]shargroves@hotmail.com[/email]

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [February 19, 2002, 12:29pm UTC](https://forum.kirupa.com/t/bubbles-need-changeing/2978/2 "2002-02-19T12:29:49Z")

</div>

Just change all the references of “\_y” to “\_x”\r\rthat should work, if it’s action script.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [February 19, 2002, 12:34pm UTC](https://forum.kirupa.com/t/bubbles-need-changeing/2978/3 "2002-02-19T12:34:14Z")

</div>

actually there is a second more easy way of doing this.\r\rTake all of the frames that are related to the bubbles. Select them and choose menu option “Cut Frames”\r\rCreate a new Movie clip. Use “Paste Frames” inside this movie clip.\r\rDrag the movie clip to the stage, and rotate it 90 degrees clockwise.\r\rAll action script reacts in accordance with the Movie Clip’s x and y, not the stage. If you rotate it, it will will go from left to right instead of bottem to top. Likewise you can flip it upside down and have the bubbles go down from the top.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [February 19, 2002, 12:56pm UTC](https://forum.kirupa.com/t/bubbles-need-changeing/2978/4 "2002-02-19T12:56:44Z")

</div>

that was my movie, and yes, you can make it go left to right, and i actually did for one of my older footers in another forum:\r\<embed src=http://www.danalu.com/flash/new\_foot.swf width=300 height=50 wmode=transparent\>\r\rthe code will come when i find it.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [February 19, 2002, 3:49pm UTC](https://forum.kirupa.com/t/bubbles-need-changeing/2978/5 "2002-02-19T15:49:00Z")

</div>

yeah thanks guys, il check back soon!\r\rbut i gotta go right now!\r\rthanks Thorp\r\rtDF

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [February 20, 2002, 10:08pm UTC](https://forum.kirupa.com/t/bubbles-need-changeing/2978/6 "2002-02-20T22:08:08Z")

</div>

Where can I find the opensource for the Bubbles?\r\rThanks,\rJohn Ziebro\rLiquid Genius

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [February 21, 2002, 2:47am UTC](https://forum.kirupa.com/t/bubbles-need-changeing/2978/7 "2002-02-21T02:47:43Z")

</div>

click the open source link on top of the screen.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [February 21, 2002, 11:44am UTC](https://forum.kirupa.com/t/bubbles-need-changeing/2978/8 "2002-02-21T11:44:00Z")

</div>

hey Thorp, have you managed to get the source for the left to right bubbles?\r\rall the help is greatly recieved\r\rcheers

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [February 21, 2002, 10:26pm UTC](https://forum.kirupa.com/t/bubbles-need-changeing/2978/9 "2002-02-21T22:26:42Z")

</div>

ok.\rthere should be a source link for that movie.\ropen it up and look at the code for the bubble.\rwhere it says “\_y = Math.sin…” change that to “\_x = Math.sin…” (not literally, just change y to x). then change “\_y -= ymove” to “\_x += ymove”.\r\rif that’s not good enough for you, i’ll still look for that fla, but that’s the basic idea with the footer i have shown above.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [February 22, 2002, 5:03pm UTC](https://forum.kirupa.com/t/bubbles-need-changeing/2978/10 "2002-02-22T17:03:48Z")

</div>

cheers throp 🙂 \r\rthats great\r\rTDF

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [February 22, 2002, 5:13pm UTC](https://forum.kirupa.com/t/bubbles-need-changeing/2978/11 "2002-02-22T17:13:15Z")

</div>

cheers dude thats great\r\rTDF
