Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

chipmunkbasicforum · Chipmunk Basic Forum - Discussions about Chipmunk Basic

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 310
  • Category: Basic
  • Founded: Aug 29, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

Hello! In TextWrangler 3.0, the function popup menu lists everything that is named sub...(). But in TextWrangler 3.1, the only subroutines that are shown are...
11 Feb 15, 2010
9:48 am

René
charles.trois
Send Email

I am using CB on OSX. I am successfully using serial communications with one device using open "COM1:/dev/cu.usbmodem411:2400,N,8,1" for output as #2 I tried...
1 Feb 15, 2010
2:59 am

wetoperations
Send Email

Using MAC OS 10.6.2, I am attempting to enter data through the graphics window using the command "graphics edit a$, x,y, w,h, id". This command opens a text...
2 Feb 6, 2010
6:57 am

rhnlogic
Send Email

I can't get Chipmunk to save.. I do a simple program of 4 lines and try saving it and I keep getting Type mismatch error. What am I doing wrong? I type in -...
3 Dec 22, 2009
6:24 pm

Ken Dickinson
silexworm
Send Email

Why am I getting a 'file not found' error when I'm trying to open/create a new output file??? $ basic output_file.bas File not found in line 2 ... 2 open...
2 Dec 21, 2009
6:23 pm

Michel Clasquin-Johnson
clasqm
Send Email

Hi How would I go about programming without line numbers? When you type a line which has no numbers, it runs that command immediately. How do you program with...
14 Dec 21, 2009
5:47 pm

Larr
larr_helms
Send Email

I've got an Intel iMac. I downloaded the file(s), and when I open the .dmg file, I don't know where to put all the files it has with it. Thank you! Andy...
6 Dec 21, 2009
5:44 pm

Larr
larr_helms
Send Email

I'm new to this Basic, but have used Libertybasic on windows. Could someone explain the relationship between defining a radio button graphics item with it's...
1 Dec 5, 2009
8:07 pm

offtomontana2000
offtomontana...
Send Email

Hello! I am writing a lengthy program, the central element of which looks like this: sub central() sub1() sub2() < more sub calls and code > out: end sub For...
3 Nov 23, 2009
2:46 pm

René
charles.trois
Send Email

I made a four part video tutorial for Chipmunk BASIC: http://www.youtube.com/watch?v=MXRHt3R_9so http://www.youtube.com/watch?v=mwDxnMBsUGQ&feature=related ...
2 Nov 15, 2009
8:31 pm

sailing314
Send Email

Hi Guys, I am having trouble getting several of the commands to work with OS 10.6.1. I am running Chipmunk Basic v3.6.3(b8) mb2-2008/06b1. In particular: 820...
1 Oct 19, 2009
5:12 pm

tjfessenden
Send Email

I have to create a program so that when someone enter a letter (has to be in CAPS) I can output its position from 1 to 26. For instance B=2 Z=26, etc. Any help...
5 Oct 6, 2009
4:33 pm

sailing314
Send Email

Hello! As an experiment in error handling, I have written this little program: dim a(4) start: while true bla() wend sub bla() on error goto errors input...
4 Sep 16, 2009
5:33 pm

sailing314
Send Email

When I run the following lines of code, the input box pops up and suppresses the word "hello" from printing until after the input box is answered. graphics 0 ...
2 Sep 4, 2009
4:36 am

Richard Paul
richard.paul98
Send Email

Hi all. I tried to figure this one out from the manual[1] but cant get it to work. I need to sleep/delay my program for a while, but when i try SLEEP function,...
4 Aug 18, 2009
2:54 pm

Richard Paul
richard.paul98
Send Email

I just completed a program that needs to play a specialized file with the fairly tight timing of sound -1, and then all the sound functions died! Now I just...
1 Aug 1, 2009
10:03 pm

chip2166
Send Email

Hi Is there any way to save 100 or so lines of code as a text file, and make your program call it up? For example: If you make a computer game with 10 by 10...
5 Jul 10, 2009
4:43 pm

Richard Paul
richard.paul98
Send Email

Hi To check for two sprite colliding, you would write: If sprite 1 collision then print "collision&quot; However, is there a command that returns which other sprite...
1 Jul 1, 2009
3:59 pm

richard.paul98
Send Email

Chipmunk is a very good implementation of the BASIC langusge but while most standard MAT statements are included, for some unknown reason MAT READ isn't and...
2 Jun 27, 2009
9:03 am

Tom Lake
toml_12953
Send Email

Hi When saving a program, you would save as "my program.bas". If you name it "my program.app", it launches its own application. However, it creates a mac os9...
5 Jun 26, 2009
7:17 pm

olivierauverlot
Send Email

hi, how do i run an applescript from CB? cheers...
2 Jun 25, 2009
2:34 pm

Jim DeVona
jd_anoved
Send Email

Hi Is there any way to sample the computer's current screen resolution, so that I can change my program's graphics accordingly? I am making a fullscreen game,...
1 Jun 25, 2009
6:08 am

richard.paul98
Send Email

hi, after i opened a webpage with CB (with the sys-command) is it possible to retreive info from that page via CB? cheers claus...
1 Jun 22, 2009
4:24 pm

claus.mueller
Send Email

Hi Is there a command that will reset ALL your variables, making them all 0 again? Please help, I need the answer to this!!!...
2 Jun 21, 2009
3:00 pm

jeffonymail
Send Email

hji, thx for letting me ask question after question... how do i relaunch an application from CB? the specific problem is to show hidden files in FINDER. To do...
2 Jun 18, 2009
6:22 am

Michel Clasquin-Johnson
clasqm
Send Email

Dear Members, you have been a great help! For example i learned that 100 sys("ls / > ~/desktop/test.txt") writes the files (even the hidden ones) that are in...
3 Jun 18, 2009
6:22 am

Michel Clasquin-Johnson
clasqm
Send Email

hi, if different users use the mac - i.e. /users/user1 , /users/user2 etc. how do i obtain a list of them in chipmunk? ideal would be something like 100 write...
2 Jun 18, 2009
6:21 am

Michel Clasquin-Johnson
clasqm
Send Email

hi, another one...how does chipmunk recognize hardware attched to the computer? for instance, printer,scanner,harddrive,external dvd-drive...? cheers p.s. i...
1 Jun 17, 2009
5:16 pm

claus.mueller
Send Email

Dear Members, i wonder if i can access the mac-terminal via chipmunk, something like 100 send 'ls' to terminal output to \desktop&#92;info.txt would mean : execute...
4 Jun 16, 2009
5:46 pm

Michel Clasquin-Johnson
clasqm
Send Email

Hi Is there any way at all that I can use sound files in my program? (I know that I can generate a tone, setting the duration and frequency.) Can I use game...
10 Jun 14, 2009
6:50 pm

Michel Clasquin-Johnson
clasqm
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help