home *** CD-ROM | disk | FTP | other *** search
- property psp_mysprite
-
- on beginSprite me
- psp_mysprite = sprite(me.spriteNum)
- end
-
- on mouseUp me
- global gc_backfromsubscribe, gc_whichmovienext
- if voidp(gc_backfromsubscribe) or (gc_backfromsubscribe = "mainmenu") then
- gc_whichmovienext = "mainmenu"
- go("slide out")
- end if
- if gc_backfromsubscribe = "redstuff" then
- go("main", "redstuff")
- end if
- end
-
- on getPropertyDescriptionList me
- return [#myproperty: [#comment: "comment:", #format: #float, #range: [#min: 0, #max: 180], #default: 10]]
- end
-