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

Username:   Password: 
 RegisterRegister   
 Destructo Disc Movie (stupidest thing submitted?)
Index -> Programming, Turing -> Turing Submissions
View previous topic Printable versionDownload TopicRate TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
sofa_king




PostPosted: Tue May 18, 2004 12:01 am   Post subject: Destructo Disc Movie (stupidest thing submitted?)

Well in one of my assignments for turing, i was supposed to make a movie of my choice and being the sick twisted gore-loving person i am Twisted Evil, i made something violent. Yes its a blatent ripoff from dragonball-z which is a show i find kinda annoying now. This program might make you laugh or make you wonder why you wasted 5 seconds on this. I still think this is one of the funniest things i ever made in my computer science class

Note- It might go alittle fast or slow depending on your computer. just add delays if its too fast to see. Also sorry for the somewhat messy code. Enjoy the lame program.

code:

setscreen ("graphics: 788;502")
View.Set ("offscreenonly")

var handh, disc : int := 695 %variable for horizontal hand value and disc
var handd : int := 300 %Diagnol value for hand

%Good Guy
drawline (730, 165, 695, 300, black) %right h
drawfilloval (730, 200, 35, 35, black) %head
drawline (730, 165, 730, 75, black) %body
drawline (730, 165, 680, 125, black) %left h
drawline (730, 75, 680, 1, black) %l f
drawline (730, 75, 780, 1, black) %r f

%Bad Guy
drawfilloval (100, 345, 35, 35, black) %head
drawline (100, 315, 100, 150, black) %body
drawline (100, 315, 50, 220, black) %leftie
drawline (100, 315, 150, 220, black) %right
drawline (100, 150, 10, 1, black) %left l
drawline (100, 150, 190, 1, black) %right l

for count : 1 .. 100 %counted loop to make the destructo disc grow
    delay (30)
    drawfilloval (700, 310, count, 5, yellow)
    View.Update
end for


loop
    cls

    handh := handh + 1 %makes the hand go back
    handd := handd - 1 %makes the hand go back
    disc := disc - 3 %moves the disc to the left

   
    %Good Guy
    drawline (730, 165, handh, handd, black)
    drawfilloval (730, 200, 35, 35, black)
    drawline (730, 165, 730, 75, black)
    drawline (730, 165, 680, 125, black)
    drawline (730, 75, 680, 1, black)
    drawline (730, 75, 780, 1, black)

    %Bad Guy
    drawfilloval (100, 345, 35, 35, black)
    drawline (100, 315, 100, 150, black)
    drawline (100, 315, 50, 220, black)
    drawline (100, 315, 150, 220, black)
    drawline (100, 150, 10, 1, black)
    drawline (100, 150, 190, 1, black)

    drawfilloval (disc, 310, 100, 5, yellow)

    exit when disc < -100
    View.Update
end loop

var headx : int := 100 %x-value of head
var heady : int := 345 %y-value of head

loop
    cls

    headx := headx + 1 %makes the head fall off
    heady := heady - 2

    delay (5)

    %Bad Guy
    drawfilloval (headx, heady, 35, 35, black)
    drawline (100, 315, 100, 150, black)
    drawline (100, 315, 50, 220, black)
    drawline (100, 315, 150, 220, black)
    drawline (100, 150, 10, 1, black)
    drawline (100, 150, 190, 1, black)

    %Good Guy
    drawline (730, 165, 780, 125, black)
    drawfilloval (730, 200, 35, 35, black)
    drawline (730, 165, 730, 75, black)
    drawline (730, 165, 680, 125, black)
    drawline (730, 75, 680, 1, black)
    drawline (730, 75, 780, 1, black)

    exit when heady = 33
    View.Update
end loop

for count : 1 .. 80 %counted loop for the blood
    delay (120)
    drawfilloval (260, 2, count, 7, red)
    View.Update
end for
 

code:
Sponsor
Sponsor
Sponsor
sponsor
netninja




PostPosted: Tue May 18, 2004 6:42 am   Post subject: (No subject)

whos the other bald guy?
Dan




PostPosted: Tue May 18, 2004 12:05 pm   Post subject: (No subject)

lol, turing sick death. Not the dumested thing ever submited ethere, i have seen far worse.

I have a prity fast comp and the dealys where fine for me, you may whont to make the delays based on real time rather then plan dealys so it will wrok well with every one.

Did u aucaly had this in as an asment in school? Whould be intresting to know what the teacher thought, lol
Computer Science Canada Help with programming in C, C++, Java, PHP, Ruby, Turing, VB and more!
PhOeNiX-47




PostPosted: Tue May 18, 2004 5:56 pm   Post subject: (No subject)

Hacker Dan wrote:
Did u aucaly had this in as an asment in school? Whould be intresting to know what the teacher thought, lol


Sofa king told me the teacher thought it was too violent and made his program go to bad program list Very Happy
sofa_king




PostPosted: Tue May 18, 2004 8:21 pm   Post subject: (No subject)

netninja wrote:
whos the other bald guy?

The other bald guy in question was the bad guy as you can see in my comments. People kept saying the short bald guy is krillin from dbz and i dont blame them for thinking that

Confused yea, only got a 2.5/6 for that particular program Crying or Very sad . It was way better than most peoples stupid movies too. Phoenix's movie was really good though, also a blatent ripoff from Dragonball Z.

My teacher was like "ok the movie programs without people getting their heads chopped off were done fairly well" to the class Mad . blah he took it too seriosuly, i mean its just stickmen.

It was well worth it though just to see the head chop off Very Happy
Dan




PostPosted: Wed May 19, 2004 2:07 pm   Post subject: (No subject)

well i dont think thats fair that u got a lower marks just b/c yours invaled some one losing there head. teahcers should be more carfull about what they ask for in asiments, Wink
Computer Science Canada Help with programming in C, C++, Java, PHP, Ruby, Turing, VB and more!
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  [ 6 Posts ]
Jump to:   


Style:  
Search: