Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 Fishy Fishy Fishtank - Bubbles fixed.
Index -> Programming, Turing -> Turing Submissions
View previous topic Printable versionDownload TopicRate TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
recneps




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



fishynew.t
 Description:
Fishy Fishy Fishtank V2!

Download
 Filename:  fishynew.t
 Filesize:  1.92 KB
 Downloaded:  453 Time(s)

Sponsor
Sponsor
Sponsor
sponsor
Tony




PostPosted: Sun Apr 18, 2004 4:05 pm   Post subject: (No subject)

the bubble looks nice on its own, but it all seems soo bugy Confused
Latest from compsci.ca/blog: Tony's programming blog. DWITE - a programming contest.
gamer




PostPosted: Sun Apr 18, 2004 4:07 pm   Post subject: (No subject)

i agree too
recneps




PostPosted: Mon Apr 19, 2004 3:13 pm   Post subject: (No 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
Deshwitat




PostPosted: Mon Apr 19, 2004 5:54 pm   Post subject: (No subject)

woo lovely Smile
valor




PostPosted: Mon Apr 19, 2004 8:12 pm   Post subject: (No 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
valor




PostPosted: Fri Apr 23, 2004 9:22 pm   Post subject: (No 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.
recneps




PostPosted: Sat Apr 24, 2004 4:30 pm   Post subject: (No 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
Sponsor
Sponsor
Sponsor
sponsor
Catalyst




PostPosted: Sun Apr 25, 2004 5:12 pm   Post subject: (No 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
WhatAmIDoing




PostPosted: Mon Apr 26, 2004 7:19 pm   Post subject: (No 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
the_short1




PostPosted: Tue Apr 27, 2004 7:10 pm   Post subject: (No subject)

nice graphics... lookz SWEET..
is it going to be like that fish progy from yahoo games?
Display posts from previous:   
   Index -> Programming, Turing -> Turing Submissions
View previous topic Tell A FriendPrintable versionDownload TopicRate TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 11 Posts ]
Jump to:   


Style:  
Search: