-
Suggestions on how I should code these crosshairs?
by BackUpAndDown ·It sounds like "Interpolate" is more of what I had in mind, but I wouldn't mind learning how I would use the "constrain" as well... Could you possibly go into a mor -
Suggestions on how I should code these crosshairs?
by StusApps ·Constrain doesn't have a speed setting. I think you are using the 'move to' behaviour and not the 'constrain attribute'. With constrain attribute it will appear instantly wherever you click. If you wa -
Suggestions on how I should code these crosshairs?
by scitunes ·constrain the x and y to touch1x and touch1y -
Question with image scaling
by Player_E ·Change Attribute Self.Size.Width to Self.Size.Width*2 -
Creating a scrabble type grid????
by TouchTiltGames ·I'm pretty sure I saw a constrain/move block demo in the templates if you search. -
Is there documentation on the camera control behavior?
by RH ·make an attribute (i.e. self.startX) or something and in the rule with interpolate add (before the interpolate) change attribute self.startX to self.position.X. Then interpolate self.position.X to sel -
Move To is super wonky
by hillelc ·(move right, move left) that set global boolean attributes (and then unset them). The non-visible camera controlling actor listens to the two global attributes and moves 1024 pixels to the right or l -
Tuff to answer: Getting Actor B to move towards Actor A
by ORBZ ·as i said before.. constrain self.rotation, no need to use rotate to angle. -
Tuff to answer: Getting Actor B to move towards Actor A
by GingerBGames ·Would this be a Constrain Attribute, or a Rotate To Angle? -
How to make realistic collisions?
by gib284 ·How do I make the actors collide realistically right now there is a gap between were they collide and the actually image and also on a triangle it just collides on the outside of the triangle it does… -
Move an object question
by ORBZ ·change attribute self.touchx = mouse.x -
"Breathing" effect
by Player_E ·Also an issue I ran into while using ORBZ method is that it uses constrain attribute. This means that I can not move my crosshair. This is a fault in using this method that I am trying to find a work -
Move an object question
by MotherHoose ·Think you just want to constrain actor's x,y to touch1 x,y (use expression--touch is in Devices) -
Inter-Actor Messaging
by hillelc ·I'm assuming the only way for one actor to set an attribute for another is to communicate through global attributes. But I just want to make sure I haven't missed some way for me to have one actor tel -
Trying to create scrolling book user experience.
by hillelc ·I thought of using constrain attribute to constrain the x position of the camera controlling actor to a global attribute I set when i press previous or next, however, that doesn't get me my scrolling -
Can I PLEASE send someone my project for help
by gazjm ·try having the actor you control as the smaller collision actor and constrain the image actor to it's location, rather than the other way round. if you constrain the collision actor to the image actor -
Can I PLEASE send someone my project for help
by ORBZ ·Also, if you constrain an actor to specific xy coordinates that will overrride any bouncy physics you might be expecting. -
Bronco Pinball available in the App store now!
by Portyman ·How did you handle the curves and collisions? -
Can I PLEASE send someone my project for help
by Chaser ·There is a demo for hit area or zone. Basically you have a second actor that follows yourmain actor the second actor is the hit actor. Your main actor needs to change an attribute x and y position eve -
Tuff to answer: Getting Actor B to move towards Actor A
by ORBZ ·Constrain actor B's rotation to always point towards A