You should've scrolled quickly through the source code in the video, so we can pause and write it down. You can't rely on those file sites for too long......
Hi Becky, thanks for answering that on this page, I'd put an answer on my blog but not mentioned it here. Ever thought about writing some 3D videos? I'm covering 2D stuff here but thought about how I'm going to cover 3D
Hey nice to see ya back with a new video. Nice health bars as well. Umm, I've got a question. I haven't quite found the answer I've been looking for on the web for this so...
I was wondering if you could explain to me how to create my own function to do something new in my program. Ex. Create a new print function with extra abilities for the user. If you could help that would be great.
hey please reupload the source code for this tut i really need it
TheOriginalVZdemon 1 year ago
You should've scrolled quickly through the source code in the video, so we can pause and write it down. You can't rely on those file sites for too long......
mv333 2 years ago
cool it works now, thnx
basketballrobb 3 years ago
sorry about the download not working, I'm travelling right now, but will try to fix it at the weekend assuming I have the files with me.
amcadam26 3 years ago
same here bro, the file link is broken. Im dying to see that source code xD
Twinfun2 3 years ago
the link to the source code isn't working for me
basketballrobb 3 years ago
Hi Becky, thanks for answering that on this page, I'd put an answer on my blog but not mentioned it here. Ever thought about writing some 3D videos? I'm covering 2D stuff here but thought about how I'm going to cover 3D
amcadam26 3 years ago
@TheLividePianoist
myPrint 10,10,"hello world","red"
function myPrint(x,y,txt$,cl$) if cl="red" then color 255,0,0
text x,y,txt
end function
BeckyRoseI 3 years ago
Hey nice to see ya back with a new video. Nice health bars as well. Umm, I've got a question. I haven't quite found the answer I've been looking for on the web for this so...
I was wondering if you could explain to me how to create my own function to do something new in my program. Ex. Create a new print function with extra abilities for the user. If you could help that would be great.
TheLividePianoist 3 years ago