トピック
DasEtwas MyTheo00

PTC Programmer

Hello, I am still programming in PTC because I am in germany, soo.. I can´t get it :L I have soome questions: 1. Is SPANIM still existent? 2. How are variables declared? 3. How is TOUCH used?
1そうだね
未プレイ
返信[1]
親投稿
toxi toxibunny
SPANIM Is totally different. It's more flexible but more complicated...
1そうだね
未プレイ
返信[2]
親投稿
toxi toxibunny
The manual is available online if you want to read it. Some things look a lot easier, some things look more feature-rich but harder to use...
1そうだね
未プレイ
返信[3]
親投稿
SıмΞоп SimeonW
Variable declaration is optional, except for arrays VAR and DIM are the same DIM a[0],randomnumber=42 PUSH a,[some value] is very common TOUCH OUT TM,TX,TY IF TM>0 THEN PRINT TX,TY prints out the touch coordinates when the user is tapping (TM is 0 if not tapping, and >0 if tapping, TM==1 if its the first tap)
1そうだね
プレイ済み
返信[4]
親投稿
DasEtwas MyTheo00
and PUSH pushes a new value on an infinite array ([0])? I know that the manual is there, but I found the old one better x.x
1そうだね
未プレイ