Jump to content

abaudrand

Members
  • Content Count

    246
  • Joined

  • Last visited

Everything posted by abaudrand

  1. cyber willy 4440 points :)

    1. Grig

      Grig

      I don't even want to FREE cyber willy!

    2. CorTat-G

      CorTat-G

      I suck at cyber willy (I'm sorry, I went way too far...)

    3. SSG

      SSG

      What!!?!?!?

       

    4. Show next comments  9 more
  2. unreleased Queen Wembley concert !!!

    1. OBO

      OBO

      NICE ! Thanks for the link

  3. can't play BD on my 7800, need to find another console to check where the issue is...

    1. DracIsBack
    2. abaudrand

      abaudrand

      Boulder Dash... the cartridge doesn't seem to connect the pins. It work with my Harmony or Dungeon... need to test it elsewhere to chekc if the cartridge got an issue :/

       

  4. dream about a 7800 with HDMI

  5. is worried about mental health of people going to chatroom for not chatting

  6. agree with theloon. it will make it even more better!!!
  7. thanks for the link. I didn't knew you can include the player0X/Y in the writing to spare a variable. However my issue is probably simple for good programmer. all the parts I use this methode work fine safe the part on the mountain with lightnings (cf. video on the blog). If the player go left and slide a bit, he can stop by pushing joystick right. but if you slide right and push left to stop sliding, the increment still going as the value can' t be set at zero. I got this for over a year and left for the moment as I think the issue come from another part of the program. I ll post it later as I prefer increase my knowledge by doing other part that eventually help me to understand the problem.
  8. here a brief note about where we are : link
  9. no problem, the discussion is very interesting. I ve finally understand why my dragon behavior seldom use some path. I will return to this game part once I'm done with this on gosub issue.
  10. ouch, so many replies... I didn't tough my little post will raise so many help thanks everyone !
  11. thanks SeaGtGruff... I didnt knew the trouble with random yet I ve noticed some result barely go out but didnt knew why . I'm far from computer till next week so I could not try it for the moment but yes, I was going to a goto solution yet not as good as yours.
  12. got XP and the latest build 554... so I donno what could mess up... got networkframe3, changed the 2600bas file to the latest one...
  13. could you give me the ASM it compile, maybe I could include it and start to play a little with inline ASM?
  14. Damn, it doesn't work on my version... guess the on ... gosub statement was fixed with the latest release... should I upgrade to latest version on XP or not, that is the question....
  15. I ve corrected the random argument but its still failing on my side...
  16. yes the random is not well written but i v e tried to use a number instead and the compilation still fail on the first gosub line...
  17. I'm trying to use the on gosub function but I only got Syntax error on the first line of gosub. Is it coming from my old XP version of batari basic? rem ' Rolling Dice1 a=rand(&5) on a gosub Data1 Data2 Data3 Data4 Data5 Data6 var15=c:var16=d rem ' Rolling Dice2 if equal to Dice1, cast Dice again RollingDice2 b=rand(&5) on b gosub Data1 Data2 Data3 Data4 Data5 Data6 var17=c:var18=d if var17=var15 && var18=var16 then goto RollingDice2 Data1 c=%11101000 d=%01101000 return Data2 c=%01010000 d=%00001001 return Data3 c=%00101100 d=%00001100 return Data4 c=%00111000 d=%00110100 return Data5 c=%01110000 d=%01110100 return Data6 c=%00100000 d=%00000100 return
  18. "on ... gosub" issue...

    1. abaudrand

      abaudrand

      could be a good name for a programmation blog. besides im really stuck on a gosub in Bb: got syntax error!

       

    2. Random Terrain

      Random Terrain

      Did you post your bB question in the bB forum?

    3. Grig

      Grig

      GOSUB? You mean there's life beyong GOTO???

    4. Show next comments  9 more
  19. tough game... only got 697 points... why did we lose health while shooting incoming ennemies?
×
×
  • Create New...