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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 832 - 861 of 974   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
832 wrf111 Send Email Apr 8, 2010
3:37 pm
Dear all, I am trying to download an older version, version 3.5.8, of the Chipmunk Basic to run a program. Could someone please share a link for the download...
833 rhnlogic Send Email Apr 8, 2010
4:10 pm
3.5.8 seems to have been 2001/2002 vintage built with CodeWarrior 7 for Mac OS X 10.1. Why do you need this version?...
834 schmidtrj2001 Apr 8, 2010
4:49 pm
I have a copy of ChipmunkBasic 3.5.8b7 on my old PowerMac. What do I need to do to get it to you?...
835 weng
wrf111 Send Email
Apr 9, 2010
5:35 pm
I am trying to modify a code that a friend has written some years ago but it did not work on the current version 3.6.4b8. The code was verified to be working...
836 weng
wrf111 Send Email
Apr 9, 2010
5:35 pm
ah great! Would it be possible for you to send it as a link to my email pls? there is a place called 'Files&#39; on the forum. Wonder if it is possible to upload...
837 saterbakatle Send Email Apr 27, 2010
4:31 pm
Hello, my name is Atle Saterbak, and I am attempting to make a virtual pet program for class. Unfortunately it was the problem I was stuck with. I dont need...
838 Jeremy Gardiner
oldsalo Send Email
Apr 27, 2010
5:39 pm
Atle, Suggest you first google "virtual pet program" to get some ideas of the kind of things you could do; then sketch some screen layouts of how you want it ...
839 griffin239 Send Email Apr 27, 2010
7:39 pm
Here's something you can do with simple text, then figure out how you want to deal with it graphically later. Pets have NEEDS: 1. a name (this is one time...
840 Bryan McDonald
sailing314 Send Email
Apr 27, 2010
7:41 pm
Maybe a bit more about the problem statement would be helpful. If you can draw a pet, that's a start. Maybe make it so: 1) if you don't do anything for a...
841 saterbakatle Send Email May 2, 2010
7:50 pm
Thanks for the help. If you can help me on doing time commands that would be a great start. I dont really know how to do them, and my computer science teacherf...
842 saterbakatle Send Email May 2, 2010
7:51 pm
Uum, i only know really basic stuff with it. I can do for next loops. I can draw stuff. I can use If then statements. I can do some random statements. I can...
843 griffin239 Send Email May 2, 2010
9:15 pm
Here's a simple program that keeps track of time. It expects keyboard input, the longer you wait, the more seconds elapse, eventually it will tell you how many...
844 jlu8672@...
jlu8672@att.net Send Email
Jun 25, 2010
9:00 pm
Hi- I'm pretty new here, and to Chipmunk Basic, 'though I'm a Fortran veteran. I"m running OS X Snow Leopard on an intel Mac, Is there some way to present...
845 Rob Keister
rskeister Send Email
Jun 26, 2010
8:10 pm
graphics PICT x,y, "filename.PICT" ... macfunction ( "DrawFromFile&quot;, fname$, x, y ) ... ______________________________ Save the whales. Collect the whole set. ...
846 René
charles.trois Send Email
Jun 28, 2010
9:49 am
Hello! Trying to run a program, I get this error message: if without then or endif in line 4916 I've rewritten the program and I'm sure that there is no if...
847 jeffonymail Jun 28, 2010
12:21 pm
Hi, Charles. My experience is that messages like this are possible if you have jumped out of a loop or subroutine without exiting properly. This leaves items...
848 René
charles.trois Send Email
Jun 28, 2010
2:26 pm
... Thanks for your advice, which I shall keep in mind. But this time I must apologize for raising a false alarm: there was indeed an if without endif...
849 carroll_bible Send Email Jul 6, 2010
3:18 am
Hi, everyone, I discovered BASIC on the TRS 80 when the BASIC Editor was how the machine booted. On DOS boxes I followed it through GW BASIC, but was involved...
850 griffin239 Send Email Jul 6, 2010
9:38 pm
... This would be useful resource. The "Files" section would most likely be the place for such a thing as the Database on yahoo groups is, well, basically a...
851 Bryan McDonald
sailing314 Send Email
Jul 6, 2010
9:40 pm
Here is some basic code from some programs I wrote for a four part basic tutorial I posted on YouTube (in HD): http://www.youtube.com/watch?v=MXRHt3R_9so ...
852 Bryan McDonald
sailing314 Send Email
Jul 6, 2010
9:40 pm
Can you please post the source for reference? Sent from my new iPhone 3GS ... [Non-text portions of this message have been removed]...
853 carroll_bible Send Email Jul 7, 2010
8:58 pm
Byran, Thanks for all the good material. Here is the "Bingo" my eye immediately picked out: sprite 0,1,"mypic.jpg",50,350,128 I was wondering how to create a...
854 carroll_bible Send Email Jul 7, 2010
8:58 pm
Hey, bill, I appreciate your input. The legacy programs I have were mostly created in DOS on GW Basic (or whatever version I last used in the 80's). So they...
855 griffin239 Send Email Jul 8, 2010
1:55 am
... Not sure if its the same on Windows but I'll assume it is. The editor or "Console" is basically where you stick your code, some basic text output can be...
856 MJB
mbourne182 Send Email
Jul 22, 2010
10:28 pm
Is there a way to disable/remove the say command within Chipmunk Basic? The program is used at a school and some students like to open the program and have it...
857 Jeremy
oldsalo Send Email
Sep 11, 2010
7:42 pm
Anyone in the group who is interested in working with geometric designs might find the following program interesting (uses Mac graphics). ...
858 mstorkamp Send Email Nov 10, 2010
5:53 pm
I'm having problems multiplying matrixes. Am I doing something wrong here? My code: option degree option base 1 dim a(4,4), b(1,4), c(1,4) mat a = idn(4) print...
859 rhnlogic Send Email Nov 10, 2010
5:59 pm
HotPaw Basic for iPhone/iOS now supports a Basic language syntax almost identical to the terminal/command-line version of Chipmunk Basic. Get the full version...
860 Bryan McDonald
sailing314 Send Email
Nov 11, 2010
7:16 pm
This is awesome! I bought my copy today! Thanks, Bryan McDonald Senior Product Design Manager Apple Inc. ... [Non-text portions of this message have been...
861 René
charles.trois Send Email
Dec 8, 2010
4:42 pm
Here is a subroutine belonging to a Sudoku solver program: sub solution(ordre$,test,suivre,bb$,choix$,tmp) ordre$ =...
Messages 832 - 861 of 974   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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