home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Encyklopedia Omnia
/
Planeta.iso
/
data
/
g_deriva.cst
/
00010_Script_pallinoBehavior
< prev
next >
Wrap
Text File
|
2000-10-17
|
577b
|
18 lines
property newX, newY, palliniSchermata
global gCanClick, gCatenaccio
on getPropertyDescriptionList
set p_list = [#newX: [ #comment: "new X:", #format: #integer, #default: 0 ], #newY: [ #comment: "new Y:", #format: #integer, #default: 0 ], #palliniSchermata: [ #comment: "n╛ pallini:", #format: #integer, #default: 5 ]]
return p_list
end
on sposta me
set gCanClick = FALSE
set the loc of sprite the currentSpriteNum to point(newX, newY)
if palliniSchermata = count(gCatenaccio) then
go next
else
set gCanClick = TRUE
end if
end