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

Username:   Password: 
 RegisterRegister   
 IT's MY FINAL SCHOOL PROJECT .. plz help!:(:(:(
Index -> Programming, Turing -> Turing Help
Goto page Previous  1, 2, 3, 4, 5  Next
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
mehran_11trn




PostPosted: Wed Jan 09, 2008 8:26 pm   Post subject: RE:IT\'s MY FINAL SCHOOL PROJECT .. plz help!:(:(:(

automatic movement!
Sponsor
Sponsor
Sponsor
sponsor
Sean




PostPosted: Wed Jan 09, 2008 8:27 pm   Post subject: RE:IT\'s MY FINAL SCHOOL PROJECT .. plz help!:(:(:(

Well before, you forgot end for at the end of the program to finish it off.
shakin cookie




PostPosted: Wed Jan 09, 2008 8:29 pm   Post subject: RE:IT\'s MY FINAL SCHOOL PROJECT .. plz help!:(:(:(

Turing:


setscreen ("offscreenonly")

for x : 10 .. 100
    drawfillbox (50 + x, 10, 60 + x, 50, black)
    drawfillbox (50 + x - 1, 10, 60 + x - 1, 50, white)
    delay (50)
    View.Update
end for
mehran_11trn




PostPosted: Wed Jan 09, 2008 8:29 pm   Post subject: RE:IT\'s MY FINAL SCHOOL PROJECT .. plz help!:(:(:(

so it should be like this:

drawbox (30,50,30,50,black)

setscreen("offscreenonly")
for x:10..100
drawfillbox(x,10,x,50,black)
drawfillbox(x-1,10,x-1,white)

delay (10)
View.Update

end for

still doesnt work!
shakin cookie




PostPosted: Wed Jan 09, 2008 8:29 pm   Post subject: RE:IT\'s MY FINAL SCHOOL PROJECT .. plz help!:(:(:(

just toy with the measurements until you receive the desired shape size.
mehran_11trn




PostPosted: Wed Jan 09, 2008 8:30 pm   Post subject: RE:IT\'s MY FINAL SCHOOL PROJECT .. plz help!:(:(:(

oh kk.....so how can i move it till the end?!
which one is for that!?
like im ganna move more,its only 1 sec.!
shakin cookie




PostPosted: Wed Jan 09, 2008 8:31 pm   Post subject: RE:IT\'s MY FINAL SCHOOL PROJECT .. plz help!:(:(:(

why is drawbox at the top?!?!?!

also, i said (50+x,10,60+x,50,black)

not (x,10,x,50,black)
Sean




PostPosted: Wed Jan 09, 2008 8:31 pm   Post subject: Re: IT's MY FINAL SCHOOL PROJECT .. plz help!:(:(:(

Make your delay larger, 1000 is 1 second.
Sponsor
Sponsor
Sponsor
sponsor
mehran_11trn




PostPosted: Wed Jan 09, 2008 8:33 pm   Post subject: RE:IT\'s MY FINAL SCHOOL PROJECT .. plz help!:(:(:(

ok if i draw a gun and then im ganna shoot with it automaticly......wut do i do?!
mehran_11trn




PostPosted: Wed Jan 09, 2008 8:36 pm   Post subject: RE:IT\'s MY FINAL SCHOOL PROJECT .. plz help!:(:(:(

i know u guyz got work to do too,,,,,but im in a bad situation in my school!
and my only problem in my 4 subjects is TIK!
and its not fair to be in a grade 10 class!
Sean




PostPosted: Wed Jan 09, 2008 8:37 pm   Post subject: Re: IT's MY FINAL SCHOOL PROJECT .. plz help!:(:(:(

Draw the Bullet as a for loop, you can draw and oval first, then the box over top to make it look like a bullet.

Afterwards draw your gun.
Sean




PostPosted: Wed Jan 09, 2008 8:41 pm   Post subject: RE:IT\'s MY FINAL SCHOOL PROJECT .. plz help!:(:(:(

You will need to draw the bullet first, because you want it under the gun to make the effect of it coming out, then build your gun on top of the bullet.

For loop for bullet movement and drawing, and a basic drawing of boxes and lines to make the gun.
mehran_11trn




PostPosted: Wed Jan 09, 2008 8:44 pm   Post subject: RE:IT\'s MY FINAL SCHOOL PROJECT .. plz help!:(:(:(

oh u now the bullet just go forward,,,,is it possible to move it like up or down? is it just straight?
mehran_11trn




PostPosted: Wed Jan 09, 2008 8:45 pm   Post subject: RE:IT\'s MY FINAL SCHOOL PROJECT .. plz help!:(:(:(

like im ganna draw a suspect on the second floor and then the gun shoot the wall and in bounce to him and head shot lol...
so how can i move it in other ways?!
mehran_11trn




PostPosted: Wed Jan 09, 2008 8:47 pm   Post subject: RE:IT\'s MY FINAL SCHOOL PROJECT .. plz help!:(:(:(

r u there?!
Display posts from previous:   
   Index -> Programming, Turing -> Turing Help
View previous topic Tell A FriendPrintable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 3 of 5  [ 70 Posts ]
Goto page Previous  1, 2, 3, 4, 5  Next
Jump to:   


Style:  
Search: