Login

Fancade Wiki

Updated Text Script.md (markdown)

... ...
@@ -232,11 +232,13 @@ If (condition) {
232 232
function_false;
233 233
}
234 234
235
# Loop
235 236
Loop(num start = 0, num end = 0) {
236 237
//Output
237 238
out.counter
238 239
}
239 240
241
# Sensors
240 242
TouchSensor() {
241 243
//Outputs
242 244
out.screen.x
... ...
@@ -247,10 +249,6 @@ Collision(obj mainObject) {
247 249
//Outputs
248 250
out.secondObject
249 251
out.normal
250
out.impulse
251
}
252
253
SwipeSensor() {
254 252
//Output
255 253
out.direction
256 254
}
Fancade Wiki