Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - nathanpc

Pages: [1]
1
TI-BASIC / Draw Pixel-By-Pixel
« on: September 07, 2010, 03:58:52 pm »
Hello,
 I want to make a program that have a splash screen, but it should have a image with the program logo, then I want to know what is the best way to know where to plot them. I think that a StorePic/RecallPic will do the work, but I don't know how I can draw it to store and how to call it.

Best Regards,
 Nathan Paulino Campos

2
TI-BASIC / Using For To Wait For Output
« on: September 07, 2010, 08:54:42 am »
Hello,
 I'm learning TI-BASIC and I want to do this(here is pseudo-code):
Code: [Select]
: ClrHome
: For(...)
: Output(3,1,"WELCOME")
: End
: For(...)
: Output(4,2,"TO THE")
: End
: For(...)
: Output(5,3,"TI WORLD!")
: End
But how I can use FOR to display that when passed 1 second(for the first one) and 500ms for the others?

Best Regards,
 Nathan Paulino Campos

Pages: [1]