Hello!
/*Hello!Double-click the top panel to add a code tab.Ctrl+Enter or F5 to run your code.Also check out Help in the main menu.Try copying the following to a new code tab for a test:*/// inittrace("hi!");frame = 0;#define step// step event codeframe += delta_time/1000000;#define draw// draw event codescr_show("hi!");#define scr_show// define scripts like thisdraw_text(10, 10 + sin(frame / 0.7) * 3, argument0);
Bock?