Search found 2 matches

by kideveloper11
Sat May 30, 2020 5:02 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Game development: how to move to the next level
Replies: 5
Views: 2929

Re: Game development: how to move to the next level

I need to make my submarine ask a question and the question is supposed to be kinda like that: "is my path clear?" | | "please try again" | | | if not -> | | | -> "no" "yes" | | "is my path clear?" | | "correct" | | | if is -> | | | -> "no" "yes" | | "is my path clear?" | | "please try again" | | | ...
by kideveloper11
Sat May 30, 2020 1:23 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Game development: how to move to the next level
Replies: 5
Views: 2929

Game development: how to move to the next level

Hello, I'm developing an education app for kids and I can't figure out what code I need to type to make the submarine ask: "Is my path clear?", and if there is an object that is not hidden besides the background and the submarine and you press yes then it types "Incorrect" and how many objects are l...