Request a Tutorial
Author |
Message |
[Gandalf]
|
|
|
|
|
Sponsor Sponsor
|
|
|
saltpro15
|
Posted: Thu Jan 29, 2009 9:33 am Post subject: RE:Request a Tutorial |
|
|
Gandalf how do you find these? I ran about 10 searches and all that comes up is stickies and the same crap I've read a hundred times thanks though |
|
|
|
|
|
[Gandalf]
|
Posted: Thu Jan 29, 2009 9:53 pm Post subject: RE:Request a Tutorial |
|
|
Search the "Turing Tutorials" forums by topic and use keywords "FPS frame rate", as you can see at the end of each link I posted.
No problem. |
|
|
|
|
|
westniles
|
Posted: Mon May 25, 2009 11:40 am Post subject: Re: Request a Tutorial |
|
|
hey guys. i am making a video game for turing and i was wondering how i can make an enemy picture move along the bottom of the screen back and forth like in Mario with the Gumbas thx any comments are helpful. |
|
|
|
|
|
leafs23
|
Posted: Wed May 27, 2009 7:18 pm Post subject: Re: Request a Tutorial |
|
|
westniles @ Mon May 25, 2009 10:40 am wrote: hey guys. i am making a video game for turing and i was wondering how i can make an enemy picture move along the bottom of the screen back and forth like in Mario with the Gumbas thx any comments are helpful.
just use animation |
|
|
|
|
|
ecookman
|
Posted: Thu May 28, 2009 7:46 am Post subject: Re: Request a Tutorial |
|
|
westniles @ Mon May 25, 2009 11:40 am wrote: hey guys. i am making a video game for turing and i was wondering how i can make an enemy picture move along the bottom of the screen back and forth like in Mario with the Gumbas thx any comments are helpful.
for loops and locate function for making it move along the screen by itself
for statement
put "W"
locate (1, +[var used in for statement]
end for
if you want to move it across the screen with keys look for a game that has been already made and use that code as a template. |
|
|
|
|
|
ecookman
|
Posted: Thu May 28, 2009 7:48 am Post subject: RE:Request a Tutorial |
|
|
A tutorial request:
making a coutndown timer that you can enter a date and it would save it and count down from then untill the time reaches 0 and then it deletes the saved date. |
|
|
|
|
|
prateke
|
Posted: Tue Oct 06, 2009 11:14 am Post subject: RE:Request a Tutorial |
|
|
umm... im kinda new to turing and i look forward to using it for my math and stuff. But i need to know how to put in a scroll bar in the prgramme cuz i cant see what my prog has outputted in all =) |
|
|
|
|
|
Sponsor Sponsor
|
|
|
DemonWasp
|
Posted: Tue Oct 06, 2009 12:26 pm Post subject: RE:Request a Tutorial |
|
|
Look into View.Set in the Turing help. You will want to set it to either "text" or "screen" output. |
|
|
|
|
|
Ph3nix
|
Posted: Sun Oct 11, 2009 7:40 pm Post subject: Re: Request a Tutorial |
|
|
Hi, new member, I need to write some script that lets me fill in a shape without using the fill commands, any help would be appreciated! Thanks! |
|
|
|
|
|
DtY
|
Posted: Sun Oct 11, 2009 8:13 pm Post subject: Re: Request a Tutorial |
|
|
Ph3nix @ Sun Oct 11, 2009 7:40 pm wrote: Hi, new member, I need to write some script that lets me fill in a shape without using the fill commands, any help would be appreciated! Thanks!
Are you supposed to reimplement the fill function?
This might help: https://secure.wikimedia.org/wikipedia/en/wiki/Bucket_fill |
|
|
|
|
|
Ph3nix
|
Posted: Sun Oct 11, 2009 8:17 pm Post subject: Re: Request a Tutorial |
|
|
DtY @ Sun Oct 11, 2009 8:13 pm wrote: Ph3nix @ Sun Oct 11, 2009 7:40 pm wrote: Hi, new member, I need to write some script that lets me fill in a shape without using the fill commands, any help would be appreciated! Thanks!
Are you supposed to reimplement the fill function?
This might help: https://secure.wikimedia.org/wikipedia/en/wiki/Bucket_fill
Well honestly not too sure, teach just said, draw trapezoid, fill it, oh and you can't use the fill command...Thanks for the link though, gonna check it out. |
|
|
|
|
|
DtY
|
Posted: Sun Oct 11, 2009 9:27 pm Post subject: RE:Request a Tutorial |
|
|
Oh, if you just need to draw a filled trapezoid, you can use the primitive shape drawing commands, a trapezoid is just two triangles and a rectangle. |
|
|
|
|
|
DemonWasp
|
Posted: Mon Oct 12, 2009 10:16 pm Post subject: RE:Request a Tutorial |
|
|
...or just the two triangles. |
|
|
|
|
|
Chaoskiller
|
Posted: Thu Oct 29, 2009 8:18 pm Post subject: RE:Request a Tutorial |
|
|
Hey, Im wondering if someone can make a sprites tutorial because im having trouble with that command. |
|
|
|
|
|
|
|