Computer Science Canada

Fishy Fishy Fishtank - Bubbles fixed.

Author:  recneps [ Sun Apr 18, 2004 3:24 pm ]
Post subject:  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. Very Happy

Author:  Tony [ Sun Apr 18, 2004 4:05 pm ]
Post subject: 

the bubble looks nice on its own, but it all seems soo bugy Confused

Author:  gamer [ Sun Apr 18, 2004 4:07 pm ]
Post subject: 

i agree too

Author:  recneps [ Mon Apr 19, 2004 3:13 pm ]
Post subject: 

hey, i made it in 10 mins Wink
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 Smile

Author:  Deshwitat [ Mon Apr 19, 2004 5:54 pm ]
Post subject: 

woo lovely Smile

Author:  valor [ Mon Apr 19, 2004 8:12 pm ]
Post subject: 

cool i like the bubble, just before the bubble floats up it flashes right behind the fish, just thought i'd point that out

Author:  valor [ Fri Apr 23, 2004 9:22 pm ]
Post subject: 

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.

Author:  recneps [ Sat Apr 24, 2004 4:30 pm ]
Post subject: 

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 Smile

Author:  Catalyst [ Sun Apr 25, 2004 5:12 pm ]
Post subject: 

change this

code:

    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
code:

    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

Author:  WhatAmIDoing [ Mon Apr 26, 2004 7:19 pm ]
Post subject: 

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

Author:  the_short1 [ Tue Apr 27, 2004 7:10 pm ]
Post subject: 

nice graphics... lookz SWEET..
is it going to be like that fish progy from yahoo games?


: