Actor Won't Display Text - Need Help
![brandonjabr](http://forums.gamesalad.com/applications/dashboard/design/images/defaulticon.png)
In my app I have actors that are meant to simply display an integer I have made. I'm sure that I'm programming it correctly as I have done in many other apps. The app is a memorization game, and I have set up many booleans to keep track of the order of objects that the user is supposed to memorize. (For example if he clicks on the first object in the order shown to him correctly, then boolean "First Object Correct" is set to true, so that he can move on to the second object.)
Could these rules in any way affect an actor's ability to display a basic integer? Or is this just a bug and should I just re install GameSalad. Thanks!
Could these rules in any way affect an actor's ability to display a basic integer? Or is this just a bug and should I just re install GameSalad. Thanks!
Comments
@brandonjabr
Hi, just to be clear: you've made an integer attribute - for this example let's call it Count, and you've maybe made it a scene attribute.
Then in a Display Text behaviour in one of your actors, you've selected Current Scene via the Expression Editor, and selected Count; clicked the green tick and it shows as scene.Count; and this actor with this in it is already on-screen?
There's nothing that can go wrong with this if that's what you've done.... but if still no joy, make a new actor and try again, see if that helps; you maybe have a corrupted actor although I do think that's highly unlikely.
""You are in a maze of twisty passages, all alike." - Zork temp domain http://spidergriffin.wix.com/alphaghostapps
Yes thats exactly what I'm doing and strangely it is still not working. Heres something odd: when I click the small play button just at the top of the screen, ( the one that still lets you edit the scene while its playing), the integer shows up. However, when I click the preview button that's green, and play it along with other scenes, it doesn't show!
On top of that, when I display the same integer in a different scene, it works again...
Is there any possible way the rules that I setup are interfering with the actors ability to display a simple integer???
Could these rules in any way affect an actor's ability to display a basic integer? Or is this just a bug. Thanks!