-
8.4 bugs, are you guys experiencing what I am?
by Eastbound ·After working all day with the 8.4 update, I'm having issues. Not with one huge error, simply things acting strangely. Actors spawning in the wrong locations, spawning 3 actors at once will only spawn -
iPad Pricing - Is Anyone Else Doing An "HD Tax"?
by synthesis ·But the price dynamic is very unique on the appStore. If everything started at $3.99...then there will be lest TOTAL purchases overall. The fact that $.99-1.99 seems to be the majority means that mo -
Which way saved more ram?
by synthesis ·here is a thread about making unique actor ID setups -
Which way saved more ram?
by cptongsg ·Hi, I have 5 actor with difference action. Each time when a touch is execute, it change to another actor with difference action. Will it be advisable to spawn & destroy actor on the same posit -
SYN TIP: A Great Substitute for an "after" Timer - Will Aid BIG in Optimization
by synthesis ·Timers in general are very heavy to process...but if you are only using a few...this workaround may be more trouble than its worth...but the above tip...is MUCH lighter on the game engine to process.. -
Animation Timing Help
by skippy ·at 10 frames per sec and the timer has your rock spawning every second, then the animation might look ok then starts running ahead of the spawning rock. My question can i have an attribute to spawn t -
Pause Problem
by quantumsheep ·Imagine if the wonderfully simple save system was changed overnight and required you to create new variables for every single actor, every spawn point, everything, then ask you to work out some equati -
Worrys about Flash CS5
by synthesis ·I have all the experience I need to build BDX...15+ years of it and a team of 4 expert programmers in about 10 languages. We want our pilot game to be a huge success to pave the way for bigger and be -
Animate an actor before destroying it
by synthesis ·You can also have the game over graphic spawn buttons to allow the game play to select what to do at that point...with each button execute a different function (btn1=mainmenu, btn2=checkpoint, etc.) -
Unlock Level Problem
by synthesis ·If you are allowing multiple players to play...then you would have to track the levels that are unlocked with each unique player...as if its a different game...if I understand your problem correctly. -
How to create a checkpoint....
by Hunnenkoenig ·tell the actor (or whatever you want to reset): when gamereset is true spawn actor at game.checkpointX -
Rotating actor with slider
by Hunnenkoenig ·In my case the problem is, that I spawn an icon, which spawns an icon, which spawns an icon and so forth. I have no fixed height of the content, which I can watch. -
Is there anything like a debug mode
by adado ·If you share a game level attribute between many actors, it is a headache for sure and won't really work if they could be pressed before previous usage was "clear". You could try gi -
Buttons run as soon as they are active & visible if area previously pressed?
by JamesZeppelin ·in my game I had the same problm nothing spawn just the alpha fades in and out. Click on it and play one level. I think it's the same thing younare doing. -
iPad App Submission Dedline Who is Ready?
by JamesZeppelin ·basically I have a small dot that has a rule to spawn every .01 secnds when and where you touch. So one big actor coverng the screen. Then about 50 little icons that changwhat it spawns to add eyes an -
Spawn actor
by Ruslan21 ·I need help with following>>>> I have 2 actors A and B on the screen. I want to press A actor so that when i press A actor, B actor will spawn some random actor what ever -
Moving Actor towards mouse click then back toward spawn point.
by jweaver911 ·Hey everybody! I'm new to this Gamesalad town. I have to say I'm impressed with the camaraderie displayed here on the boards! KUDOS to all the pros here(nice to see you helping the new ones despite s… -
Score calculations???
by synthesis ·I use a score tracker actor for all score adding...and then use collision detection switches within the game actors to initiate a score addition by telling the score tracker to execute a score adjustm -
Anyone download and view their app's Crash Reports from Apple?
by design219 ·This makes me question the analyticals, as they show fewer unique users (by over a thousand) than there have been downloads. -
spawn actor
by eboy ·is there any tutorial on using spawn actor? When i use it, it looks wrong.