Hello. I made some tests, and you were right: "it will be much better (and easier) to redo the whole tutorial". Well, this implies a few questions about scripts and testing them.
* Seq_tutorial.ufo, obj2d:
- "pos" : presented as "normalized to 1024x768 resolution"; what happens to objects when not displayed on that resolution?
- "enlarge" : how does it work? (I tried to put a x,y "destination" - assuming that the beginning was the position of the objet set by "pos" and that the 2 dots would define the diagonal sizing the object-, or tried a sort of percentage, but I couldn't achieve anything).
- "rem" vs "delete": what is the difference between them (word size excepted
)? Is one of them deprecated?
* Images: better use .jpg or .png ?
* Testing: can you test a modified sequence without quitting the game (I tested via the console, and seq_start, but it didn't work... my mistake maybe?)?