/ld26

To get this branch, use:
bzr branch /bzr/ld26

« back to all changes in this revision

Viewing changes to fairyactivator.lua

  • Committer: Josh C
  • Date: 2013-04-29 00:35:28 UTC
  • Revision ID: josh@9ix.org-20130429003528-6o7b23zq3c4m8nxe
be moved

Show diffs side-by-side

added added

removed removed

12
12
                     the.player.canMove = false
13
13
 
14
14
                     v.tween:start(f, 'x', fairytarget.x, 5)
15
 
                     v.tween:start(f, 'y', fairytarget.y, 5):andThen(function()
16
 
                     --( --   <-- delete this
17
 
                        the.player.canMove = true
18
 
                        f:die()
19
 
                        --f.carryingPlayer = false
 
15
                     v.tween:start(f, 'y', fairytarget.y, 5)
20
16
 
21
 
                        --v.tween:start(f, 'x', fairytarget2.x, 5)
22
 
                        --v.tween:start(f, 'y', fairytarget2.y, 5)
23
 
                     end)
24
 
                     -- :andThen...
25
17
                  end
26
18
               end
27
19
}
 
 
'\\ No newline at end of file'