Jump to content

jwierer

Members
  • Content Count

    949
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by jwierer

  1. If you ever find yourself in Asia you can get these all over the place (Singapore, Malaysia, China, Taiwan). All pirated of course. Last time I was in China I got a handful of these for 10 yuan (about $1.30 at the time). Gameboy Advance is also readily available. Heck so is XBOX and PS3. Usually about 10 yuan a DVD. -Jeff
  2. That would be because I never knew it existed, but you can extend the commands area through right click->Add. I can put into future builds though! -Jeff
  3. Creating a sprite or playfield in the sprite/playfield editor is faster, in my opinion, and makes reuse in other programs a bit easier, but to each his own. -Jeff
  4. RAND will generate a number from 0 to 255 (decimal) or 00000000 to 11111111 (binary). If you do a logical AND with 11111000 (31 decimal) you'll get a number from 0 to 31 which should reduce the chances of getting a number outside of your desired range. -Jeff
  5. A project is a logical grouping of all the sprites, playfields, and code used in a game. VbB creates a folder on the file system and stores all the files for that program in a single place. This way you don't have to manually sort code between projects because you have a single folder with everything relevant to that "project". -Jeff
  6. No error message for me unless you mean a message reminding you that you forgot to save your program. I wonder if that happens if you have no default projects set? I'll have to check and see if I don't do a check for that. It's a pretty innocuous error, though I could see that being annoying. Given what it says it happens when it's closing and trying to save settings back to the registry. -Jeff
  7. That actually wouldn't be that hard. I might look into that next! Thanks, Jeff
  8. Thanks for the compliment. I had thought about a sound editor, but then again it's easier to just add Tone Toy as a project and launch it from emulation. -Jeff
  9. You code also compiles fine for me. Definitely something with your environment. What emulator are you using? -Jeff
  10. Also the effect looks a bit better if you use this setting set kernel_options no_blank_lines -Jeff
  11. Looking at your code, your playfield is actually 20 pixels tall, instead try: const pfres=21 -Jeff
  12. Try setting const pfres=32 -Jeff
  13. Kaboom Trainer Big Bucket Kaboom -Jeff
  14. Same here. Almost 6 weeks since sending payment! [update] Arrived on 7/23/2008
  15. Not sure. When I order some 16K boards I will try it out on a regular 2600. I tried it yesterday. Didn't work on my 2600 nor my 7800. -Jeff
  16. Doesn't yet work on the real thing. -Jeff Really? Why? See Post #15 (above)
  17. Doesn't yet work on the real thing. -Jeff
  18. Yeah I could have used a previous version of the .NET Framework, but honestly I just pick out a random project to test out the newest edition of Visual Studio so I generally am always using the latest. When the next version of Windows comes out I am sure .NET 3.0 will be part of it. -Jeff
  19. There will be a bin folder in the same folder that holds the .BAS file. All you compiled binaries will be in that sub folder. -Jeff
  20. Here you go. settingsscreenshot.bmp Assuming you doctored the screen shot to remove your name from the path? Otherwise the path does look a bit off. If you've never used bB before or you've moved it, then you might want to check "add bB Environment Variable" and "Add bB Compiler to system Path". Most people forget to set those when they first install bB. -Jeff Yes. Problem solved.New problem. I've clicked compile, that was fine, i pressed run, and it said it could not locate vbbwizcode.bin or something. Anybody got an idea now? Probably because your code didn't compile successfully. Post the BAS file. I would have to check if spaces in the path to the bB compiler is a problem. I think vbB will automatically put quotes around, but to be safe you might want to use a path name without spaces to be safe. -Jeff
  21. Here you go. settingsscreenshot.bmp Assuming you doctored the screen shot to remove your name from the path? Otherwise the path does look a bit off. If you've never used bB before or you've moved it, then you might want to check "add bB Environment Variable" and "Add bB Compiler to system Path". Most people forget to set those when they first install bB. -Jeff
  22. Sounds like you don't have batariBasic installed or at least you are missing the setting pointing to the compiler. It is sending you to the settings page because it's not pointing to a valid compiler. Post a screen shot of your settings tab. -Jeff
  23. Here's one http://www.atariage.com/forums/index.php?showtopic=123849 -Jeff
  24. You could always buy the Pacman Collection from the store http://www.atariage.com/store/index.php?ma...products_id=849 -Jeff
×
×
  • Create New...