home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gAcaciaDown
- set gAcaciaDown to 1
- set the memberNum of sprite 2 to 4
- updateStage()
- end
-
- on mouseUp
- global gAcaciaDown, gTestList, gCursor
- if gAcaciaDown then
- set gAcaciaDown to 0
- set the memberNum of sprite 2 to 5
- updateStage()
- set gTestList to [459901: [1101, 9, 0.0, 0.0], 459902: [1101, 9, 0.0, 0.0], 459903: [1101, 9, 0.0, 0.0], 459904: [1101, 9, 0.0, 0.0], 459905: [1101, 9, 0.0, 0.0], 459906: [1101, 9, 0.0, 0.0]]
- set gCursor to 1
- go("finish")
- end if
- end
-