I need to make a program that has three objects. The objects have to jump when clicked on. I'm trying to combine the three objects into one parameter as well. Can anyone help me out? Thanks.
First of all, thanks for joining the community! To add a parameter, simply make your method, and click the add parameter button in the top right corner of the method section. Name it what you want, and make it an object. Now, whenever you want the parameter object to be used, simply drag the parameter into the object part of the method where you want it. Simple! Here's a little example.
'Apple Macintosh' - An anagram of 'Complaints Heap'
M.A.C.I.N.T.O.S.H. - Machine Always Crashes, If Not, The Operating System Hangs.
First of all, thanks for joining the community! To add a parameter, simply make your method, and click the add parameter button in the top right corner of the method section. Name it what you want, and make it an object. Now, whenever you want the parameter object to be used, simply drag the parameter into the object part of the method where you want it. Simple! Here's a little example.
Where did you get "object under the mouse" function?
When you drag the method into the mouse method, it asks for an object, right? Under the menu, go to expressions, and then click on object under mouse cursor.
'Apple Macintosh' - An anagram of 'Complaints Heap'
M.A.C.I.N.T.O.S.H. - Machine Always Crashes, If Not, The Operating System Hangs.