Author Topic: Another PRIZM contest: Make a BASIC game or tool in 2 days!  (Read 17063 times)

0 Members and 1 Guest are viewing this topic.

Offline Yeong

  • Not a bridge
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3739
  • Rating: +278/-12
  • Survivor of Apocalypse
    • View Profile
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 »
Sig wipe!

Offline saintrunner

  • Custom Spriter: You ask it! I'll Make it!
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1787
  • Rating: +115/-11
  • Flogging Molly
    • View Profile
    • Jonny K Music
Re: Another PRIZM contest: Make a BASIC game or tool in 2 days!
« Reply #31 on: February 25, 2012, 08:58:03 pm »
example?
My Sprites Thread   :Updated often :) for your viewing pleasure

GAMES:

Offline TIfanx1999

  • ಠ_ಠ ( ͡° ͜ʖ ͡°)
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 6173
  • Rating: +191/-9
    • View Profile
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!

Offline saintrunner

  • Custom Spriter: You ask it! I'll Make it!
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1787
  • Rating: +115/-11
  • Flogging Molly
    • View Profile
    • Jonny K Music
Re: Another PRIZM contest: Make a BASIC game or tool in 2 days!
« Reply #33 on: February 25, 2012, 09:02:27 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
My Sprites Thread   :Updated often :) for your viewing pleasure

GAMES:

Offline Yeong

  • Not a bridge
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3739
  • Rating: +278/-12
  • Survivor of Apocalypse
    • View Profile
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.
Sig wipe!

Offline saintrunner

  • Custom Spriter: You ask it! I'll Make it!
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1787
  • Rating: +115/-11
  • Flogging Molly
    • View Profile
    • Jonny K Music
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 :)
My Sprites Thread   :Updated often :) for your viewing pleasure

GAMES:

Offline Yeong

  • Not a bridge
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3739
  • Rating: +278/-12
  • Survivor of Apocalypse
    • View Profile
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. :D
Sig wipe!

Offline saintrunner

  • Custom Spriter: You ask it! I'll Make it!
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1787
  • Rating: +115/-11
  • Flogging Molly
    • View Profile
    • Jonny K Music
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?
My Sprites Thread   :Updated often :) for your viewing pleasure

GAMES:

Offline Yeong

  • Not a bridge
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3739
  • Rating: +278/-12
  • Survivor of Apocalypse
    • View Profile
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! :D
Sig wipe!

Offline saintrunner

  • Custom Spriter: You ask it! I'll Make it!
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1787
  • Rating: +115/-11
  • Flogging Molly
    • View Profile
    • Jonny K Music
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
My Sprites Thread   :Updated often :) for your viewing pleasure

GAMES:

Offline Yeong

  • Not a bridge
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3739
  • Rating: +278/-12
  • Survivor of Apocalypse
    • View Profile
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.
Sig wipe!

Offline LincolnB

  • Check It Out Now
  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1115
  • Rating: +125/-4
  • By Hackers For Hackers
    • View Profile
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?
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)



Offline Yeong

  • Not a bridge
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3739
  • Rating: +278/-12
  • Survivor of Apocalypse
    • View Profile
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
Sig wipe!

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
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 »

Offline Spenceboy98

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 547
  • Rating: +59/-2
    • View Profile
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.
I like milk.