-->
My Tutorials
-->
-->
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
»
General Discussion
»
Art
»
My Tutorials
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: My Tutorials (Read 3286 times)
0 Members and 1 Guest are viewing this topic.
Yoshy Ryu
Guest
My Tutorials
«
on:
November 04, 2006, 06:48:00 am »
I dunno man, You guys are like some Underground Cult that dislikes my kind of spriting... (j/k)
Comments?
--------------------------
What Ever Sprite Comic
These are Tutorials for Newbie Spriters.
http://www.drunkduck.com/What_Ever_SC/index.php?p=132941
http://www.drunkduck.com/What_Ever_SC/index.php?p=133387
http://www.drunkduck.com/What_Ever_SC/index.php?p=133724
http://www.drunkduck.com/What_Ever_SC/index.php?p=134764
http://www.drunkduck.com/What_Ever_SC/index.php?p=135842
http://wesc.smackjeeves.com/comics/109290/
Logged
Demon
Guest
My Tutorials
«
Reply #1 on:
November 04, 2006, 07:11:00 am »
Dude, your spiriting guides are awesome :thumbup:
Logged
bfr
LV8
Addict (Next: 1000)
Posts: 819
Rating: +4/-0
My Tutorials
«
Reply #2 on:
November 04, 2006, 04:34:00 pm »
Nice work! I might actually be able to produce a good sprite? (My Goomba wasn't too bad, was it?
)
Logged
bfr's website -
http://bfr.tifreakware.net
DJ Omnimaga
Clacualters are teh gr33t
CoT Emeritus
LV15
Omnimagician (Next: --)
Posts: 55943
Rating: +3154/-232
CodeWalrus founder & retired Omnimaga founder
My Tutorials
«
Reply #3 on:
November 08, 2006, 03:36:00 pm »
sry i wasmt here for a while and couldnt check, it look pretty nice, i didnt got time to read til the end tho I'll prbly check again later
Logged
Yoshy Ryu
Guest
My Tutorials
«
Reply #4 on:
February 01, 2007, 12:58:00 pm »
My WESC tutorials are Up..
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 #5 on:
February 01, 2007, 01:58:00 pm »
I saw in the other topic, nice work
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
Omnimaga
»
Forum
»
General Discussion
»
Art
»
My Tutorials
\n\t\t\t\t\t\t\t\t\t
<' + '/div>\n\t\t\t\t\t\t\t\t\t
%body%<' + '/textarea>
\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t
Max characters: 20000; characters remaining:
...<' + '/span><' + '/span>
\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\t<' + '/div>\n\t\t\t\t\t\t\t\t<' + '/div>', sTemplateSubjectEdit: '
', sTemplateBodyNormal: '%body%', sTemplateSubjectNormal: '
%subject%<' + '/a>', sTemplateTopSubject: 'Topic: %subject% (Read 3286 times)', sErrorBorderStyle: '1px solid red' }); aJumpTo[aJumpTo.length] = new JumpTo({ sContainerId: "display_jump_to", sJumpToTemplate: "
Jump to:<" + "/label> %dropdown_list%", iCurBoardId: 8, iCurBoardChildLevel: 0, sCurBoardName: "Art", sBoardChildLevelIndicator: "==", sBoardPrefix: "=> ", sCatSeparator: "-----------------------------", sCatPrefix: "", sGoButtonLabel: "go" }); aIconLists[aIconLists.length] = new IconList({ sBackReference: "aIconLists[" + aIconLists.length + "]", sIconIdPrefix: "msg_icon_", sScriptUrl: smf_scripturl, bShowModify: true, iBoardId: 8, iTopicId: 1753, sSessionId: "75a5c90613ddf123f17c814eed7daabd", sSessionVar: "d13c60867c", sLabelIconList: "Message Icon", sBoxBackground: "transparent", sBoxBackgroundHover: "#ffffff", iBoxBorderWidthHover: 1, sBoxBorderColorHover: "#adadad" , sContainerBackground: "#ffffff", sContainerBorder: "1px solid #adadad", sItemBorder: "1px solid #ffffff", sItemBorderHover: "1px dotted gray", sItemBackground: "transparent", sItemBackgroundHover: "#e0e0f0" }); } function tick2() { if (typeof(document.forms.quickModForm) != "undefined") { calcCharLeft2(); setTimeout("tick2()", 1000); } else setTimeout("tick2()", 800); } function message_onkeyup() { if (typeof(document.forms.quickModForm) != "undefined" && typeof(document.forms.quickModForm.message) != "undefined") { document.forms.quickModForm.message.onkeyup = function onkeyup(event) { storeCaret(this); calcCharLeft2(); }; } else setTimeout("message_onkeyup()", 800); } message_onkeyup(); function calcCharLeft2() { var maxLength = 20000; var oldEditor = "", currentEditor = document.forms.quickModForm.message.value; if (!document.getElementById("editorLeft2")) return; if (oldEditor != currentEditor) { oldEditor = currentEditor; if (currentEditor.replace(/\r/, "").length > maxLength) document.forms.quickModForm.message.value = currentEditor.replace(/\r/, "").substring(0, maxLength); currentEditor = document.forms.quickModForm.message.value.replace(/\r/, ""); } setInnerHTML(document.getElementById("editorLeft2"), maxLength - currentEditor.length); } // ]]>-->