-
Table problems
by MotherHoose ·the fact that a gameAttribute in the row,col … without the quotes … correctly retrieved cellValues in a previous app -
Rule: If music is playing...
by Chobbiface ·In each level place the behaviour: if music on=false: PLAY music; change attribute music on to true -
Table problems
-
Animation or masking question
by old_kipper ·can also change the size of the object with a constrain to a value such as a score so that it varies with that score. In this case it can help to move the object as well as resize it so it doesn't gr -
Rule: If music is playing...
by SlickZero ·You're going to need an attribute. A boolean like Ozboy said. -
Spawning at fixed positions at a certain time??
by ozboybrian ·Put a change attribute X and Y in each actor and put in the co-ordinates you'd want them to be. -
Question about Tables!
by Philie ·I need to be able to check if an attribute is in my table, and it is probably a simple thing to do, but I have no idea how to do it. I was thinking a rule that you choose the table, and then " -
Start button help
by JohnPapiomitis ·make an attribute called startGame, make it a boolean and set it to false -
How to reference an actor's changing attributes properly?
by UnicornInvasion ·Make and attribute and call it Actor1Width. Constrain that to the actors width. then when overlaps or collides with actor1 and Actor1Width=or > 300 -
How to reference an actor's changing attributes properly?
by Chimoru ·I have an attribute (ActorWidth) that is being constrained to the actor's width, and I used a display text to verify it is working properly, but when the actor reaches the specific width while coll -
Restart
by triton13 ·Slick- I do have a custom attribute and I also need to figure out how to make myself a countdown timer, so those would have to be reset. Yeah, I guess it's not game over, it's a level fail if they do -
Restart
by SlickZero ·The only attributes that would need resetting are any custom ones that you made. Do you have any custom attributes, like for keeping score or anything? -
Restart
by triton13 ·I'm confused. I made my attribute and I'm not entirely sure what to do now. I made an actor and put in the attribute Reset is true. Now what? -
how to create a custom collision box. Please Help!
by MotherHoose ·- under sceneAttributes make the sceneSize twice the height of your actual game height -
how to create a custom collision box. Please Help!
by Clouds ·"if I am in the object and am wanting to constrain it's x and y to the box which is a different actor, how would I go about that." -
how to create a custom collision box. Please Help!
by MotherHoose ·most times circle collisionShape on both actors works best -
how to create a custom collision box. Please Help!
by KillerPenguinStudios ·well if I am in the object and am wanting to constrain it's x and y to the box which is a different actor, how would I go about that. When I bring in the constrain attribute, would I type in the box a -
how to create a custom collision box. Please Help!
by Clouds ·"then constrain that actor's X and Y to the box's X and Y" -
how to create a custom collision box. Please Help!
by MotherHoose ·then constrain that actor's X and Y to the box's X and Y -
Timer and pause game
by MotherHoose ·you don't need the startTime and myTimer attributes