Search found 9 matches

by Dr zayus
Tue Nov 04, 2014 8:38 pm
Forum: Other topics
Topic: Graphics mode
Replies: 6
Views: 2374

Re: Graphics mode

I see--- thanks.
by Dr zayus
Tue Nov 04, 2014 8:13 pm
Forum: Other topics
Topic: Graphics mode
Replies: 6
Views: 2374

Re: Graphics mode

When program runs graphics window starts out all white
Then when sprite starts to build, view changes to the papyrus view then
When sprite end is reached window goes back to white with sprite on it

Why does the papyrus view show when draw command starts??
by Dr zayus
Tue Nov 04, 2014 7:48 pm
Forum: Other topics
Topic: Graphics mode
Replies: 6
Views: 2374

Re: Graphics mode

I guess I mean it seems to switch to text view to draw sprite and then as you say switches back to graphics window when reaching sprite end.
by Dr zayus
Tue Nov 04, 2014 6:36 pm
Forum: Other topics
Topic: Graphics mode
Replies: 6
Views: 2374

Graphics mode

Why does this switch out of graphics mode when building sprite--code follows: option base 1 option angle degrees option sprite pos central graphics clear 1,1,1 graphics gosub Spiralx gosub DisplaySpiral end Spiralx: cx=42!cy=46 option angle radians draw alpha 1 sprite "spiral" begin 2*cx,2*cy draw t...
by Dr zayus
Tue Oct 28, 2014 7:47 pm
Forum: Other topics
Topic: Freeing memory
Replies: 1
Views: 1157

Freeing memory

When you delete a sprite does it then free up the memory it was using? :
by Dr zayus
Sat Apr 12, 2014 9:06 pm
Forum: BASIC programs
Topic: Function to get current font size (needed it)
Replies: 3
Views: 2077

Re: Function to get current font size (needed it)

Yes, there's excellent performance in Smart Basic. Great accuracy on sprite collisions also.
by Dr zayus
Tue Feb 11, 2014 10:10 pm
Forum: Other topics
Topic: 3.6 version
Replies: 19
Views: 5941

Re: 3.6 version

Thanks for an excellent Basic. So much fun to keep up with the new capabilities.
;)
by Dr zayus
Sun Dec 15, 2013 12:12 am
Forum: BASIC programs
Topic: Parsing strings
Replies: 2
Views: 1870

Re: Parsing strings

Ignore question, i didn't think to look in the math funtions.
Sorry
by Dr zayus
Sat Dec 14, 2013 10:54 pm
Forum: BASIC programs
Topic: Parsing strings
Replies: 2
Views: 1870

Parsing strings

I'm new and just started toying with smart basic.
I can't find any commands to parse a string listed in the documentaion.
Am i missing something?