91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 36.41MB
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2023-07-05
  • 語言: 其他
  • 標簽: Greenfoot??游戲??編程??

資源簡介

Creative Greenfoot(電子書+源碼)

資源截圖

代碼片段和文件信息

import?greenfoot.*;??//?(World?Actor?GreenfootImage?Greenfoot?and?MouseInfo)

public?class?Avatar?extends?Actor?{

????public?void?act()?{
????????followMouse();
????????checkForCollisions();
????}????
????
????private?void?checkForCollisions()?{
????????Actor?enemy?=?getOneIntersectingobject(Enemy.class);
????????if(?enemy?!=?null?)?{??//?If?not?empty?we?hit?an?Enemy
????????????AvoiderWorld?world?=?(AvoiderWorld)?getWorld();
????????????world.endGame();
????????}
????}
????
????private?void?followMouse()?{
????????MouseInfo?mi?=?Greenfoot.getMouseInfo();
????????//?Check?for?null?in?case?the?mouse?is?off?the?screen
????????if(?mi?!=?null?)?{
????????????setLocation(mi.getX()?mi.getY());
????????}
????}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2015-04-28?16:52??B00626?Code\
?????目錄???????????0??2015-04-28?16:46??B00626?Code\Chapter?01\
?????目錄???????????0??2015-04-28?16:46??B00626?Code\Chapter?01\AvoiderGame\
?????文件????????1064??2015-04-23?10:46??B00626?Code\Chapter?01\AvoiderGame\Avatar.class
?????文件?????????193??2015-04-23?10:46??B00626?Code\Chapter?01\AvoiderGame\Avatar.ctxt
?????文件?????????721??2014-02-18?08:37??B00626?Code\Chapter?01\AvoiderGame\Avatar.java
?????文件?????????610??2015-04-23?10:46??B00626?Code\Chapter?01\AvoiderGame\AvoiderGameIntroScreen.class
?????文件?????????224??2015-04-23?10:46??B00626?Code\Chapter?01\AvoiderGame\AvoiderGameIntroScreen.ctxt
?????文件?????????630??2014-03-09?14:07??B00626?Code\Chapter?01\AvoiderGame\AvoiderGameIntroScreen.java
?????文件?????????604??2015-04-23?10:46??B00626?Code\Chapter?01\AvoiderGame\AvoiderGameOverWorld.class
?????文件?????????220??2015-04-23?10:46??B00626?Code\Chapter?01\AvoiderGame\AvoiderGameOverWorld.ctxt
?????文件?????????625??2014-03-09?14:07??B00626?Code\Chapter?01\AvoiderGame\AvoiderGameOverWorld.java
?????文件????????1717??2015-04-23?10:46??B00626?Code\Chapter?01\AvoiderGame\AvoiderWorld.class
?????文件?????????435??2015-04-23?10:46??B00626?Code\Chapter?01\AvoiderGame\AvoiderWorld.ctxt
?????文件????????1862??2014-02-18?22:47??B00626?Code\Chapter?01\AvoiderGame\AvoiderWorld.java
?????文件????????2138??2015-04-23?10:46??B00626?Code\Chapter?01\AvoiderGame\Counter.class
?????文件????????1181??2015-04-23?10:46??B00626?Code\Chapter?01\AvoiderGame\Counter.ctxt
?????文件????????3177??2014-02-18?20:42??B00626?Code\Chapter?01\AvoiderGame\Counter.java
?????文件?????????849??2015-04-23?10:46??B00626?Code\Chapter?01\AvoiderGame\Enemy.class
?????文件?????????187??2015-04-23?10:46??B00626?Code\Chapter?01\AvoiderGame\Enemy.ctxt
?????文件?????????467??2014-03-09?14:08??B00626?Code\Chapter?01\AvoiderGame\Enemy.java
?????目錄???????????0??2015-04-28?16:46??B00626?Code\Chapter?01\AvoiderGame\images\
?????文件???????32123??2014-02-17?23:43??B00626?Code\Chapter?01\AvoiderGame\images\AvoiderGameOverScreen.png
?????文件???????28048??2014-02-18?11:23??B00626?Code\Chapter?01\AvoiderGame\images\AvoiderIntroScreen.png
?????文件????????4155??2014-02-18?20:42??B00626?Code\Chapter?01\AvoiderGame\images\Counter.png
?????文件????????4185??2014-02-16?14:21??B00626?Code\Chapter?01\AvoiderGame\images\skull.png
?????文件????????4326??2014-02-16?14:21??B00626?Code\Chapter?01\AvoiderGame\images\smiley1.png
?????文件???????10903??2014-02-16?14:21??B00626?Code\Chapter?01\AvoiderGame\images\space1.jpg
?????文件????????3189??2015-04-23?10:47??B00626?Code\Chapter?01\AvoiderGame\project.greenfoot
?????文件?????????471??2014-02-16?14:21??B00626?Code\Chapter?01\AvoiderGame\README.TXT
?????目錄???????????0??2015-04-28?16:46??B00626?Code\Chapter?01\AvoiderGame\sounds\
............此處省略1022個文件信息

評論

共有 條評論