1
Mega Tokyo SCI Archive / Re:Cannot draw circle shape in pic editor?
« on: August 15, 2004, 01:27:52 PM »
That means you draw it by hand, using a line tool. Its not as hard as you'd think.
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.
Is it possible, with SCI Studio 3.0.1.29, to "extract" the
animations from LSL 7 or any other image from that game?
(if(CAN_CONTINUE)
= CAN_CONTINUE Print(
"Choose what you would like to do"
#title "What would you like to do now?"
#button "Watch Intro" 1
#button "Skip Intro" 2
#button "Restore" 3
)
(switch(CAN_CONTINUE)
(case 1
return
)
(case 2
(send gGame:restart())
return
)
(case 3
(send gGame:restore())
= CAN_CONTINUE FALSE
)
)
)
)
)
)
)
Keep in Mind thar this is meant specifically for my titlescreen // End the title screen, start the game
(if(CAN_CONTINUE)
(var button)
= button Print(
"What do you want to do?"
#title "Space Quest 3 1/2"
#font LARGE_FONT
#icon 0 0 0
#button "Watch Intro " 1
#button "Skip Intro" 0
#button "Restore" 2
)
(if(== button 1)
Print("You are watching the intro")
)
(if(== button 0
(send gRoom:newRoom(2))
)
(if(== button 2
Print("You are Restoring")
)
)
)
)
)
)
)
)
SMF 2.0.19 |
SMF © 2021, Simple Machines
Simple Audio Video Embedder
Page created in 0.037 seconds with 20 queries.