Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Login
Remember
Register
Ask
Q&A
All Activity
Hot!
Unanswered
Tags
Users
Ask a Question
Ask a Question
Categories
All categories
Topic[话题] (13)
Life[生活] (4)
Technique[技术] (2.1m)
Idea[创意] (3)
Jobs[工作] (2)
Others[杂七杂八] (18)
Code Example[编程示例] (0)
Recent questions tagged sprite
0
votes
603
views
1
answer
sprite kit - Spritekit - Keep the game paused when didBecomeActive
I have a pause system with a function and a button and it works perfect, i know when the app enters ... correct way to achieve this ? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
sprite
0
votes
408
views
1
answer
sprite kit - How to subclass NSOperation in Swift to queue SKAction objects for serial execution?
Rob provided a great Objective-C solution for subclassing NSOperation to achieve a serial queuing mechanism for SKAction ... Hope that helps! See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
sprite
0
votes
555
views
1
answer
sprite kit - How to interrupt a SpriteKit sequence of actions and resume as if there was no interruption
I would like to interrupt the sequence below for 2 seconds and resume to where it would have been if it ... the interruption of the sequence. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
sprite
0
votes
474
views
1
answer
sprite kit - applyImpulse towards CGPoint SpriteKit
I'm kind of a newb in SpriteKit, game dev, as a matter of fact I'm just learning. So I got to a ... tap location. Any ideas? Thanks in advance. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
sprite
0
votes
419
views
1
answer
sprite kit - Create (Use) SKView as (in a) factory (static class)
I want to make an SKView I can use as a factory to make SKShapeNodes and "render" them to textures. But I ... has not been implemented") } } See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
sprite
0
votes
323
views
1
answer
sprite kit - Folder of images: create and fill SKShapeNodes, 1 of each
Is it possible to create a folder and have SpriteKit go through that folder, find each image ( ... ) print(myTextureAtlas.textureNames) See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
sprite
0
votes
574
views
1
answer
sprite kit - Go from SKView back to UIView
I have two parts to my project. Part one is made in the storyboard, and the second is an SKView. How can ... SKView back to the main UIView? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
sprite
0
votes
713
views
1
answer
sprite kit - SKLightNode cast shadow issue
I have been unsuccessful in getting a SKSpriteNode to cast a shadow AND also be made to disappear when going into a ... )currentTime { // } @end See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
sprite
0
votes
527
views
1
answer
sprite kit - SKAction Completion Handlers; usage in Swift
I'm new to Swift and SpriteKit. A lot of the samples of SpriteKit Actions are in Objective C, which I can ... (textures, timePerFrame: 0.15625)) See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
sprite
0
votes
528
views
1
answer
sprite kit - SKAction Completion Handlers; usage in Swift
I'm new to Swift and SpriteKit. A lot of the samples of SpriteKit Actions are in Objective C, which I can ... (textures, timePerFrame: 0.15625)) See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
sprite
0
votes
513
views
1
answer
sprite kit - Detect click/touch on isometric texture
I am having a hard time trying to implement click handling in a simple isometric Sprite Kit game. I have a ... finally used, see my answer here See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
sprite
0
votes
537
views
1
answer
sprite kit - Swift 3 (SpriteKit): Reseting the GameScene after the game ends
I am wanting to 'reset' and 'restart' the GameScene so it is as if the GameScene was first called. I ... answers would be greatly appreciated :) See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
sprite
0
votes
563
views
1
answer
sprite kit - Flipped x-scale breaks collision handling (SpriteKit 7.1)
I use SKNode's xScale property to flip my sprites horizontally. Now, after updating iOS to version 7.1 horizontal flip ... .xScale *= -1; } See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
sprite
0
votes
495
views
1
answer
sprite kit - Swift and Spritekit won't run on device running iOS 7.1
I'm getting a really weird warning when I try to run my Swift project on my device, using Xcode 6. The ... the warning I get: Any suggestions? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
sprite
0
votes
350
views
1
answer
sprite kit - How do you move an IOS SKSprite at a consistent speed
Playing around with SKSprites in the IOS SpriteKit, and I basically want to have a sprite randomly move a ... move with a consistent speed? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
sprite
0
votes
542
views
1
answer
sprite kit - How do you move an IOS SKSprite at a consistent speed
Playing around with SKSprites in the IOS SpriteKit, and I basically want to have a sprite randomly move a ... move with a consistent speed? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
sprite
0
votes
614
views
1
answer
sprite kit - How do I link a .sks file to a .swift file in SpriteKit
I saw that in XCode 6 there is a built in level editor. I could not find a lot of documentation on how ... start with a new SpriteKit project. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
sprite
0
votes
505
views
1
answer
sprite kit - ios - Spritekit - How to calculate the distance between two nodes?
I have two sknodes on the screen. What is the best way to calculate the distance ('as the crow flies' ... on stackoverflow about sprite kit) See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
sprite
0
votes
311
views
1
answer
sprite kit - How does SKTexture caching and reuse work in SpriteKit?
It is often mentioned on StackOverflow that SpriteKit does its own internal caching and reuse. Does Sprite Kit ... I expect from SpriteKit? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
sprite
0
votes
462
views
1
answer
sprite kit - What's the relationship between GameScene.swift and GameScene.sks files in SpriteKit template
I've been playing around with SpriteKit, and am getting a pretty decent feel about how to drive it from code, but ... what's in the .sks file? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
sprite
0
votes
492
views
1
answer
sprite kit - What would be the best approach for outlining or dropshadowing a font?
I'm not finding any support for dropshadow or outline of a font in Sprite Kit. For the dropshadow, I'm guessing ... but that seems to work well. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
sprite
0
votes
544
views
1
answer
sprite kit - SKPhysicsBody avoid collision Swift/SpriteKit
I have 3 SKSpriteNodes in my Scene. One bird, one coin and a border around the scene. I don't want the coin ... other. What am I doing wrong? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
sprite
0
votes
589
views
1
answer
sprite kit - SpriteKit - Set Scale and Physics
What is the correct way to "zoom out" on your scene. I have an object that I apply an impulse to fire ... Tricky question... Thanks for ideas. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
sprite
0
votes
425
views
1
answer
sprite kit - How do you tell if a node is on the screen spritekit swift
I am trying to figure out how to determine if a node is visible on the screen or off the screen. Is ... node? Thanks. (Using swift spritekit) See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
sprite
0
votes
433
views
1
answer
sprite kit - Render nodes in single drawing pass with spritekit?
As I was looking around for information about spritekit textures, and I stumbled upon this quote: If all of ... loading/something else? Thanks! See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
sprite
0
votes
605
views
1
answer
sprite kit - Background is not filling the whole view SpriteKit
For some reason my code will not fill the whole SKScene. Here is the code that I am using on Xcode 12 ... and the bottoms of the background? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
sprite
0
votes
441
views
1
answer
sprite kit - How to transition scenes in Swift
In Objective-C, using Sprite-Kit, I would successfully use something like the following code in Objective-C to ... it differently? Thank you See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
sprite
0
votes
454
views
1
answer
sprite kit - SpriteKit physics in Swift - Ball slides against wall instead of reflecting
I have been creating my own very simple test game based on Breakout while learning SpriteKit (using iOS Games by ... obvious that I am missing? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
sprite
Page:
1
2
next »
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question
Just Browsing Browsing
[1] javascript的console.log封装问题
[2] win10系统,ctrl+c想复制的时候,总是会唤醒腾讯文档,如何修改呀?
[3] 站长,你们的APP无法下载,安卓系统,一直解析包失败
[4] 使用axios报错 Request failed with status code 404
[5] js中怎么把像"10月2日 23:23:34开售"之类的字符串直接转成时间戳的函数?
[6] Import datetime field correctly into mysql table using load data infile
[7] antd 表格拖拽排序问题
[8] 怎么控制for循环单次循环的时间??
[9] 这种方法为什么无法修改transform的translate?
[10] ios - Crash + Rejection from App Store: scene-create watchdog (React Native)
2.1m
questions
2.1m
answers
60
comments
57.0k
users
Most popular tags
javascript
python
c#
java
How
android
c++
php
ios
html
sql
r
c
node.js
.net
iphone
asp.net
css
reactjs
jquery
ruby
What
Android
objective
mysql
linux
Is
git
Python
windows
Why
regex
angular
swift
amazon
excel
algorithm
macos
Java
visual
how
bash
Can
multithreading
PHP
Using
scala
angularjs
typescript
apache
spring
performance
postgresql
database
flutter
json
rust
arrays
C#
dart
vba
django
wpf
xml
vue.js
In
go
Get
google
jQuery
xcode
jsf
http
Google
mongodb
string
shell
oop
powershell
SQL
C++
security
assembly
docker
Javascript
Android:
Does
haskell
Convert
azure
debugging
delphi
vb.net
Spring
datetime
pandas
oracle
math
Django
联盟问答网站-Union QA website
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
广告位招租
...