Another Plain
Author | kendogg102 |
---|---|
Tags | action author:kendogg102 bitesized playable rated |
Created | 2006-07-21 |
Rating |
4 by 17 people.
|
Map Data | |
Description | Great map with a few challenges, especially when going for the gold! |
Other maps by this author
Comments
Pages: (0)
2006-07-25
Drones that don't move = code NaN
Here's how you do to make a non-moving drone :
Insert a drone (anytype of moving drone)
Get back to the debug menu, and in the code, look at the last code : it is the code of the last object inserted, so here : the drone you just added.
example of a code of a drone :
6^540,252,0,0,1,0
You just have to change the last number by "NaN" so that it does not know what kind of moving it is alowed to do.
example (same code, changed) :
6^540,252,0,0,1,NaN
After you change the code, don't forget to click out the window and type "L" to reload the map with the new code.
That's all. :)
Insert a drone (anytype of moving drone)
Get back to the debug menu, and in the code, look at the last code : it is the code of the last object inserted, so here : the drone you just added.
example of a code of a drone :
6^540,252,0,0,1,0
You just have to change the last number by "NaN" so that it does not know what kind of moving it is alowed to do.
example (same code, changed) :
6^540,252,0,0,1,NaN
After you change the code, don't forget to click out the window and type "L" to reload the map with the new code.
That's all. :)
2006-07-23
How?
How do you make the laser drones stay still?
2006-07-22
Good in thumbnail...
And gameplay! All you could ask for. 5/5
2006-07-21
this is pretty cool
go ken!
amconline
great map, btw
What a chalenge...