|
6 registered members (vince, VHX, Grant, Geir, juergenwue, 1 invisible),
3,464
guests, and 32
spiders. |
|
Key:
Admin,
Global Mod,
Mod
|
|
|
Re: Bug in the Script Editor
[Re: manic7creations]
#128684
05/08/07 20:35
05/08/07 20:35
|
Joined: Jan 2002
Posts: 4,225 Germany / Essen
Uhrwerk
Expert
|
Expert
Joined: Jan 2002
Posts: 4,225
Germany / Essen
|
Did you notice the missing semicolon after the line "y1 = mouse_pos.y" ?
Always learn from history, to be sure you make the same mistakes again...
|
|
|
Re: Bug in the Script Editor
[Re: manic7creations]
#128687
05/09/07 00:36
05/09/07 00:36
|
Joined: Jan 2002
Posts: 4,225 Germany / Essen
Uhrwerk
Expert
|
Expert
Joined: Jan 2002
Posts: 4,225
Germany / Essen
|
The problems from the first message occur, cause you have tried to give a panels position with variables inside the panel definition. This is not allowed. You may assign integer constants only. E.g. pos_x = 3;
The second error message is because SED anyhow crashes. Try to run the script with the black run button (not the red one). This has been reported to be anyhow related to chrashes in SED.
Always learn from history, to be sure you make the same mistakes again...
|
|
|
Re: Bug in the Script Editor
[Re: Uhrwerk]
#128689
05/09/07 10:55
05/09/07 10:55
|
Joined: May 2007
Posts: 175 Germany
dblade
Member
|
Member
Joined: May 2007
Posts: 175
Germany
|
Maybe you had an old DirectX Version ? I had problems with DirectX 8.1 and A6.50 I wasn't able to start the engine You can download the latest DirectX somewhere at www.microsoft.com
|
|
|
|