1
The Games and other Sierra Adventure stuff / Re: Playing around with AI Image Conversion on Sierra titles
« on: September 01, 2022, 03:57:25 PM »
Those are absolutely exceptional.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
To play the game, you'll need your own interpreter files. It needs to be a version that supports menus and multiplication/division (MSDOS version 2.411 or higher on DOSBox). I haven't tested it on NAGI or SCUMMVM, but I think it should work just fine on those platforms too.That's a negative on SCUMMVM, the message appears that menus need to be supported. I also gave it a whirl with nagi, but I am short a dll, that's probably just my own issue. Dosbox got me there in the end.
(if((> (send pEvent:x) (slime:nsLeft))and
(< (send pEvent:x) (slime:nsRight))and
(> (send pEvent:y) (slime:nsTop))and
(< (send pEvent:y) (slime:nsBottom)))
Print("You clicked on a view.")
)// end if item
(if(== OnControl(ocSPECIAL (send pEvent:x) (send pEvent:y)) ctlSILVER) // Silver Control Color
Print("You clicked on the silver control color.")
)// end if control
(if(== OnControl(ocPRIORITY (send pEvent:x) (send pEvent:y)) ctlSILVER) // Silver Priority Color
(if(== OnControl(ocVISUAL (send pEvent:x) (send pEvent:y)) ctlSILVER) // Silver Visual Color
(if((> (send pEvent:x) 273) and
(< (send pEvent:x) 320) and
(> (send pEvent:y) 0) and
(< (send pEvent:y) 45))
Print("You clicked inside a rectangle.")
Print(100 Random(1 4)) // Studio syntax
(Print 100 (Random 1 4)) // Sierra syntax
(case MENU_QUIT
(if(Print("Do you really want to quit?" #title "Quit" #font gDefaultFont #button " Quit " 1 #button " Oops " 0))
(switch(Random(0 3))
(case 0 Print(100 1))
(case 1 Print(100 2))
(case 2 Print(100 3))
(default Print(100 4))
)// end switch
= gQuitGame TRUE
)//end if
)// end case
(method (handleEvent pEvent)
(var menuItem, hGauge, newSpeed, randomStatement)
(case MENU_QUIT
= randomStatement Random(1 4)
(if(Print("Do you really want to quit?" #title "Quit" #font gDefaultFont #button " Quit " 1 #button " Oops " 0))
Print(100 randomStatement)
= gQuitGame TRUE
)
)
SMF 2.0.19 |
SMF © 2021, Simple Machines
Simple Audio Video Embedder
Page created in 0.042 seconds with 21 queries.