-
Making a volume dial?
by JohnPapiomitis ·you can look at fmg's circle rotate demo that has te exact movement of a volume dial. Then depending on the circles rotation you change a attribute between 0 and 1 that has the audio volume constraine -
Scrolling menu - button behav
by tenrdrmer ·if you are using something like the scrolling thing in TSB's cookbook video you could constrain a game attribute to the speed of the cam actor and then make your buttons only work when the velocity is -
actor receives event touch is pressed question
by mynameisace ·Post a screenshot of your rules so I can look. If you have it changing something to true for example, have when touch is pressed AND blah-blah is false then change attribute blah-blah to true. -
Where is the swipe direction button?
by mynameisace ·Haha fair point, make an attribute lol. I was super rushed when I put this, I was trying to see if he had made one as a few newbies get confused with creating them and 'swipe direction' is an attribut -
Where is the swipe direction button?
by mangaroo ·Fair enough Ace, I don't doubt that you can but I'm just calling it as I see it. Lot of that going round. "Make an attribute" :P -
Where is the swipe direction button?
by mynameisace ·The swipe direction on the video is an attribute if I remember correctly, that's why I was making sure he had an attribute. -
Why isn't control camera working on other levels?
by mangaroo ·Thats a good problem list. Only other thing...is dis-link between actor and prototype, make sure both have the attribute especially if you are destroying and spawning to change level! -
Where is the swipe direction button?
by mangaroo ·2 global attributes touch & release -
Where is the swipe direction button?
by mynameisace ·You have to make an attribute. -
Changing friction not working
by JohnPapiomitis ·well you change self color alpha from 1 to 0 anytime in the game or before to change between visible and invisible. The actually visible attribute under its graphics attributs cannot be changed though -
Changing friction not working
by kapser ·I'm especially surprised that visible cannot be changed. It's also a bit strange that change attribute let you change it. -
Game Creation Log - BOT
-
Display text with expression + Text
-
how do you make one actor not affected by gravity?
by snowstorm ·i did the change attribute just now and it did nothing -
How often are codes executed
by kapser ·The core of the problem was because I didn't know Change Attribute was a once only action. Problem is fixed now, thank you very much for additionnal informations tenrdrmer. -
Spawn actors like doodle jump ?
by SingleSparq ·You can either use another actor that they overlap outside the bottom screen to trigger an event or set the attribute to y< (bottom position number) then changeY to top positionnumber type of t -
Problem with Jump & Run & Draw Game
by DGApp ·I haven't got access to this camera attribute. -
ball wond bounce down a platform ,any help
by iTouchGamer ·Did you put a collide attribute in the ball? -
Problem with Jump & Run & Draw Game
by tenrdrmer ·Like Constrain Attribute game.offset.x to game.camera.origin.x -
Help needed ASAP: bug in sound player?
by the19thbear ·If attribute 1= play sound (whatever sound you imported)