Search the web
Sign In
New User? Sign Up
chipmunkbasicforum · Chipmunk Basic Forum - Discussions about Chipmunk Basic
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
  Newest  |  < Newer  |  Older >  |  Oldest
Topics   (List as Individual Messages) Messages Latest Post

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
Offline 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...
5 Nov 15, 2009
8:33 pm

sailing314
Offline 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
Offline 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
Offline 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
Offline 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
Offline 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
Offline 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
Offline 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
Offline 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
Offline 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...
13 Jul 3, 2009
1:19 am

Rob Keister
rskeister
Offline Send Email

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

richard.paul98
Offline 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
Offline 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
Offline Send Email

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

Jim DeVona
jd_anoved
Offline 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
Offline 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
Offline 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
Offline 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
Offline 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
Offline 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
Offline 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
Offline 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\info.txt would mean : execute...
4 Jun 16, 2009
5:46 pm

Michel Clasquin-Johnson
clasqm
Offline 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
Offline Send Email

I don't get the manual's explanation on how to use images for sprites. Can anyone help me out here? Thanks, Lee...
13 Jun 14, 2009
6:50 pm

richard.paul98
Offline Send Email

Hi I can put pict files into the graphics window like this: graphics pict 0,0,"mypicture.pict" however, if I try to put it at other x,y locations besides 0,0,...
5 Jun 4, 2009
5:35 pm

Richard Paul
richard.paul98
Offline Send Email

Hi Are the various commands in chipmunk basic exactly the same on windows as on an apple mac? For instance: I program with mac os x. If I downloaded chipmunk...
3 Jun 3, 2009
10:31 pm

Richard Paul
richard.paul98
Offline Send Email

Hi I have used variables for a long time, but now I am wondering: can a variable have letter as well as number input, (such as a variable could be "x27" or...
5 May 29, 2009
4:10 pm

Richard Paul
richard.paul98
Offline Send Email

Hi How do you change a sprite's image in the middle of a program? I would have thought you just put a new sprite down with the same id# as the first, and in...
3 May 14, 2009
7:27 am

Richard Paul
richard.paul98
Offline Send Email

Hi Is there any way to get the chipmunk program to monitor the arrow keys on the keyboard? For instance, do I have to define the ASCII number and use that? ...
2 May 13, 2009
8:55 pm

jeffonymail
Offline Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Advanced
Add to My Yahoo!      XML What's This?

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