How to create collision system which allows player to push object

Hi guys,
For the game I'm making, I wanna set up a game mechanic/feature where  the player can push blocks around the level but currently having  problems setting the collision system to do this. I've been trying to  use method call (shown below) which uses a collision class I've created,  works fine for the enemies, but not for blocks objects for some reason.
Collision.block(block, player);
Anyway I thought I should go with a different direction setting  the collision/push for the block objects, I was wondering anyone had any  suggestions to do this? Perhaps HitObject method call? Any help and  tips would be greatly appreciated:)
Thanks
Jonesy

Hi,
There is Portal content for SRM.
http://service.sap.com/patches
Regards,
Masa

Similar Messages

  • How to create Source System in BI 7.0

    Hi Experts,
    How to create Source System in BI 7.0, please urgent
    Thanks

    Hi Mark,
    Did you see the help site below which is telling how to create a source system .If not please take a look at it.
    http://help.sap.com/saphelp_nw04/helpdata/en/80/1a61e5e07211d2acb80000e829fbfe/frameset.htm
    Regards,
    ®

  • How to create SAP System

    Hi all,
    Is this possible to assign the role, based on the organization structure?
    In which SAP system stores organization structure in it.
    How to create the SAP system to store my organization structure through EP.
    Helpful answers will appreciate.
    Thanks.
    Regards,
    Kathiresan R

    Hii
    How to create sap system:
    Steps:
    Go to System Administration
    2) Go to System Configuration
    3) Go to Portal Content (Right Side Panel), open that folder.
    4) Right Click on Portal Content, a Panel is displayed select "System (from Template)".
    5) That will display a new view on right side, now select "SAP system using dedicated application server" from
    the existing templates. (Other templates are possible - for example, load balanced or through a SAProuter connection string).
    For this exercise, we'll use the simplest type.
    6) Choose next
    7) Give the System Name and System Id (which are mandatory fields) incase you want to give any brief notes
    about the system then give them in the "Description" field.
    8) Open the Newly Created System.
    9) Now when you want to create a New System, you have to fill four Properties they are:
    "Connector" - contains basic connectivty details
    "Internet transaction Server (ITS) - if you wish to use SAPGUI for HTML and/or IACs",
    "Web Application Server" - if you wish to access BSPs and/or Web Dynpro for ABAP and
    "User Management".
    You also need at least one "System Alias" has to be defined from the Display drop down menu.
    Make sure you have set end user access in the Permissions drop down menu to all users who need to access the system
    10) Select "Connector" property, now fill the required fields such as:
    a) Application Host (should be fully qualified hostname) - Give the R/3 "Application Name",
    which can be obtained from the SAP Logon Pad (check what R/3 system you are using, right click on it , go to the properties,
    it will open a window which has the Application Server Name.
    b) Logical System Name - Give the logical name as defined in the backend system
    c) SAP Client - Check the Client in the backend system and give the appropriate number (3 digits)
    d) SAP System ID(SID)* - Check the R/3 properties and give the check for System ID
    e) System Type* - Since we are connecting to R/3, select SAP_R3 system.
    f) System Number - This is a two digit number that you can find in the SAP Logon Pad
    11) Select "Internet transaction Server (ITS)" property, now fill the required fields like
    a) ITS Description à Give some Description
    b) ITS Host Name - Same as "Application Host" of R/3 (when integrated ITS) and should be attached with the
    port number of ITS Server (to get port number detailed description is given below). ex: hostname : port number
    c) ITS Path - To get the path along with the port number you have to Log on to R/3 system. Use the
    Transaction Code "SICF", it opens a new window go to:
    default_host -> sap -> bc -> gui -> sap -> its -> webgui -> SAP GUI for HTML -> right click on
    that and click "Test Service'. This will open a new window, on the address bar you will find the "port number", and
    the path something like (/sap/bc/gui/sap/its/webgui). Use the path after the port number.
    d) ITS Protocol - There are two protocols "http" & "https", select the appropriate protocol which is
    visible when you opened "Test Service" window.
    12) Select "Web Application Server" property , now fill the required fields like
    a) Web AS Description -> Give some Description
    b) Web AS Host Name - same as ITS Host Name
    c) Web AS Path - usually /sap/bc/bsp/sapd)*
    Web AS Protocol - should be same as the ITS Protocol.
    13) Select "User Management" property, now fill the required fields like
    a) Authentication Ticket Type - Since we are not using SSO leave the field
    empty i.e. put in select mode. (Please note that longer term you will probably want to use SSO)
    b) Logon Method - Select UIDPW.
    c) User Mapping Type - In case you have administration rights then you choose "admin" or in case you
    just have user rights then choose "user", better go for "admin/user".
    14) Since all the required fields are filled appropriately now create a System Alias name, this can be done by following steps:
    a) go to Display -> Select "System Aliases" give some Alias Name, let's call it "SAP_R/3"
    15) Now that System is created we have to create a iView which will display the given Transaction Code.
    16) Go To "Content Administration".
    17) Go To "Portal Content".
    18) Go to Portal Content (Right Side Panel), open that folder
    19) Right Click on Portal Content, a Panel is displayed select "New" -> iView
    20) Select iView template, click next
    21) Select "SAP Transaction iView" from the list of templates available. Click next.
    22) Give the iView name and iView ID. Incase you want to give any brief notes about the iView then give it in "Description" field. Click next
    23) Select "SAP GUI for HTML" radio button. Click next
    24) Now select the system which you have create "SAP_R/3", give some Transaction Code, say SE12 (Dictionary Display). Click next and Finish.
    25) Now Preview the iView
    26) You will see a new Window where in SE12 Dictionary Display window is displayed.
    Thanks :
    Dont forget to give rewards if usefull.

  • PI 7.11 - How to create a System Error in SXMB_MONI using a Java Mapping

    Hi
    We ve go a  Java Mapping in a File-to-HTTP Scenario. It works perfect except of one error case: if an empty source file or a source file with the wrong structure is delivered. In this case our Java Mapping forwards an empty payload to the HTTP channel. So, for PI is the mapping successful.
    I'd like to recognize this case and invoke a system error in the SXMB_MONI, so that this mapping will be stopped and our alerting concept informs the users. I know, how to recognize the case in Java but need to know how to create the System Error Status in the PI System.
    Thanks in advance
    Michael

    Hi Michael,
    Please refer here for the mapping API description:
    http://help.sap.com/javadocs/NW04S/SPS09/pi/com/sap/aii/mapping/api/package-summary.html
    You can use the StreamTransformationException exception describet there to raise an error from your Java mapping. Direct link:
    http://help.sap.com/javadocs/NW04S/SPS09/pi/com/sap/aii/mapping/api/StreamTransformationException.html
    You might also consider using the "Empty-File Handling" option in sender file CC to avoid processing empty files by PI.
    Hope this helps,
    Greg

  • How to Create a system in portal server

    I am trying to do the tutorial: How to Create a JDBC-based iView for Add/Update/Delete Record.
    Its pre-requisite is: A system – with an alias “JDBC” – defined on your portal server, and mapped to a database.
    Since I am new to VC, I do not know how to create a system, and I also do not know how to access the portal server.
    Please help...

    Hi Makarand,
    Do you have any one who has the access to portal with administrator rights. I am hereby sending you the steps on how to create a system.
    To define a system:
    1. Create a new system; define all its properties
    2. Create a default system alias.
    3. Create a user mapping (from the user you use in VC) to the system alias, using the user\password to the backend system.
    4. TEST the connection in the portal. If the test succeeds, it should be visible in VC discovery panel.
    VC retrieves the systems via the portal.
    You have to define the systems or use the defined systems in the portal you are connected.
    To define systems in the portal:
    System Administration => system configuration => system landscape:
    in the PCD: right click on a folder and Add new system.
    Then you have to define all the mandatory properties: Connector / Was / User management ...
    don’t forget to map your portal user with an R3/JDBC user...
    thank you very much.

  • Hi how to create logical systems.

    Hi,
       how to create logical systems. Do we need to create logical system name for creating RFC destinations? plz help me out.
    thanks
    dhanush.

    Hi,
    transaction:
    SALE -> Basic Settings -> Logical Systems -> Define Logical System
    No, you don't need to create Logical Systems to define RFC destinations.
    Regards,
    Jakub

  • How to create a region which should float in a page . (Like as windows cal)

    Hello Friends
    Using
    Apex Version 4 +.
    Oracle database 11g.
    How to create a region which should float in a page .
    ie i can move that region inside that page anywhere like as windows calculator.
    Can anyone please help me.
    Thanks in advance
    regards
    Edited by: A on Apr 13, 2011 1:48 AM
    Edited by: A on Apr 13, 2011 1:48 AM

    Hi,
    You can use a jQuery dialog.
    http://docs.jquery.com/UI/Dialog
    e.g. create html region, just say you give the region static id: floating-region, make it hidden by adding attributes: style="display: none;"then do like: $('#floating-region).dialog();
    I made another post on steps to create a dialog. See: {message:id=9506160}
    Ta,
    Trent

  • How to create a parameter to allow multiple selection

    Hi,
    I am developing report in Oracle EBusiness suite. I use concurrent program to develop the report. My question is how to create a parameter to allow multiple selection for such kind of report?
    thanks
    Lei

    I dont think, we have multiple selection in the parameters of Concurrent Program :).

  • How to Create a system in VC

    Hi,
    I wanted to know how to create a system in VC without integrating with NW04s?
    when i click on Find data i am not getting any list in systems.
    Please let me know how can i get it
    Edited by: Kavitha Bhat on Feb 11, 2008 12:04 PM
    Edited by: Kavitha Bhat on Feb 11, 2008 12:05 PM

    hi kavita,
    Go to Tools->Options
    1) Uncheck (Mask unsupported features).
    2) Try changing Runtime to Dynpro.
    Hope this will solve your Prob.
    Awards will be welcomed!!!!
    Regards
    parth
    Edited by: Parth on Feb 12, 2008 3:13 PM
    Please close the thread is your question been answered

  • How to create a system  parameter in Apex

    Hi friends,
    I am new to Oracle Apex and need to know how to create a System Parameter in Apex. Kindly let me know how to add one.
    Regards,
    Pradeep

    bluerose wrote:
    I am new to Oracle Apex and need to know how to create a System Parameter in Apex. Kindly let me know how to add one.
    using the privileges we can achieve this.Although I am not new to APEX I have no idea what you are talking about.
    What is "a System Parameter in Apex"? What "privileges" are used to create one?
    You'll find it easier to get help if you use terminology that is familiar to everyone...

  • How to create logical system

    Hi,
    How to create logical system.
    Please help me with the steps for logical system creation in R3 system.
    Thanks,
    Kelly

    Hi,
    First make your client modifiable, then follow the below procedure.
    Go to transaction SALE or BD54 -> Sending and Receiving Systems -> Logical Systems -> You'll see "Define Logical System" and "Assign Client to Logical System".
    For more information use below link.
    http://help.sap.com/saphelp_nw70/helpdata/en/da/5990df015b5b43a36f6ce7fa1ee8c0/content.htm
    Thanks,
    Mano

  • How to create a button which unloads an iFrame and puts in its position another iFrame?

    How to create a button which unloads an iFrame and puts in its position another iFrame?
    It is very important for me if anyone could answer...
    Thank you all in advance,
    Frank

    Ok I found it!!

  • How to create file system datagrid in flex web application

    how to create file system datagrid in flex web application

    Hi,
    Check this out:
    http://shigeru-nakagaki.com/flex_samples/FileReference/FileUploadExample2/FileUploadExampl e2.html
    Johnny
    Please rate answer.

  • Am using short keyboard.  Don't know how to create plus sign which is not on the keyboard. Advice would be much appreciated.

    Am using short keyboard.  Don't know how to create plus sign which is not on the keyboard. There is no number pad. Advice would be much appreciated.

    nicholasmitaka-shi wrote:
    This is a Japanese kana input keyboard, A1242, whioch looks quite as usual except that a few functions have no space on the board and have been ommitted. 
    Is the plus sign really not available on your keyboard at the place indicated on this graphic (to the right of the L key)? You might need to use shift or alt/option or shift+alt/option.
    http://en.wikipedia.org/wiki/File:KB_Japanese.svg

  • How to create a link which will redirect to a different iView?

    Hello,
    I have a certain iView, let's call it "myiView" which sits inside a certain Role, let's call it "myRole".
    At the Homepage of the users I have KM navigation iView which shows a certain folder. I would like to create inside this folder a link to "myiView", this way when users will click on this link at the Homepage they will be redirected automaticly to "myiView". I remember reading once something regarding internal links perhaps this is solution but I'm not sure. Can anyone please show me how to create such link which redirects to another iView at the portal.
    10X
    Roy

    Hey Prakash,
    I am creating a KM link to this target, where at this link I can write javascript? As far as I know it is only possible at the iView level no? And where do I take the PCD URL from?
    Hey Ashutosh,
    I think that your method will open a whole new browser since it is an external link, I woulk like to keep the current navgation at the same page, simply navigate the user to a different place at the portal...
    Roy

Maybe you are looking for

  • Trigger partner determination when ship-to is changed on the sales order

    Hi, Here is my scenario... I am defaulting my rail carrier partner function based on the ship-to party partner function into the sales order using the standard configuration i.e. by maintaining SH as entry in the "source" field for rail carrier partn

  • Is there a list of projectors that work well with Mbp 15?

    Is there a list of projectors that will work well with the MBP 15 ?

  • Dynamic columns in column selector

    Hi All, I have a report with two column selector for X and Y axis . I want to change the columns in the column selector based on the value selected in the dashboard promt. Please help me ..

  • Losing field (in a Composit Object) in an HttpSession

    Hello. I am losing fields in a Composite object (object tree) that I am storing inside of an HttpSession. I'm developing with Tomcat and I saw that Tomcat implements the put/getAttribute methods with a Hashtable. So in my case, I store object A. in a

  • Exposing out of the box web services

    I included DCS.WebServices and in web service registry I see the following screen. I see instance running and registered as false. In the documentation it says that when I execute it both security functional name and instance running and registered w