286
Ask a Question / Re: creating variables?
« on: July 23, 2011, 07:43:51 am »
thanks, one other question on the same topic, about Game Attributes; trying to impliment score, and I'm finding that it doesn't seem to be working as I expect; I have a behavior in an item to when touched it sets score to [[score] +[100]] and in the scene a behavior to [draw text [score] at [x number] [y number]] but when the item is picked up, it doesn't change from 0 to 100
Edit: found instructions in the stencylpedia; however the tutorial there seems to be out of date; as the increment block no longer looks like [incriment [] by []] and now looks like [[incriment/decriment] [number] by []] and I can't set number to be score like in the tutorial.
Edit: found instructions in the stencylpedia; however the tutorial there seems to be out of date; as the increment block no longer looks like [incriment [] by []] and now looks like [[incriment/decriment] [number] by []] and I can't set number to be score like in the tutorial.