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
»
Calculator Community
»
Other Calc-Related Projects and Ideas
»
my tutorials.
« previous
next »
Print
Pages: [
1
]
2
Go Down
Author
Topic: my tutorials. (Read 9190 times)
0 Members and 1 Guest are viewing this topic.
elfprince13
Guest
my tutorials.
«
on:
April 26, 2006, 01:33:00 pm »
The only one that is currently completed is my No-lib Maps/Sprites Guide.
What Im working on once I finish Frog RPG
Scrolling in Basic
Isometricity and TI-Basic
Vector Graphics in TI-Basic
Logged
DJ Omnimaga
Clacualters are teh gr33t
CoT Emeritus
LV15
Omnimagician (Next: --)
Posts: 55943
Rating: +3154/-232
CodeWalrus founder & retired Omnimaga founder
my tutorials.
«
Reply #1 on:
April 26, 2006, 01:57:00 pm »
wow nice, I am curious about them, I want to learn how to make graphics like in Kerm CS1 game ^^ (maybe faster tho)
Logged
Radical Pi
LV9
Veteran (Next: 1337)
Posts: 1143
Rating: +5/-2
my tutorials.
«
Reply #2 on:
April 26, 2006, 02:06:00 pm »
CDI has a scrolling tut, but another one can only help.
And vector grafix would be a major help in rpgs...
Logged
One of these days I'll get a sig I'm really proud of.
kalan_vod
LV11
Super Veteran (Next: 3000)
Posts: 2715
Rating: +10/-0
my tutorials.
«
Reply #3 on:
April 26, 2006, 02:20:00 pm »
Great addition to the team EP, I hope to see these tuts soon.
Logged
Liazon
Guest
my tutorials.
«
Reply #4 on:
April 26, 2006, 02:34:00 pm »
QuoteBegin-elfprince13+Apr 26 2006, 07:33 PM-->
QUOTE
(elfprince13 @ Apr 26 2006, 07:33 PM)
The only one that is currently completed is my No-lib Maps/Sprites Guide.
What Im working on once I finish Frog RPG
Scrolling in Basic
Isometricity and TI-Basic
Vector Graphics in TI-Basic
This logic behind those techniques are helpful to any programmer really. That's really nice.
Logged
elfprince13
Guest
my tutorials.
«
Reply #5 on:
April 26, 2006, 03:48:00 pm »
its odd on the vector graphics. Ive been experimenting with them, and its pretty cool, but in some ways it feels like backsliding. I used to use the point/line commands in almost all my games. Then I moved on the ascii graphics/text sprites/stat sprites. Now Im slowing moving back to using Line() as i discover how powerful it can be.
Logged
kalan_vod
LV11
Super Veteran (Next: 3000)
Posts: 2715
Rating: +10/-0
my tutorials.
«
Reply #6 on:
April 26, 2006, 04:02:00 pm »
QuoteBegin-elfprince13+Apr 26 2006, 09:48 PM-->
QUOTE
(elfprince13 @ Apr 26 2006, 09:48 PM)
its odd on the vector graphics. Ive been experimenting with them, and its pretty cool, but in some ways it feels like backsliding. I used to use the point/line commands in almost all my games. Then I moved on the ascii graphics/text sprites/stat sprites. Now Im slowing moving back to using Line() as i discover how powerful it can be.
And faster. I am interested in knowing more about vectors as well.
Logged
elfprince13
Guest
my tutorials.
«
Reply #7 on:
April 26, 2006, 04:15:00 pm »
you know what vector graphics are right? as opposed to rasterised graphics....
anyway for the most part, Basic drawing is a crappy combination of the 2....
however what you can do to simulate vector graphics (like in Flash animations) is to have a series of Line() connected nodes (stored in a list or using a string and expr() depending on how much space you need). Then, you can move the nodes around, and use the same Line() commands to draw different stuff.
Logged
DJ Omnimaga
Clacualters are teh gr33t
CoT Emeritus
LV15
Omnimagician (Next: --)
Posts: 55943
Rating: +3154/-232
CodeWalrus founder & retired Omnimaga founder
my tutorials.
«
Reply #8 on:
April 27, 2006, 01:31:00 am »
Didnt photoshop had vector graphic tools? I remember messing around with them
Logged
elfprince13
Guest
my tutorials.
«
Reply #9 on:
April 27, 2006, 03:37:00 am »
QuoteBegin-xlibman+Apr 27 2006, 07:31 AM-->
QUOTE
(xlibman @ Apr 27 2006, 07:31 AM)
Didnt photoshop had vector graphic tools? I remember messing around with them
I know what you're talking about, but I think its a different meaning for it.
Im talking vector graphics like SVG or Flash.
Logged
kalan_vod
LV11
Super Veteran (Next: 3000)
Posts: 2715
Rating: +10/-0
my tutorials.
«
Reply #10 on:
April 27, 2006, 03:58:00 am »
QuoteBegin-xlibman+Apr 27 2006, 07:31 AM-->
QUOTE
(xlibman @ Apr 27 2006, 07:31 AM)
Didnt photoshop had vector graphic tools? I remember messing around with them
That was illustrator, which uses math to draw instead of doing as PS. It's made by the same comp. (adobe).
EP:I never really messed with vectors on a calc...that's why I am interested in learning more about them.
Logged
elfprince13
Guest
my tutorials.
«
Reply #11 on:
April 27, 2006, 04:25:00 am »
all in good time my friend
as in, once I finish Frog RPG
Logged
Zeromus
Guest
my tutorials.
«
Reply #12 on:
April 27, 2006, 09:21:00 am »
QuoteBegin-elfprince13+Apr 26 2006, 07:33 PM-->
QUOTE
(elfprince13 @ Apr 26 2006, 07:33 PM)
Scrolling in Basic
CDI has another one done too, this one works with huge strings...
Can I see yours (I'm curious as to HOW you do it)
Logged
kalan_vod
LV11
Super Veteran (Next: 3000)
Posts: 2715
Rating: +10/-0
my tutorials.
«
Reply #13 on:
April 27, 2006, 10:12:00 am »
I think he means the scrolling like in frog RPG, on the graphscreen.
Logged
elfprince13
Guest
my tutorials.
«
Reply #14 on:
April 27, 2006, 11:14:00 am »
both. my sidescroller use *big* strings.
Frog RPG does something a little different.
my Quest demo uses a statplot
Logged
Print
Pages: [
1
]
2
Go Up
« previous
next »
Omnimaga
»
Forum
»
Calculator Community
»
Other Calc-Related Projects and Ideas
»
my tutorials.