Author Topic: (HELP) Ridley Bomber  (Read 10034 times)

0 Members and 1 Guest are viewing this topic.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: (HELP) Ridley Bomber
« Reply #15 on: November 19, 2010, 06:02:02 pm »
@ TI-DKS: Axe has the same speed as an inefficiently written ASM program. It's not quite as fast as ASM written by an expert coder.

@kanak: I'd highly recommend learning TI-BASIC before embarking on any major projects for switching to a more advanced language such as Axe. Some parts of game design are really difficult to get right unless you know the language (IE battle engines and cheat codes). It probably won't take you very long to get fairly proficient at TI-BASIC, especially if you know where the resources are. One of the best is TI-BASIC Dev. It has listings of all of the commands, as well as useful routines and programming techniques. I still use it occasionally when writing BASIC. Also, don't be afraid to ask for help. There are plenty of excellent BASIC programmers here.

EDIT: Also, one of the major limitations of TI-BASIC is that it's incredibly slow at drawing pictures. You might want to consider holding off from a graphics heavy game until you switch to Axe or ASM.
Also in BASIC data can be very large. Code is a bit smaller, though.

By the way welcome here Kanak. I hope you enjoy your stay on the forums. :)
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Ti-DkS

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 143
  • Rating: +21/-1
  • In retro, we trust !
    • View Profile
Re: (HELP) Ridley Bomber
« Reply #16 on: November 20, 2010, 04:50:59 am »
Qwerty.55, the problem is he already asked his teacher about these equations, isn't it right Kanak' ?
Try another problem of millenium price, Kanak ;D

Offline Kanak (RH)

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 10
  • Rating: +0/-0
    • View Profile
Re: (HELP) Ridley Bomber
« Reply #17 on: November 20, 2010, 06:55:43 am »
that's true Ti-DkS ;)

Thanks DJ :)

But well, hat's not easy to use english programs, 'cause I'm french, and as I wait for my TI-84 (coming ...) I use a TI-83 which keys are in french ... ;(
Not easy to learn for the moment, but I'll get training with Ti-DkS later ;)

Offline Ti-DkS

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 143
  • Rating: +21/-1
  • In retro, we trust !
    • View Profile
Re: (HELP) Ridley Bomber
« Reply #18 on: November 20, 2010, 10:52:52 am »
It's why I've deleted the French translation app from my calculator, It tooks me too many time to translate each functions after so I've erased it ;) (It's also because I've learnt Basic in english !)

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: (HELP) Ridley Bomber
« Reply #19 on: November 20, 2010, 05:02:33 pm »
Also, Francais and other language APPS can conflict with Omnicalc, xLIB and Axe, I think. Also, with everything in French it can be harder to get help on coding unless you use SourceCoder to copy your code instead of typing it by hand. Also those apps take 16 KB each X.x
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Ti-DkS

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 143
  • Rating: +21/-1
  • In retro, we trust !
    • View Profile
Re: (HELP) Ridley Bomber
« Reply #20 on: November 21, 2010, 03:51:08 am »
Yes but xLib is a good way to draw tilemaps or sprites easyly in Ti Basic, even if the app size is 16k, right ;) ? It is very useful !
Kanak, I advice you to try this because that library doesn't require any more skill to be used  (just knowing Ti-Basic :) )

Offline Kanak (RH)

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 10
  • Rating: +0/-0
    • View Profile
Re: (HELP) Ridley Bomber
« Reply #21 on: November 21, 2010, 05:03:49 am »
Ok, thanks Ti-DkS and DJ :)

Offline Ti-DkS

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 143
  • Rating: +21/-1
  • In retro, we trust !
    • View Profile
Re: (HELP) Ridley Bomber
« Reply #22 on: November 21, 2010, 01:26:16 pm »
Good luck with Ti-Basic learning ;D It isn't so difficult, then if you are a little bit concentrated you can learn it quickly. The longer to have is experience I think ;)

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: (HELP) Ridley Bomber
« Reply #23 on: November 21, 2010, 05:34:57 pm »
Also don't forget to backup often. Even in BASIC it's possible to get a RAM clear. With libraries of Axe it's even more frequent, though, when your game has errors.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Kanak (RH)

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 10
  • Rating: +0/-0
    • View Profile
Re: (HELP) Ridley Bomber
« Reply #24 on: November 24, 2010, 08:59:39 am »
Sorry for my absence, but it's not so easy to learn..
But well, I understand aproximatly, so for the moment it's okay ^^'

Offline Ti-DkS

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 143
  • Rating: +21/-1
  • In retro, we trust !
    • View Profile
Re: (HELP) Ridley Bomber
« Reply #25 on: November 24, 2010, 02:57:50 pm »
Then good luck in your learning ;D

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: (HELP) Ridley Bomber
« Reply #26 on: November 24, 2010, 03:02:16 pm »
Sorry for my absence, but it's not so easy to learn..
But well, I understand aproximatly, so for the moment it's okay ^^'
Don't worry about it. If you need help, feel free to ask and don't forget to also check some of the old topics here in case you might find useful stuff. Good luck! :)
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Ti-DkS

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 143
  • Rating: +21/-1
  • In retro, we trust !
    • View Profile
Re: (HELP) Ridley Bomber
« Reply #27 on: November 26, 2010, 04:22:16 pm »
Good luck man ! Any problems/questions yet ?