-
Issue with "real" attribute
by Socks ·I'd say it was simply the way the software works, in fact to me the idea of using 'every' with a changing value makes no sense logically (or even in English). -
Issue with "real" attribute
by tatiang ·@JayCrafton I would not call it a bug. I think it's the intended behavior even though to you and me it seems to not make sense. So yes, it's a workaround of sorts. -
No actors in scene are working!
by tatiang ·Downloading the game won't help me determine what's wrong because the problem is likely with attribute values or rules that you've set up. -
When button pressed a bomber flys through the screen.
by tatiang ·If you only want something to happen once, change the value of an attribute (e.g. a boolean) and add that attribute as a rule condition. So for example: -
Actor repeating problem
by tatiang ·You've already created a thread for this issue. Please post any additional information there: http://forums.gamesalad.com/discussion/87952/when-button-pressed-a-bomber-flys-through-the-screen/p1. -
No actors in scene are working!
by The_Gamesalad_Guru ·DID you break the prototype? Open the actor on the second scene from on scene and look at the code. -
No actors in scene are working!
by Luke20w ·@tatiang does that info help you? -
Direction actor is facing in relation to another actors direction?
by Socks ·arrow displays V2A and rotation, the red arrow shows rotation. -
Issue with "real" attribute
by SpriteLeaf ·Would you consider this a bug with a workaround, or is this just how the software works? -
Spear Labyrinth
by hybrid ·Hi! hope your having a great monday! -
IAP - Restore "Remove Ads" (Save/Load IAP)
by RabidParrot ·Every since I started using tables to save, that's all I do. You have to change the table cell value then save after. When you start the app load the table cell values into the attributes. Or alternat -
Is there a rule or command to blur anything behind an image?
by tintran ·(Quote) -
Is there a rule or command to blur anything behind an image?
by MentalDonkeyGames ·Here is a blur style demo. It´s not perfect, but it´s what you can do in GameSalad. -
Apk signing error
by GeorgeGS ·That is what I was trying to tell you. You need to select those items and click install to install them. -
Direction actor is facing in relation to another actors direction?
by Chunkypixels ·Thanks for the input guys... You've given me a good basis to play and experiment with. @Socks is right, that it needs the additional vectortoangle to adjust for the point of view as the enemy moves ac -
When button pressed a bomber flys through the screen.
by derka6391 ·I got it to work but I have a problem when I click the button the vulture flys across the screen and drops the eggs then another spawns right after. how can I make it to where only 1 spawns. -
Android viewer has problems...
by GeorgeGS ·seeing that happening. Either way, there isn't much font choice on Android, the list of available fonts generally matches the fonts available on IOS. -
Android app performance..
by vafurlogi ·drain a full battery in a few hours on pretty much any device. After first trying to report bugs and complain I've come up with weird workarounds for most of the problems. There will still be random -
Is there a rule or command to blur anything behind an image?
by tintran ·I guess you could make an actor that is blurred in photo editor then overlay that actor on top of your original actor, and change that blurred actor's alpha to create some sort of fake blurred effect. -
Issue with "real" attribute
by JSproject ·... if you update a global attribute that is used within an every timer like you have there then the actor that is on the scene already will not use the updated global value.