Posted 19 November 2012 - 01:04 PM
Version : 1.4.6 universal
Description :
A labeled turtle with a start up program does not execute the start up program until the turtle's UI is opened
Steps to reproduce :
Place a turtle.
execute "label set test1"
create the following start up program
while (true)
do
turtle.turnRight()
end
The program is irrelevant to the problem. It is just something simple and obvious.
Break the turtle.
Place the turtle.
At this point the turtle will not begin to spin.
Right click on the turtle to open the UI.
The turtle begins to spin.
This effect lasts past saving and reopening the world. The start up program will not execute until the UI has been opened at least once. Once the UI has been opened the turtle behaves normally.
Description :
A labeled turtle with a start up program does not execute the start up program until the turtle's UI is opened
Steps to reproduce :
Place a turtle.
execute "label set test1"
create the following start up program
while (true)
do
turtle.turnRight()
end
The program is irrelevant to the problem. It is just something simple and obvious.
Break the turtle.
Place the turtle.
At this point the turtle will not begin to spin.
Right click on the turtle to open the UI.
The turtle begins to spin.
This effect lasts past saving and reopening the world. The start up program will not execute until the UI has been opened at least once. Once the UI has been opened the turtle behaves normally.