Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - L33TDave

Pages: 1
2
Resolved Questions / Re: How to implement "rate game" on iOS?
« on: March 28, 2016, 05:13:40 am »
 you  attach a hyperlink to the text which when tapped opens a page.
 example  below

http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?id=xxxxxxxx&pageNumber=0&sortOrdering=2&type=Purple+Software&mt=8

where the xxxxxxxx is your app ID.

3
Ask a Question / Anyway to implement a sword behaviour
« on: March 19, 2016, 05:21:59 am »
I want to create a behaviour or event that damages an enemy by a set number of points
Such as: when control is pressed, if clown is hit, damage clown by 10 points
Is it possible. If so, how

4
Abandoned Bugs / Bug in my game
« on: March 18, 2016, 06:55:02 am »
i try to load up the editing screen for my actor and errors happen. whats wrong?
logs are attached

5
i want to spawn a door (actor) that spawns after all clowns (enemies) are dead. is it possible?

6
Resolved Questions / Re: Creating A Block that acts like a spring
« on: February 24, 2016, 09:33:46 am »
I found out how. You need double click on the scene that has the block you want to edit. Then you create a region consisting of that block and name it whatever you like I'm going to use yellowjump block.
Then you go to the events tab, add an event for when actor Enters Region
Then go as follows
Add When actor (of your choosing) enters yellowjump block
Set y- speed to -50 for actor

Thanks for the help  !

7
Resolved Questions / Re: Creating A Block that acts like a spring
« on: February 23, 2016, 02:13:24 pm »
Will test tomorrow

8
Resolved Questions / Re: Creating A Block that acts like a spring
« on: February 23, 2016, 02:13:00 pm »
Can you write this with blocks ?

9
Resolved Questions / Re: Creating A Block that acts like a spring
« on: February 23, 2016, 01:49:15 pm »
Or a behaviour that  auto jumps an actor in a region

10
Resolved Questions / Creating A Block that acts like a spring [SOLVED]
« on: February 23, 2016, 12:50:20 pm »
I want to create a block  to propel an actor  upwards. Is it possible, if so how?
Any help is greatly appreciated

Pages: 1