Page 1 of 1

how I can make a tutorial ?

PostPosted: Mon Mar 23, 2015 1:55 pm
by themightymekon
Hi,

Can anyone start me off by explaining how I can make a tutorial and then upload it to the forum? :mrgreen:

Regards, themightymekon

Re: how I can make a tutorial ?

PostPosted: Mon Mar 23, 2015 4:46 pm
by schnellboot
Code: Select all
if(text)
   newTopic(tutorial).append(someText);

else if(video)
   newTopic(tutorial).append(videoAndMaybeText);

else
   decideBetween(text, video);

Re: how I can make a tutorial ?

PostPosted: Tue Mar 24, 2015 4:13 pm
by themightymekon
Thanks schnellboot,

I will type it in tonight, and see what happens.
:roll: :?:


Regards,
themightymekon