Questions tagged [gamesalad]

GameSalad streamlines the process of designing and publishing games by eliminating the need to learn a programming language.

GameSalad streamlines the process of designing and publishing games by eliminating the need to code.1

GameSalad Creator is an authoring tool developed by GameSalad, Inc. (formerly Gendai Games) aimed primarily at non-programmers for composing games in a drag-and-drop fashion, utilizing visual editors and a behavior-based logic system. It is used by consumers and creative professionals such as graphic designers, animators, and game developers for rapidly prototyping, building and self-publishing cross-platform games and interactive media.2

References

16 questions
3
votes
0 answers

Your APK cannot be analyzed using 'aapt dump badging'. Error output:

I use Gamesalad to create my apps for both Apple and Android. Gamesalads process allows me to create an APK without having to manually use eclipse and the sdk. Gamesalad creates my APK and normally I would simply zip it, then upload to the Google…
3
votes
1 answer

move To behaviour not working: Game Salad

I am trying to move an object to 100px left in GameSalad. For that I am doing as below: Behaviour : Move To Position X : sprite.x = sprite.x - 100 Position Y : sprite.y Relative to : scene Speed : 200 Run to completion is not…
Krishna Raj Salim
  • 7,331
  • 5
  • 34
  • 66
2
votes
1 answer

How to access hardware using Gamesalad tool?

I'm learning on GameSalad tool and I'm wondering if I can access the hardware using this tool, for example:- can I turn on the flash light in the back of my mobile phone?
2
votes
1 answer

Add Tapit to an APK made with GameSalad using smali?

Just to clear up my question a little more, what I need to do, is implement Tapit SDK to an android APK made by GameSalad. I know mostly the entire process already, and my only problem is getting the ad to show. To give you a quick run through of my…
JoeyMaru
  • 212
  • 1
  • 3
  • 10
2
votes
2 answers

Make an Actor repeat itself for a racing theme

I'm new to GameSalad. I have a background that is plain black an actor called "Road_Line". I want this actor to repeat itself on the screen to give the feeling of driving on a road. How can this be achieved?
Anthony
  • 249
  • 1
  • 5
  • 15
1
vote
0 answers

Error ITMS-90211: Invalid code signing entitlements

I am trying to get my app through application loader and I am getting this error: I have tried to remove the "*" but I cannot find a way to do so if someone could help me please.
1
vote
1 answer

I Can't try out my new app on my iPhone-Gamesalad

it gives me this error: The version of iOS on “My IPhone” is not supported by this installation of the iOS SDK. Please restore the device to a version of the OS listed below, or update to the latest version of the iOS SDK; which is available…
zimbat
  • 11
  • 1
1
vote
1 answer

How to track an actor from the left of the screen?

How can I make the camera start tracking my actor starting from the left side of the screen; not when he reaches the middle? As you can see, the tracking area is in the middle of the screen and I'm not able to move it so it can align with the actor…
boodo17
  • 15
  • 3
0
votes
1 answer

Is there a VS Code extension that can read/understand/compile GameSalad projects (gsproj)?

A few years ago, I created a simple mobile game using a simple but limited game creating platform called GameSalad. I was able to export the game with a key and everything and was able to install it on my own phone to try it, however it needed a MAC…
0
votes
1 answer

Changing game engine after releasing an ios gaming app

I have been developing my gaming app using game salad engine, after releasing my app i decided to change to unity for several reasons, is it possible to change the game build after releasing with a totally new build using a new engine? and does this…
0
votes
1 answer

Seed for grid based game

I'm trying to come up with a way to generate a grid/level from a seed. I'm thinking of using a 6 x 6 grid with 3, possible tiles in each. The seed for that would be 108 characters long, i doubt anyone would want to copy 108 char long seed. (the game…
0
votes
1 answer

gamesalad to unity3D?

I'm a newer than new newbie ... and I think this question should be part of the thread Newbie - Game Development (iPhone) - New to Objective C and Game Dev but I could only find an "answer" post window. I'd like to ask a related question. If I were…
0
votes
1 answer

Code signing error ("object file format unrecognized, invalid, or unsuitable") in Game Salad IPA

We are using GameSalad to develop games for iOS. we have developed one app and while generating IPA we are getting below error. We have same error while uploading application: Code Signing Error 1:…
Ashish Chauhan
  • 39
  • 1
  • 10
0
votes
1 answer

Gamesalad game works on iOS but doesn't work on old Android phones

The game runs perfect on iOS devices (even old ones like iPad 1) and on new Android phone (Nexus 4) but it just crash from beginning on Nexus S with 2.3.4 OS version. Just showing the splash screen and after few seconds black screen then go back to…
Idan
  • 9,880
  • 10
  • 47
  • 76
0
votes
1 answer

move actor to position where user clicks in gamesalad

I am new to gamesalad. I want to move my actor where person clicks. I can't find the way how to do it. I am able to move it to specific position (coordinates) but cannot move it to clicked coordinates. can anyone please help ??
ahuja007
  • 103
  • 1
  • 3
  • 10
1
2