TI 83/84
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me



Go Back   Dev Hardware ForumsSOFTWARETI 83/84

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Hardware Forums Sponsor:
  Trader Rating: 0 · #1  
Old August 29th, 2007, 09:11 PM
ak_gamer0615 ak_gamer0615 is offline
n00b DevH'er
Dev Hardware Newbie (0 - 499 posts)
 
Join Date: Aug 2007
Posts: 2 ak_gamer0615 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 14 m 13 sec
Reputation Power: 0
TI-83--Programming a Pong Game

Hey, I'm programming a Pong game for the TI-83; I'm used to programmming, but new to TI-BASIC. I have the following line of code, which the TI-83 says has a syntax error:

If D<0
Then
If R=2
Then
Rü3
End
If R=4
Then
Rü1
End
End

(the ü is the -> symbol)
The error appears at D<0
Is the error the Statement itself? If not, please tell me so I can be certain that I must look further back in order to fix the code. Please reply soon.

Reply With Quote
  Trader Rating: 0 · #2  
Old September 7th, 2007, 10:33 PM
Tezza_05 Tezza_05 is offline
Contributing User
Dev Hardware Newbie (0 - 499 posts)
 
Join Date: Sep 2007
Posts: 30 Tezza_05 User rank is Sergeant (500 - 2000 Reputation Level)Tezza_05 User rank is Sergeant (500 - 2000 Reputation Level)Tezza_05 User rank is Sergeant (500 - 2000 Reputation Level)Tezza_05 User rank is Sergeant (500 - 2000 Reputation Level)Tezza_05 User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 5 h 17 m
Reputation Power: 20
Wink

Quote:
Originally Posted by ak_gamer0615
Hey, I'm programming a Pong game for the TI-83; I'm used to programmming, but new to TI-BASIC. I have the following line of code, which the TI-83 says has a syntax error:

If D<0
Then
If R=2
Then
Rü3
End
If R=4
Then
Rü1
End
End

(the ü is the -> symbol)
The error appears at D<0
Is the error the Statement itself? If not, please tell me so I can be certain that I must look further back in order to fix the code. Please reply soon.


i don't see anything wrong..i'd just retype it to make sure that there isn't some petty little mistake that you have made... that often helps me....
anyway, i'm not quite sure but i'd look at the line above If D<0 just to make sure that it follows correctly, to make sure that some command doesn't need to ended or something.

Reply With Quote
  Trader Rating: 0 · #3  
Old February 19th, 2009, 10:20 PM
didize didize is offline
n00b DevH'er
Dev Hardware Newbie (0 - 499 posts)
 
Join Date: Feb 2009
Posts: 1 didize User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 12 m 6 sec
Reputation Power: 0
oh, its acturelly preetty simple

you should do
3->R
nor R->3
cuz the calc will read it as if u r trying to store R as varrible 3, but numbers canot be variable.
=)

Reply With Quote
  Trader Rating: 0 · #4  
Old April 4th, 2009, 07:38 PM
jonyboy280 jonyboy280 is offline
n00b DevH'er
Dev Hardware Newbie (0 - 499 posts)
 
Join Date: Apr 2009
Posts: 25 jonyboy280 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 4 h 8 m 51 sec
Reputation Power: 0
Quote:
Originally Posted by didize
oh, its acturelly preetty simple

you should do
3->R
nor R->3
cuz the calc will read it as if u r trying to store R as varrible 3, but numbers canot be variable.
=)


where do you get nor in the 2nd row??? (im in elementry and my sister dont need the calculator)

Reply With Quote
  Trader Rating: 0 · #5  
Old April 4th, 2009, 10:30 PM
MufinMcFlufin's Avatar
MufinMcFlufin MufinMcFlufin is offline
The Mufinator
Dev Hardware Newbie (0 - 499 posts)
 
