Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
About
Team
Rules
Stats
Status
Sitemap
Chat
Downloads
Forum
News
Our Projects
Major Community Projects
Recent Posts
Unread Posts
Replies
Tools
SourceCoder3
Other Things...
Omnimaga Radio
TI-83 Plus ASM File Unsquisher
Z80 Conversion Tools
IES TI File Editor
Free RAM areas
Comprehensive Getkeyr table
URL Shortener
Online Axe Tilemap Editor
Help
Contact Us
Change Request
Report Issue/Bug
Team
Articles
Members
View the memberlist
Search For Members
Buddies
Login
Register
Omnimaga
»
Forum
»
Omnimaga
»
News
»
Another PRIZM contest: Make a BASIC game or tool in 2 days!
« previous
next »
Print
Pages:
1
2
[
3
]
4
5
Go Down
Author
Topic: Another PRIZM contest: Make a BASIC game or tool in 2 days! (Read 19377 times)
0 Members and 3 Guests are viewing this topic.
Yeong
Not a bridge
LV12
Extreme Poster (Next: 5000)
Posts: 3739
Rating: +278/-12
Survivor of Apocalypse
Re: Another PRIZM contest: Make a BASIC game or tool in 2 days!
«
Reply #30 on:
February 25, 2012, 08:57:15 pm »
also, try to utilize => (JUMP F3) as much as possible.
The syntax is:
Condition
=>
Condition if true
[:
Condition of false
]
«
Last Edit: February 25, 2012, 08:57:28 pm by TBO_Yeong
»
Logged
Sig wipe!
saintrunner
Custom Spriter: You ask it! I'll Make it!
LV10
31337 u53r (Next: 2000)
Posts: 1787
Rating: +115/-11
Flogging Molly
Re: Another PRIZM contest: Make a BASIC game or tool in 2 days!
«
Reply #31 on:
February 25, 2012, 08:58:03 pm »
example?
Logged
My
Sprites
Thread :Updated often
for your viewing pleasure
GAMES:
Spoiler
For
Spoiler
:
:
Caedes
[On Hold]
:
Legend of Zelda: Link to the Future
:
Seeker
:
POGO Dark/Light
:
Zoom
:
Mario Shotgun
TIfanx1999
ಠ_ಠ ( ͡° ͜ʖ ͡°)
CoT Emeritus
LV13
Extreme Addict (Next: 9001)
Posts: 6173
Rating: +191/-9
Re: Another PRIZM contest: Make a BASIC game or tool in 2 days!
«
Reply #32 on:
February 25, 2012, 09:01:10 pm »
Wow, super quick deadline! O.o Good luck everyone!
Logged
saintrunner
Custom Spriter: You ask it! I'll Make it!
LV10
31337 u53r (Next: 2000)
Posts: 1787
Rating: +115/-11
Flogging Molly
Re: Another PRIZM contest: Make a BASIC game or tool in 2 days!
«
Reply #33 on:
February 25, 2012, 09:02:27 pm »
Quote from: Art_of_camelot on February 25, 2012, 09:01:10 pm
Wow, super quick deadline! O.o Good luck everyone!
yes that is one of the reasons why I am not planning on participating
I'm on college visits and won't have as much time to perfect much, but Good Luck to those who do paricipate
Logged
My
Sprites
Thread :Updated often
for your viewing pleasure
GAMES:
Spoiler
For
Spoiler
:
:
Caedes
[On Hold]
:
Legend of Zelda: Link to the Future
:
Seeker
:
POGO Dark/Light
:
Zoom
:
Mario Shotgun
Yeong
Not a bridge
LV12
Extreme Poster (Next: 5000)
Posts: 3739
Rating: +278/-12
Survivor of Apocalypse
Re: Another PRIZM contest: Make a BASIC game or tool in 2 days!
«
Reply #34 on:
February 25, 2012, 09:09:48 pm »
for example:
A=3:Goto 1:Goto 2
If A=3, it jumps to lbl 1. otherwise, it jumps to lbl 2.
Logged
Sig wipe!
saintrunner
Custom Spriter: You ask it! I'll Make it!
LV10
31337 u53r (Next: 2000)
Posts: 1787
Rating: +115/-11
Flogging Molly
Re: Another PRIZM contest: Make a BASIC game or tool in 2 days!
«
Reply #35 on:
February 25, 2012, 09:11:39 pm »
So A=3=>goto 1:goto 2
^^ with the => key after the condition? aaah this will help a ton thanks
Logged
My
Sprites
Thread :Updated often
for your viewing pleasure
GAMES:
Spoiler
For
Spoiler
:
:
Caedes
[On Hold]
:
Legend of Zelda: Link to the Future
:
Seeker
:
POGO Dark/Light
:
Zoom
:
Mario Shotgun
Yeong
Not a bridge
LV12
Extreme Poster (Next: 5000)
Posts: 3739
Rating: +278/-12
Survivor of Apocalypse
Re: Another PRIZM contest: Make a BASIC game or tool in 2 days!
«
Reply #36 on:
February 25, 2012, 09:12:40 pm »
yes. it's much better than simple If/Else stuff.
Logged
Sig wipe!
saintrunner
Custom Spriter: You ask it! I'll Make it!
LV10
31337 u53r (Next: 2000)
Posts: 1787
Rating: +115/-11
Flogging Molly
Re: Another PRIZM contest: Make a BASIC game or tool in 2 days!
«
Reply #37 on:
February 25, 2012, 09:14:01 pm »
how is that text wrapping coming? do you understand all the str( choices? like left right mid (I'm assuming is for string location) and the other things?
Logged
My
Sprites
Thread :Updated often
for your viewing pleasure
GAMES:
Spoiler
For
Spoiler
:
:
Caedes
[On Hold]
:
Legend of Zelda: Link to the Future
:
Seeker
:
POGO Dark/Light
:
Zoom
:
Mario Shotgun
Yeong
Not a bridge
LV12
Extreme Poster (Next: 5000)
Posts: 3739
Rating: +278/-12
Survivor of Apocalypse
Re: Another PRIZM contest: Make a BASIC game or tool in 2 days!
«
Reply #38 on:
February 25, 2012, 09:14:42 pm »
What I do understand is StrMid(.
It works just like sub( in TI-BASIC!
Logged
Sig wipe!
saintrunner
Custom Spriter: You ask it! I'll Make it!
LV10
31337 u53r (Next: 2000)
Posts: 1787
Rating: +115/-11
Flogging Molly
Re: Another PRIZM contest: Make a BASIC game or tool in 2 days!
«
Reply #39 on:
February 25, 2012, 09:15:41 pm »
ok cool thanks
that was what I was mainly wondering about, where the sub command was, or more so what it was
Logged
My
Sprites
Thread :Updated often
for your viewing pleasure
GAMES:
Spoiler
For
Spoiler
:
:
Caedes
[On Hold]
:
Legend of Zelda: Link to the Future
:
Seeker
:
POGO Dark/Light
:
Zoom
:
Mario Shotgun
Yeong
Not a bridge
LV12
Extreme Poster (Next: 5000)
Posts: 3739
Rating: +278/-12
Survivor of Apocalypse
Re: Another PRIZM contest: Make a BASIC game or tool in 2 days!
«
Reply #40 on:
February 25, 2012, 09:16:23 pm »
also, you can't do Str1=Str2.
You have to do StrCmp(Str1,Str2)
It returns negative number if they're not equal.
Logged
Sig wipe!
LincolnB
Check It Out Now
LV9
Veteran (Next: 1337)
Posts: 1115
Rating: +125/-4
By Hackers For Hackers
Re: Another PRIZM contest: Make a BASIC game or tool in 2 days!
«
Reply #41 on:
February 25, 2012, 09:21:54 pm »
This is a really good idea, like Ludum Dare if any of you know of it. Maybe we could do something similar, but for Axe game making?
Logged
Completed Projects:
>>
Spacky Emprise
>>
Spacky 2 - Beta
>>
Fantastic Sam
>>
An Exercise In Futility
>>
GeoCore
My Current Projects:
Projects in Development:
In Medias Res - Contest Entry
Talk to me if you need help with Axe coding.
Spoiler
For
Bragging Rights
:
Not much yet, hopefully this section will grow soon with time (and more contests)
Yeong
Not a bridge
LV12
Extreme Poster (Next: 5000)
Posts: 3739
Rating: +278/-12
Survivor of Apocalypse
Re: Another PRIZM contest: Make a BASIC game or tool in 2 days!
«
Reply #42 on:
February 26, 2012, 11:22:23 am »
oh god 6 hrs left XP
Logged
Sig wipe!
DJ Omnimaga
Clacualters are teh gr33t
CoT Emeritus
LV15
Omnimagician (Next: --)
Posts: 55943
Rating: +3154/-232
CodeWalrus founder & retired Omnimaga founder
Re: Another PRIZM contest: Make a BASIC game or tool in 2 days!
«
Reply #43 on:
February 26, 2012, 05:44:58 pm »
Only 10 minutes left!
EDIT: It's over!
«
Last Edit: February 26, 2012, 06:04:37 pm by DJ_O
»
Logged
Spenceboy98
LV7
Elite (Next: 700)
Posts: 547
Rating: +59/-2
Re: Another PRIZM contest: Make a BASIC game or tool in 2 days!
«
Reply #44 on:
February 26, 2012, 06:16:13 pm »
Where can I see all of the entries? If you post it, post it in link form Please.
Logged
I like milk.
Print
Pages:
1
2
[
3
]
4
5
Go Up
« previous
next »
Omnimaga
»
Forum
»
Omnimaga
»
News
»
Another PRIZM contest: Make a BASIC game or tool in 2 days!