Search:

Type: Posts; User: aXXo

Search: Search took 0.03 seconds.

  1. Re: Anyone willing to help a programmer in trouble? This is a PAID JOB!

    Thanks alot I'm checking it out now.
  2. Re: Anyone willing to help a programmer in trouble? This is a PAID JOB!

    My mistake it was 1000 for a finished product. Didn't read the memo right :blush:
  3. Anyone willing to help a programmer in trouble? This is a PAID JOB!

    I've been working on a project for two weeks and stupid me didn't save. Last night because of a storm we had a power outage. Now I need your help

    Please read this and it will explain what I need...
  4. Thread: Remeber me?

    by aXXo
    Replies
    1
    Views
    4,458

    Remeber me?

    Well I finished my game (Break Brick) with minimal glitches ;)

    Thanks to everyone that helped

    http://rapidshare.com/files/43566276/341363.rar

    Just take out the sound that was declared at...
  5. Replies
    44
    Views
    4,413

    Re: For The Love Of Buddaha!!!

    Thanks Orwell but that shows a NON continous sound if you want to play it... I will just ask teacher is he know O god lol
  6. Replies
    44
    Views
    4,413

    Re: For The Love Of Buddaha!!!

    HAHHAHA Stupid me sorry about double post I was forgetting to add someonething to the private Dim

    Okay now hes a question. Anyone know how to make music play CONTINUIOUSLY without stopping. EX....
  7. Replies
    44
    Views
    4,413

    Re: For The Love Of Buddaha!!!

    Lord I owe you big Also I gave you credits in my game now to a simple problem

    Option Explicit
    Private Declare Function sndPlaySound Lib "winmm.dll" Alias "sndPlaySoundA" ()

    Private Sub...
  8. Replies
    44
    Views
    4,413

    Re: For The Love Of Buddaha!!!

    Okay I got that game working and credits in the game to Chemical and Lord but now one problem. When the ball is suppose to go out on the bottom it bounces Like 4 centimeters from the bottom lol...
  9. Replies
    44
    Views
    4,413

    Re: For The Love Of Buddaha!!!

    Thank you to everyone.

    I gave credits to Lord and Chemical in the Game. One problem now. I have the game except when I go to let the ball fall off the screen one problem. It doesn't go off it...
  10. Replies
    44
    Views
    4,413

    Re: For The Love Of Buddaha!!!

    2 things wrong there

    Ball Continues to go thru the walls and also
    The ball doesn't bounce off paddle until it's about 1/2 way thru
  11. Replies
    44
    Views
    4,413

    Re: For The Love Of Buddaha!!!

    #
    ballposx = ball.Left
    #
    ballposy = ball.Top

    It's defined My problem I think is

    #
    ball.Left = intChangeX
    #
  12. Replies
    44
    Views
    4,413

    Re: For The Love Of Buddaha!!!

    Hit a snag,

    I made it hit off the paddle but now it just stays down at the bottom and moves horizontally:S

    Private Sub Form_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As...
  13. Replies
    44
    Views
    4,413

    Re: For The Love Of Buddaha!!!

    Can you show what I need to add back? Adding REP
  14. Replies
    44
    Views
    4,413

    Re: For The Love Of Buddaha!!!

    Chem,

    Without the loop the ball will not move


    Private Sub Form_MouseMove(Button As Integer, Shift As Integer, x As Single, y As Single)
    paddlepic.Left = x
    End Sub
  15. Replies
    44
    Views
    4,413

    Re: For The Love Of Buddaha!!!

    Private Sub Form_MouseMove(Button As Integer, Shift As Integer, x As Single, y As Single)
    paddlepic.Left = x
    End Sub


    Private Sub Form_Activate()
    Dim intChangeX, intChangeY As Integer ...
  16. Replies
    44
    Views
    4,413

    Re: For The Love Of Buddaha!!!

    Must been done in code and refrenced from the teacher. If you think it's wrong talk to him. He says in the loop you need to check each array see if they are being hit and still visible

    Secondly,...
  17. Replies
    44
    Views
    4,413

    Re: For The Love Of Buddaha!!!

    I'm sorry but only in a grade 10 class... Can you just show me how to continue on with my code to make it so the ball bounces off the paddle?
  18. Replies
    44
    Views
    4,413

    Re: For The Love Of Buddaha!!!

    Easier to use control arrays though
  19. Replies
    44
    Views
    4,413

    Re: For The Love Of Buddaha!!!

    Thanks alot Orwell and I can see you put alot of work into it but I'm not trying to be rude but I wanna just keep my old code and use it so that paddle is considered an object and the bricks. My...
  20. Replies
    44
    Views
    4,413

    Re: For The Love Of Buddaha!!!

    How do I make a constant though? Can you provide an example

    I am using VB6 lol BTW


    Private Sub Form_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
    paddlepic.Left =...
  21. Replies
    44
    Views
    4,413

    Re: For The Love Of Buddaha!!!

    Lord I'm so new at this can you show me what you mea:confused: :confused: n?
  22. Replies
    44
    Views
    4,413

    Re: For The Love Of Buddaha!!!

    Private Sub Form_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
    paddlepic.Left = X
    End Sub


    Private Sub Form_Activate()
    Dim intChangeX, intChangeY As Integer...
  23. Replies
    44
    Views
    4,413

    Re: For The Love Of Buddaha!!!

    Private Sub Form_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
    paddlepic.Left = X
    End Sub


    Private Sub Form_Activate()
    Dim intChangeX, intChangeY As Integer ...
  24. Replies
    2
    Views
    760

    Re: collision detection help plz

    depends do you want the picture tottaly off the screen or just to disappear because then just put

    picture1.visible = false
    but if you want to go away forever put the cooradniates way off so it...
  25. Replies
    44
    Views
    4,413

    For The Love Of Buddaha!!!

    For the love of god!!!! I need help okay I'm making the game break through you shoot the ball at bricks hits bricks, bricks dissappear now I have a problem. I need to turn the paddle into an object...
Results 1 to 25 of 25



Click Here to Expand Forum to Full Width