Join Date: Aug 2008
Location: South Eastern USA
Posts: 331 MufinMcFlufin User rank is First Lieutenant (10000 - 20000 Reputation Level)MufinMcFlufin User rank is First Lieutenant (10000 - 20000 Reputation Level)MufinMcFlufin User rank is First Lieutenant (10000 - 20000 Reputation Level)MufinMcFlufin User rank is First Lieutenant (10000 - 20000 Reputation Level)MufinMcFlufin User rank is First Lieutenant (10000 - 20000 Reputation Level)MufinMcFlufin User rank is First Lieutenant (10000 - 20000 Reputation Level)MufinMcFlufin User rank is First Lieutenant (10000 - 20000 Reputation Level)MufinMcFlufin User rank is First Lieutenant (10000 - 20000 Reputation Level) 
Time spent in forums: 3 Days 3 h 30 m 43 sec
Reputation Power: 114
Quote:
Originally Posted by jonyboy280
where do you get nor in the 2nd row??? (im in elementry and my sister dont need the calculator)

i think he meant not
as in "do not do this 'R->3'"
notice that the "t" is right next to the "r" on the keyboard
accidents happen

Reply With Quote
  Trader Rating: 0 · #6  
Old December 7th, 2012, 07:56 AM
DatMikeKid DatMikeKid is offline
n00b DevH'er
Dev Hardware Newbie (0 - 499 posts)
 
Join Date: Dec 2012
Posts: 2 DatMikeKid User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 7 m 36 sec
Reputation Power: 0
Quote:
Originally Posted by jonyboy280
where do you get nor in the 2nd row??? (im in elementry and my sister dont need the calculator)

Alright, but what is the full code? I like this site btw. lol

Reply With Quote
  Trader Rating: 0 · #7  
Old December 7th, 2012, 12:09 PM
MufinMcFlufin's Avatar
MufinMcFlufin MufinMcFlufin is offline
The Mufinator
Dev Hardware Newbie (0 - 499 posts)
 
Join Date: Aug 2008
Location: South Eastern USA
Posts: 331 MufinMcFlufin User rank is First Lieutenant (10000 - 20000 Reputation Level)MufinMcFlufin User rank is First Lieutenant (10000 - 20000 Reputation Level)MufinMcFlufin User rank is First Lieutenant (10000 - 20000 Reputation Level)MufinMcFlufin User rank is First Lieutenant (10000 - 20000 Reputation Level)MufinMcFlufin User rank is First Lieutenant (10000 - 20000 Reputation Level)MufinMcFlufin User rank is First Lieutenant (10000 - 20000 Reputation Level)MufinMcFlufin User rank is First Lieutenant (10000 - 20000 Reputation Level)MufinMcFlufin User rank is First Lieutenant (10000 - 20000 Reputation Level) 
Time spent in forums: 3 Days 3 h 30 m 43 sec
Reputation Power: 114
Quote:
Originally Posted by DatMikeKid
Alright, but what is the full code? I like this site btw. lol

Blast from the past, eh? I'll do a little looking and see if I can find you one of my old pong programs. Haven't done programming with TI Basic in a long time, so it may take a bit to find the code.
__________________
TI BASIC Tutor

Reply With Quote
  Trader Rating: 0 · #8  
Old December 10th, 2012, 07:23 AM
DatMikeKid DatMikeKid is offline
n00b DevH'er
Dev Hardware Newbie (0 - 499 posts)
 
Join Date: Dec 2012
Posts: 2 DatMikeKid User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 7 m 36 sec
Reputation Power: 0
Quote:
Originally Posted by MufinMcFlufin
Blast from the past, eh? I'll do a little looking and see if I can find you one of my old pong programs. Haven't done programming with TI Basic in a long time, so it may take a bit to find the code.

Thanks Bro. I really get bored with those overly simple games. like BlackJack, or snake. lol

Reply With Quote
Reply

Viewing: Dev Hardware ForumsSOFTWARETI 83/84 > TI-83--Programming a Pong Game


Developer Shed Affiliates

 


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
     
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap