-
GameSalad version 0.8.0 released!
-
Drag and drop bug?
by firemaplegames ·Yes, constraining and collisions don't work well together. -
TIP: Visibility OFF (Optimization)
by JGary321 ·1 path. They don't track, so again no need to constrain X/Y's of Creeps. -
save / load feature
by firemaplegames ·with my latest game, stunt squirrels!, I am loading/saving about 180 attributes. -
save / load feature
by ovechkin8 ·Ok I am really far along in making my game. I would now like to spend a few hours perfecting a save load feature to the whole game not just an attribute like score or something. So like at the end of -
What 1 dream feature would you like to see in gamesalad next?
by shaihalud ·I want a checkbox to make move-able things unaffected by gravity so you don't have to toss in constrain attribute code to get them to not fall. -
Dragging multiple items. ANYONE!?
by swiftskater1 ·max(min( game.Mouse.Position.Y ,480),0). Thats part of my constrain attribute. How would i put that with touch? -
Dragging multiple items. ANYONE!?
by firemaplegames ·Change Attribute: self.dragging to TRUE -
TIP: Visibility OFF (Optimization)
by firemaplegames ·For example, a Collide Rule is pretty processor intensive, and the less things that the game has to check for collisions the better. -
TIP: Change Attribute for Images
by firemaplegames ·And if I could concatenate Attribute names, that would save me another 500. -
how to create a button that changes image to every touch ? PLEASEE HELPPP
by Slowboy ·Hi Venon, I think you'll need an Attribute called something like PicNumber -
What 1 dream feature would you like to see in gamesalad next?
by JamesZeppelin ·Mapping everything is with invisible collisions is pain enough... now trying to get them in the right spot with random spawns... ahhhh -
Save score bug?
by firemaplegames ·Change Attribute game.bestScore To: game.currentScore -
TIP: Visibility OFF (Optimization)
by firemaplegames ·The Visible Attribute is not able to be turned on/off at runtime. It should be turned off for any "scene controlling" actors that are placed off-stage. Also for invisible walls and s -
Drag and drop bug?
by firemaplegames ·For now, you just have to wrap it in a Rule and keep a global attribute like you said. -
Save score bug?
by butterbean ·Kt, I had the same problem, try using "constrain" attribute instead of "Change attribute" and it should fix the problem (Image) -
TIP: Visibility OFF (Optimization)
by JGary321 ·EDIT: The confusing part was that I seen it was a changeable attribute, however after testing I found out that even though it lets you change it, it doesn't really change it. -
how to make actor spin in fix position?
by ragg ·thanks mulcahy!!i constrain both the x n y position so it doesnt move,while still able to rotate now!thanks alot! -
TIP: Visibility OFF (Optimization)
by design219 ·I've been wondering about actors off stage. I have a few that are just "control" actors that do nothing but contain attribute rules. I've made them invisible, but at times if have t -
TIP: Visibility OFF (Optimization)
by Zilla ·`turning off VISIBILITY. You CAN edit it by change attribute.`