Show Posts

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.


Topics - doccharlie

Pages: 1
1
Ask a Question / How to create a menu within a scene
« on: May 03, 2017, 09:51:56 am »
Hey guys. I fancy making a button that opens a menu within the scene with options that the player can click on, with a similar style to how an inventory work but with fixed options that are always there. Can you help me with the code that is necessary? I'm having difficulty already making the button work (The <When mouse is pressed down on [actor]> does not work as it will continue with the event even if I just lay my mouse on it without clicking). Thanks :)

2
Hi. The attached event does not work. Can someone please help me find an alternative way to set the variable, Eat, to 1 if the item which I have set to be the same number as the variable, Visible Region, is set to 1. Thanks

3
Ask a Question / How to restrict certain actor behaviours to a scene.
« on: April 29, 2017, 07:31:20 am »
If I have the same actor in multiple scenes, and I want an 'if' statement to say that it will only do the following if it is in, say, a scene called 'Scene 1.' Is it possible to do this, or would I have to create two parallel actors?

4
Ask a Question / Events for actor do not work [SOLVED]
« on: April 29, 2017, 04:50:30 am »
Hello. I am trying to add an event that moves the character to my command, attached bellow, but it doesn't work. Beneath the event is another set of commands which I previously attached to the main loop to test it and see if it worked. What it should have done is made the actor jump around the screen randomly (in the x axis) to prove to me that the event works. However it did not.
I hope you can help me figure out what the problem is. Thanks

5
Ask a Question / Tycoon Management game making help
« on: August 22, 2014, 05:43:51 am »
Hello everyone. I am currently trying to make a tycoon game; one such as Disco Zoo (by Nimblebit) or any other game where the aim is to gain money whilst time passes, even while the app is closed. I have never actually experienced making this type of game and I would appreciate as much help given as possible. I believe I can try, but I'm unsure I will succeed at allowing the time go by in the background of the game while the player is not using it. This is a mobile game which, I think, makes it easier to make. Thank you for your help. It would be amazing if I completed this game.  :)

6
Ask a Question / Something is wrong...
« on: November 24, 2013, 06:40:37 am »
I want to make clouds go from one part of the screen to the other. Then wait a few seconds and start again. I tried that and it starts jumping up and down and back again. This is the part of the code I think is wrong, please see if you can help

Pages: 1