Search:

Type: Posts; User: peter; Keyword(s):

Page 1 of 17 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    4,240

    Not ANY Eruption

    Hello Monday,
  2. Replies
    11
    Views
    6,101

    here's another button test.

    here's another button test.
  3. Thread: Trauma

    by peter
    Replies
    0
    Views
    3,564

    Trauma

    Hi,

    Is a little bit slow, but funny.


    Uses "ui"
    #INCLUDE "abc.inc"

    OpenWindow 320, 320
    SetHandleDC hdc, hwnd
  4. Replies
    11
    Views
    6,101

    Cool Robby 3D Lorenz. :o

    Cool Robby 3D Lorenz. :o
  5. Thread: 3D Text

    by peter
    Replies
    1
    Views
    5,067

    3D Text

    Hi,a joke!
  6. Replies
    0
    Views
    3,324

    Lorenz Attractor2

    Hello,


    Uses "ui"
    #INCLUDE "abc.inc"

    OpenWindow 800, 800
    SetHandleDC hdc, hwnd
    Canvas_Clear 0
    DrawString 10,10,"WAIT.....",&hffffff
  7. Replies
    3
    Views
    2,270

    Hi Robbek, I wrote an Atan2 function for you....

    Hi Robbek,

    I wrote an Atan2 function for you.


    Uses "math", "ui"
    #INCLUDE "abc.inc"

    OpenWindow 320,240
    SetHandleDC hdc, hwnd
  8. Replies
    3
    Views
    2,270

    Yes, should have: 0.7853981633974483

    Yes, should have: 0.7853981633974483
  9. Thread: Fractal Island

    by peter
    Replies
    0
    Views
    2,925

    Fractal Island

    Hello,

    3D Island.

    It seems that every Basic dialect has its own RGB algorithms.
    If you change Thinbasic RGB to xRGB, you will see what I mean.



    Uses "ui"
  10. Thread: Tiny Mathematics

    by peter
    Replies
    0
    Views
    2,877

    Tiny Mathematics

    Hello,

    trigonometric landscape.



    Uses "ui"
    #INCLUDE "abc.inc"

    OpenWindow 800,800
  11. Thread: Magnetismus

    by peter
    Replies
    0
    Views
    2,872

    Magnetismus

    Hello,

    A small magnet field.

    After a while, I got a divison by zero.
    Seems to me , is not intercepted.



    Uses "ui","math"
  12. Thread: Lorenz Attractor

    by peter
    Replies
    0
    Views
    3,055

    Lorenz Attractor

    Hi,


    Uses "ui"
    #INCLUDE "abc.inc"

    OpenWindow 800,800
    SetHandleDC hdc, hwnd

    Dim h,x,y,z,f,xnew,ynew,znew As Single
  13. Replies
    0
    Views
    2,079

    Mathematics Butterfly

    Hello,

    Nice butterflies. (carpenter moth)



    Uses "ui","math"
    #INCLUDE "abc.inc"

    OpenWindow 800,800
  14. Thread: Tree Recursion

    by peter
    Replies
    13
    Views
    15,846

    Hi Eros, Looks good this nature. Better than...

    Hi Eros,

    Looks good this nature. Better than the original nature!
    There are no cars, no people, is a quiet and peaceful nature forest.
  15. Thread: Ufo Shaking

    by peter
    Replies
    0
    Views
    2,111

    Ufo Shaking

    Hello,

    Another joke.


    Uses "ui"
    #INCLUDE "abc.inc"

    OpenWindow 320,240
    SetHandleDC hdc,hwnd
  16. Thread: Tree Recursion

    by peter
    Replies
    13
    Views
    15,846

    Thank you Eros, Cool Trees! Well done.

    Thank you Eros,

    Cool Trees! Well done.
  17. Thread: Moutain Driver

    by peter
    Replies
    2
    Views
    2,442

    Thanks Rene, You better play Doom2 as I do.

    Thanks Rene,

    You better play Doom2 as I do.
  18. Thread: Moutain Driver

    by peter
    Replies
    2
    Views
    2,442

    Moutain Driver

    Hello,

    Here is it: :D


    Uses "ui", "math"
    #INCLUDE "abc.inc"

    OpenWindow 320, 240
    SetHandleDC hdc, hwnd
  19. Thread: Bananas Tree

    by peter
    Replies
    0
    Views
    2,173

    Bananas Tree

    Okay, here is a bananas tree without bananas.



    Uses "ui"
    #INCLUDE "abc.inc"

    OpenWindow 440, 400
    SetHandleDC hdc, hwnd
  20. Thread: Tree Recursion

    by peter
    Replies
    13
    Views
    15,846

    Tree Recursion

    Hi Eros,

    There is still another problem with recursion.
    It seems that Mathematics in Thinbasic is a little bit differently.

    This recursion tree only shows one branch.
    You can compare with...
  21. Thread: The Message

    by peter
    Replies
    6
    Views
    3,971

    Here is it! After pressing the c-key, I got...

    Here is it!

    After pressing the c-key, I got this.
  22. Thread: The Message

    by peter
    Replies
    6
    Views
    3,971

    Hi Eros, In the version is 1.9.12 ! I think...

    Hi Eros,

    In the version is 1.9.12 ! I think was the latest beta.
    You can reproduce the error with the game, what I had sent.


    If Ok=1 Then
    DrawText(240,300,"ONCE AGAIN?",&HFFFFFF)
    ...
  23. Thread: Heads Attack

    by peter
    Replies
    1
    Views
    2,200

    Heads Attack

    Hello,

    A small game demo.

    Arrow keys right / left moves a space ship.
    Space bar fires a laser-energy-ball.



    Uses "ui"
  24. Thread: The Message

    by peter
    Replies
    6
    Views
    3,971

    The Message

    Hi Eros,

    There is weird message, if I write the following strip: " If Key(%VK_C) Then SetData ".
    ThinBasic tells me the following story: " If without Then "

    Actually is Key(%VK_C) True or...
  25. Replies
    2
    Views
    3,076

    Oh, Recursion: Uses "ui" #INCLUDE...

    Oh, Recursion:



    Uses "ui"
    #INCLUDE "abc.inc"

    OpenWindow 640, 480
    SetHandleDC hdc, hwnd
Results 1 to 25 of 406
Page 1 of 17 1 2 3 4