
-----------------------------------
recneps
Sun Apr 18, 2004 3:24 pm

Fishy Fishy Fishtank - Bubbles fixed.
-----------------------------------
Fishy Fishy Fishtank!
threw this together in like 10 mins lo, anyways the bubbles are a bit buggy.... ill add more later. Enjoy!

Edit! Fishy Fishy Fishtank V2! Whoo bubbles work flawlessly now. :D

-----------------------------------
Tony
Sun Apr 18, 2004 4:05 pm


-----------------------------------
the bubble looks nice on its own, but it all seems soo bugy :?

-----------------------------------
gamer
Sun Apr 18, 2004 4:07 pm


-----------------------------------
i agree too

-----------------------------------
recneps
Mon Apr 19, 2004 3:13 pm


-----------------------------------
hey, i made it in 10 mins ;)
anyways ima redo the loop system and make it a single loops using 
"movex" and "movey" in positive and negative so the bubble x stays in same position :)

-----------------------------------
Deshwitat
Mon Apr 19, 2004 5:54 pm


-----------------------------------
woo lovely :)

-----------------------------------
valor
Mon Apr 19, 2004 8:12 pm


-----------------------------------
cool i like the bubble, just before the bubble floats up it flashes right behind the fish, just thought i'd point that out

-----------------------------------
valor
Fri Apr 23, 2004 9:22 pm


-----------------------------------
hehe lol the bubble is still the same on my computer recneps, maybe it works on yours but it is glitchy on mine mmm oh well no biggie cool little prog anyway.

-----------------------------------
recneps
Sat Apr 24, 2004 4:30 pm


-----------------------------------
oh, yeah forgot to look at that :/ i cant get it to stop so whatever. i meant fixed by the bubble went in front of fish always :)

-----------------------------------
Catalyst
Sun Apr 25, 2004 5:12 pm


-----------------------------------
change this 


    if bubble = false then
        if pic = fishy then
            xb := x + Pic.Width (fishy)
        elsif pic = flipfish then
            xb := x
        end if
        bubble := true
    elsif bubble = true then
        y += 2

        if y > midy + 140 then
            bubble := false
            y := midy + 5
        end if
    end if
to this

    y += 2
    if y > midy + 140 then
        y := midy + 5
    end if
    if pic = fishy then
        xb := x + Pic.Width (fishy)
    elsif pic = flipfish then
        xb := x
    end if

-----------------------------------
WhatAmIDoing
Mon Apr 26, 2004 7:19 pm


-----------------------------------
well i like it.  I like the cartoony graphics. reminds me of my new game which i will be posting on compsci soon. any way good job

-----------------------------------
the_short1
Tue Apr 27, 2004 7:10 pm


-----------------------------------
nice graphics... lookz SWEET..
 is it going to be like that fish progy from yahoo games?
