What is a doodle god base?
Offline
You mean a Pocket God base? Dunno about Doodle God, but I have a good Pocket God base here.
Last edited by Kileymeister (2010-07-17 13:41:36)
Offline
Oh, I know about that game. Sorry, but I can't help you there, as it is startlingly complex.
Last edited by Kileymeister (2010-07-17 14:19:00)
Offline
Oh, I'm working a doodle god game. You could look at LellowFuzz's game, it works very well.
Offline
oh well you make it so when you press group it shows its elements and those are dragable, the person drags fire to water/ other way around both elements say if touch fire/water brodcast what it makes then say fire+ water say make steam you would have a variable called steam and that would =2 so when they press air it would brocast open air and steam would have script that says when i recieve open air if steam =2 show. Do that for every group/element and your done! please give me credit if you use this method...
Offline
1. make a "processing sprite"(sprite that has internal codes)
2. make list elements
3. make it add your starting elements when flag clicked
4. make it ask your first element and then your second
5. make it put them together in a mix variable
6. make it brodcast check
7. on the sprite make it check the combo
[blocks]
<when green flag clicked>
[/blocks]
add air to elements
add fire to elements
add water to elements
add earth to elements
ask first element
[blocks]
<set{element1}to( answer
[/blocks]
ask second element
[blocks]
<set{ element2 }to( answer
<set{ mix }to( join<{element1}><{element2}>
<broadcast[ check
[/blocks]
thats the first script
Offline