User Profile

Collapse

Profile Sidebar

Collapse
Rhodge09
Rhodge09
Last Activity: Dec 5 '09, 04:28 AM
Joined: Nov 21 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Rhodge09
    replied to High Low Game (PERL Coding)
    in Perl
    no idea of course the two random pictures are coming up on the first screen but its just when i hit the submit is when two different pictures come up
    See more | Go to post

    Leave a comment:


  • Rhodge09
    replied to High Low Game (PERL Coding)
    in Perl
    I did what you said and two random images came up tell me exactly what you want me to take out and what you want me to add
    See more | Go to post

    Leave a comment:


  • Rhodge09
    replied to High Low Game (PERL Coding)
    in Perl
    I really dont know i've tried everything that you told me and none of it works.
    See more | Go to post

    Leave a comment:


  • Rhodge09
    replied to High Low Game (PERL Coding)
    in Perl
    http://ctech.smccme.edu/~rhodge/cw/hilow/hilow.pl...
    See more | Go to post

    Leave a comment:


  • Rhodge09
    replied to High Low Game (PERL Coding)
    in Perl
    I just tried your method and all that happened was it showed two random images on the next page
    See more | Go to post

    Leave a comment:


  • Rhodge09
    replied to High Low Game (PERL Coding)
    in Perl
    Well eventually i want the two images on the first page to go over to the second page but not change and have the random card "card3" to be in the middle.
    See more | Go to post

    Leave a comment:


  • Rhodge09
    started a topic High Low Game (PERL Coding)
    in Perl

    High Low Game (PERL Coding)

    Well this game is fairly easy you have to chose what you think the card is going to be either higher or lower or in the middle of the two images but im having a little bit of a glitch. Here is my code and sometimes it works but when the cards are like say 5 and 6 and i chose it to be higher and the image that comes up is a 8 but it says i lose thats what im having problems with and heres the site: http://ctech.smccme.ed u/~rhodge/cw/hilow/hilow.pl...
    See more | Go to post

  • Rhodge09
    replied to PERL Craps Game
    in Perl
    Im not using that script anymore i have made my own i just need to know how when i click the submit button to make the 2 images change through 6 random ones.
    See more | Go to post

    Leave a comment:


  • Rhodge09
    replied to PERL Craps Game
    in Perl
    and yet no one has helped me yet
    See more | Go to post

    Leave a comment:


  • Rhodge09
    replied to PERL Craps Game
    in Perl
    Im not quite done with the calculations yet or if i even need them?


    Code:
    #!/usr/bin/perl
    use CGI ':standard';
    use CGI::Carp "fatalsToBrowser";
    
    print header;
    
    &form;
    &input;
    &cal;
    
    ######sub routines#########
    
    sub form{
    
    print"
    
    <form method=post action=craps.pl>
    <input type=hidden
    ...
    See more | Go to post

    Leave a comment:


  • Rhodge09
    replied to PERL Craps Game
    in Perl
    Project why? I'll show you my code if you want and maybe then you can help me
    See more | Go to post

    Leave a comment:


  • Rhodge09
    replied to PERL Craps Game
    in Perl
    If this helps i want something just like this..

    http://ctech.smccme.edu/~zeke/cw/save/craps/craps.pl

    if you want the code i have as of right now and you think you can help me a little at a time i'd appreciate it....
    See more | Go to post

    Leave a comment:


  • Rhodge09
    replied to PERL Craps Game
    in Perl
    Ya i'd have to save images of all sides of the dice and depending on what get's rolled it can tell me if i win or lose thats what im looking for your on the right topic but where would i input the "button" and images into this code
    See more | Go to post

    Leave a comment:


  • Rhodge09
    replied to PERL Craps Game
    in Perl
    Well the script i have up top i now know is only for shell command line program. But for just wanting a button and when i click it the pictures change and by that number either i win or lose. Im just trying to figure out how to even start this. Thanks for replying jeff
    See more | Go to post

    Leave a comment:


  • Rhodge09
    replied to PERL Craps Game
    in Perl
    This is the site: http://ctech.smccme.edu/~rhodge/cw/c...i-bin/craps.pl

    i want like some type of button or something so when i click it the two numbers come up resembling a dice and then it shows me if i win or lose and if i win i get money and if i lose i lose moeny thats as simple as it needs to be.

    How do i tell it to execute it? Im like running my own web server so.
    See more | Go to post

    Leave a comment:


  • Rhodge09
    replied to PERL Craps Game
    in Perl
    no one can help me with what im looking for? i want kind of like a form so when i click something 2 numbers come up and according to the rules if i get a certain number i win and if i dont i lose. Also something that will keep track of how much i win and if i get to $1000 game over and if i get to $5 dollars the game is over.
    See more | Go to post

    Leave a comment:


  • Rhodge09
    started a topic PERL Craps Game
    in Perl

    PERL Craps Game

    This is my script it works fine but it comes out on my webpage as just text how can i change this around and make it so if i like click a button a 2 different numbers come up almost like the 2 dice and remember how much i make each roll. Is there anyway anyone can help me? I can show you what it looks like in the browser right now if you ask i can show you if that will help. Thanks i really need this because its a project i have to get finished....
    See more | Go to post
    Last edited by numberwhun; Nov 23 '09, 06:39 PM. Reason: Please use code tags!
No activity results to display
Show More
Working...