Could someone help with my light up template
Dazza006
Member Posts: 248
Hi,
I have started making a small template, what Im trying to accomplish is a circuit board where when you turn the tiles the electric lights up the white box actors.
Im trying to get it so the power box is where the power starts and you have to light the whole thing up.
I think using tables would be the best way because I would be doing a lot of levels.
If someone could take a look and help me out I would really appreciate it, If you know how to do it ,it probably will only take a couple of minutes.
Cheers
Darren.
This link should take you to the template any problems let me know cheers.
https://www.dropbox.com/sh/zgr9po593uxbwbf/ycxrcHAJPC
Comments
This link should work
https://www.dropbox.com/sh/zgr9po593uxbwbf/ycxrcHAJPC
https://www.dropbox.com/sh/zgr9po593uxbwbf/ycxrcHAJPC
Second link:
https://www.dropbox.com/sh/zgr9po593uxbwbf/ycxrcHAJPC
When you click on the link you find yourself inside the GS project, that is to say at the level where you can see the contents of the project - you need to be one level higher.
I suspect it looks different to you as you are the account holder and are probably logged into your DropBox account (that's a guess) ?
Maybe just upload the project file to mediafire and post the link here.
Send and Receive Data using your own Server Tutorial! | Vote for A Long Way Home on Steam Greenlight! | Ten Years Left
just done that try this thanks
https://www.dropbox.com/sh/18oca8fl9ltnzxb/R5KPcVRvVi
would really appreciate it.
Darren
@Dazza006 Hi, you could use tables for certain; a way to tackle the problem without tables (an approach,roughly):
an integer attribute called MaxCorrect; for each of the tiles that involved with the circuit, a rule each, when self.Rotation = 0, Change Attribute MaxCorrect to MaxCorrect+1, otherwise Change Attribute MaxCorrect to MaxCorrect-1
Somewhere a rule, When MaxCorrect = ?? ----max. amount of circuit tiles
Spawn actor showing lit circuit.
""You are in a maze of twisty passages, all alike." - Zork temp domain http://spidergriffin.wix.com/alphaghostapps
Yes I was trying something similar to that but I didn't think this will be the best way, I have found a circuit game that is similar to the game I have in mind, how would you go about creating this? or does anyone know how I could get this to work in game salad, I have been messing around for a couple of hours with my project and cant think how to achieve this.
I think I would have to use tables for the different levels ect.
http://www.memory-improvement-tips.com/circuitry-puzzle-game.html
Any help or advice would be great.
Anyone got any suggestions on a way to create a puzzle game like this circuit game.
http://www.memory-improvement-tips.com/circuitry-puzzle-game.html
thanks.
Darren.